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

Commits on Jun 21, 2018

  1. Bumping the version for release.

    Signed-off-by: Tom Kaitchuck <[email protected]>
    tkaitchuck committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    379048d View commit details
    Browse the repository at this point in the history
  2. Set version to rc0

    Signed-off-by: Tom Kaitchuck <[email protected]>
    tkaitchuck committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    30e021d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbb6d4a View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2018

  1. Issue 2719: Changing default value for bookkeeper.zkAddress. (prave…

    …ga#2722)
    
    * Changes value of bookkeeper.zkAddress from master.mesos
       to localhost.
    
    Signed-off-by: arvindkandhare <[email protected]>
    arvindkandhare authored and fpj committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    92ca019 View commit details
    Browse the repository at this point in the history
  2. Issue 2718: Substitute jsr311-api with javax.ws.rs-api (pravega#2724)

    * Substitutes jsr311-api with javax.ws.rs-api.
    
    Signed-off-by: Tom Kaitchuck <[email protected]>
    tkaitchuck authored and fpj committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    d460c15 View commit details
    Browse the repository at this point in the history
  3. Issue 2728: Change pravegaVersion to 0.3.1-SNAPSHOT (pravega#2727)

    Signed-off-by: Tom Kaitchuck <[email protected]>
    tkaitchuck authored and fpj committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    1faebd3 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2018

  1. Merge bugfixes into r0.3 branch for release of r0.3.1 (pravega#2772)

    * 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]>
    tkaitchuck authored and fpj committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    c619054 View commit details
    Browse the repository at this point in the history
  2. Issue 2754: RocksDB off-heap memory consumption in segment store proc…

    …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]>
    RaulGracia authored and fpj committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    b7f9c73 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2018

  1. Configuration menu
    Copy the full SHA
    b849e58 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2018

  1. Updated links for docker-swarm.md

    hyperlink referenced in the document for hdfs.yml and zookeeper.yml
    Aparnarr authored Aug 18, 2018
    Configuration menu
    Copy the full SHA
    147353f View commit details
    Browse the repository at this point in the history
  2. Delete docker-swarm.md

    Aparnarr authored Aug 18, 2018
    Configuration menu
    Copy the full SHA
    68a6dcf View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2018

  1. update dockerswarm.md

    Aparnarr authored Aug 20, 2018
    Configuration menu
    Copy the full SHA
    2749084 View commit details
    Browse the repository at this point in the history
  2. new update1

    Aparnarr authored Aug 20, 2018
    Configuration menu
    Copy the full SHA
    e0e3391 View commit details
    Browse the repository at this point in the history