Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker01patch #3

Open
wants to merge 13 commits into
base: docker02
Choose a base branch
from
Open

Docker01patch #3

wants to merge 13 commits into from

Conversation

Aparnarr
Copy link
Owner

Change log description

Purpose of the change

What the code does

How to verify it

tkaitchuck and others added 13 commits June 21, 2018 11:44
Signed-off-by: Tom Kaitchuck <[email protected]>
…ga#2722)

* Changes value of bookkeeper.zkAddress from master.mesos
   to localhost.

Signed-off-by: arvindkandhare <[email protected]>
* Substitutes jsr311-api with javax.ws.rs-api.

Signed-off-by: Tom Kaitchuck <[email protected]>
* Pulls the following bug fixes from master into 0.3 branch:

- Issue pravega#2738: Optimize re-filling read buffer on the client.
(pravega#2743)
- Issue 2658: Refresh delegationToken for metadataclient
during truncation (pravega#2732)
- Issue 2739: Ensure Orderer selects sealed segments
(pravega#2742)
- Issue 2558: (SegmentStore) Merge segment bug fixes
(pravega#2665)
- Issue 2746: PravegaRequestProcessor should send an
empty Read result before cancelling Read request. (pravega#2747)
- Issue 2739: Add checks for truncated segments to
SegmentInputSteamTest (pravega#2749)

Signed-off-by: Tom Kaitchuck <[email protected]>
…ess (pravega#2760)

Sets several RocksDB default parameters with conservative
values to preserve memory:

- Cache block size has been set to 32KB (default 4KB) to
reduce the memory usage of internal indexes of RocksDB.
- Total space for memtables has been set to 64MB to
reduce memory usage absorbing writes (by default is
64MB per memtable).

The block cache size for reads by default is 8MB, which
has been considered small enough and has not been 
further reduced in this PR.

Signed-off-by: Raúl Gracia <[email protected]>
hyperlink referenced in the document for hdfs.yml and zookeeper.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants