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

[core] limit number of client threads based on op count. #1323

Merged
merged 7 commits into from
Sep 7, 2019

Commits on Nov 16, 2018

  1. Update README.md

    brianfrankcooper#1212
    
    The YCSB readme is as the following, which is a little misleading.Because we can't use '-p durability=false' to disable durability. Instead it worked when I used '-p durability=SKIP_WAL'. The readme should be written more clearly.
    
    durability: Whether or not writes should be appended to the WAL. Bypassing the WAL can improve throughput but data cannot be recovered in the event of a crash. The default is true.
    adally authored Nov 16, 2018
    Configuration menu
    Copy the full SHA
    ea0af29 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2019

  1. Update Client.java

    adally authored Jul 12, 2019
    Configuration menu
    Copy the full SHA
    176b3b7 View commit details
    Browse the repository at this point in the history
  2. Update Client.java

    adally authored Jul 12, 2019
    Configuration menu
    Copy the full SHA
    b079b04 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2019

  1. update core.client.java

    It's related to issue brianfrankcooper#1176
    adally authored Jul 13, 2019
    Configuration menu
    Copy the full SHA
    da82042 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from adally/adally-patch-3

    update core.client.java
    adally authored Jul 13, 2019
    Configuration menu
    Copy the full SHA
    19cbb24 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    adally authored Jul 13, 2019
    Configuration menu
    Copy the full SHA
    4cef559 View commit details
    Browse the repository at this point in the history
  4. update client.java

    To solve issue brianfrankcooper#1176
    adally authored Jul 13, 2019
    Configuration menu
    Copy the full SHA
    d400f71 View commit details
    Browse the repository at this point in the history