-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
MongoDbClient was not working with non localhost URLs -- fixed by appending database to Mongo URL #27
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…t Boolean (was causing ClassCastException
…, they're not in the upstream repo yet
…to tabdelimited. This makes it easy to plot YCSB throughput
… only needs to be executed once), bug where measurementtype property was already being used previous to being defined for file output. Changed to use measurementformat property, updated sample .dat file in /workloads. Also fixed stdout from being closed as output buffer.
…well, but wanted to button down file flushing and shutdown of status thread.
…d sample .dat files
Hey, Again, I just merged some other mongo changes ... is this patch still necessary? Thanks! Brian |
ghost
pushed a commit
that referenced
this pull request
Sep 5, 2011
jaricftw
pushed a commit
to jaricftw/YCSB
that referenced
this pull request
Jul 19, 2016
…t URLs (arunxarun)
jaricftw
pushed a commit
to jaricftw/YCSB
that referenced
this pull request
Jul 19, 2016
…t URLs (arunxarun)
hse-root
pushed a commit
to hse-project/hse-ycsb
that referenced
this pull request
Jul 30, 2020
…age to v0.17.0-hse * commit '1dd13375fe71062a476737103deec291d9b0dc58': add make package target
hse-root
pushed a commit
to hse-project/hse-ycsb
that referenced
this pull request
Aug 21, 2020
…age-lrc to v0.17.0-lrc-hse * commit 'ebe932f462211ccf097348a6ee201857f53dd6aa': Merge pull request brianfrankcooper#27 in HSE/hse-ycsb from make-package to v0.17.0-hse (cherry picked from commit 943db6bdc7ad65383f3c29d4bae4ea9a6fcf54f2)
hse-root
pushed a commit
to hse-project/hse-ycsb
that referenced
this pull request
Aug 21, 2020
…age to v0.17.0-hse * commit '1dd13375fe71062a476737103deec291d9b0dc58': add make package target (cherry picked from commit 2cd9243)
hse-root
pushed a commit
to hse-project/hse-ycsb
that referenced
this pull request
Aug 21, 2020
…age-1.8 to v0.17.0.2.1-hse-1.8.0 * commit '7b8ae89bb8e6a571614f82ac502b7f6a1b7957b7': Merge pull request brianfrankcooper#27 in HSE/hse-ycsb from make-package to v0.17.0-hse
This pull request was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The client class was not appending the database name to the Mongo URL, so the URL was always defaulting to localhost:27017.