Homec4science
Diffusion YCSB 0ba7e797ab27

Merge pull request #180 from allanbank/async-mongodb-driver

Authored by Sean Busbey <sean.busbey@gmail.com> on May 24 2015, 03:21.

Description

Merge pull request #180 from allanbank/async-mongodb-driver

[Mongodb] merge adds Async mongodb driver, update normal driver to talk to mongo 2 and 3 clusters.

Event Timeline

Sean Busbey <sean.busbey@gmail.com> committed R7507:0ba7e797ab27: Merge pull request #180 from allanbank/async-mongodb-driver (authored by Sean Busbey <sean.busbey@gmail.com>).May 24 2015, 03:21

Merged Changes

CommitAuthorDetailsCommitted
6970ee1152c0Robert J. Moore
Add majority write concern and deprecated most of the options. Migrated to the… 
May 22 2015
eaebc71995d4Robert J. Moore
Tests and updates for OptionsSupport. 
May 22 2015
d5626110064dRobert J. Moore
Bump the MongoDB versions. 
May 22 2015
12ddd5db8c6cRobert J. Moore
Explicit License. 
May 22 2015
61b96944a381Robert J. Moore
Explicit License. 
May 22 2015
7c24d192ca14Robert J. Moore
Add logback logger. 
May 22 2015
4bcbb592855cRobert J. Moore
Remove eclipse-ism. 
May 22 2015
6ea36c12b56bRobert J. Moore
Add the avoidance of finalizers for cursors back in. 
May 22 2015
3b9e207c814fRobert J. Moore
Update the MongoDB drivers to just use a connection string or MongoDB URI to… 
May 22 2015
03b25308c5a2Robert J. Moore
Update the README with how to use the asynchronous driver. 
May 22 2015
cdecd9968d41Robert J. Moore
README Tweaks. 
May 22 2015
40bdb5070102Jared Rosoff/Robert J. Moore
Change inserts to upserts in mongoclient 
May 22 2015
7762b5e0d984Robert J. Moore
Revert to the central YCSB repository. 
May 22 2015
842560b0facaAsya Kamsky/Robert J. Moore
Update mongodb/README.md with more specific info 
May 22 2015
0b68bd48fed0Matias Cascallares/Robert J. Moore
added support to specify readPreference 
May 22 2015
c9609612664dGianfranco Palumbo/Robert J. Moore
add instructions to install java via yum/apt-get 
May 22 2015
637531b3baf7Gianfranco Palumbo/Robert J. Moore
Add maven bash env vars 
May 22 2015
488ef7f348b8Gianfranco Palumbo/Robert J. Moore
Added 'Install Maven and Java' instructions Ycsb config parameters example 
May 22 2015
aa1e56af00a2achille/Robert J. Moore
Set default thread count to 100 when thread count is not specified 
May 22 2015
cd1fb3571981Jared Rosoff/Robert J. Moore
No need to call getError on writeResult. any errors for writeConcern level will… 
May 22 2015
7b9cf5f49522Jared Rosoff/Robert J. Moore
Updated to current standard write concerns 
May 22 2015
91f079160e6bJared Rosoff/Robert J. Moore
Don't use finalizers to close cursors 
May 22 2015
218e25878439Robert J. Moore
Cleanup 
May 22 2015
a3bbb25f7d0dRobert J. Moore
Update MongoDB Async Driver version. 
May 22 2015
878f9f933622Robert J. Moore
Add option: threadsAllowedToBlockForConnectionMultiplier 
May 22 2015
8e001060cc3aRobert J. Moore
Optimizations. 
May 22 2015
7e0f63208c7dRobert J. Moore
Add the async client to the startup script. 
May 22 2015
1db6c0c73ef2Robert J. Moore
Add an adapter for MongoDB using the asynchronous driver. 
May 22 2015