- Jan 04, 2016
-
-
Andy Kruth authored
-
- Jan 02, 2016
-
-
Sean Busbey authored
[orientdb] fixed end table scan issue
-
- Dec 31, 2015
-
-
Andy Kruth authored
-
Andy Kruth authored
Fixes #562
-
Sean Busbey authored
Merge pull request #555 from DevFactory/staging/return-statements-should-not-occur-in-finally-blocks-fix-2 "return" statements should not occur in "finally" blocks
-
Sean Busbey authored
[Cassandra] removed tracing from insert
-
Sean Busbey authored
Merge pull request #565 from DevFactory/staging/Collection-isEmpty-should-be-used-to-test-for-emptiness-fix-9 Collection.isEmpty() should be used to test for emptiness
-
Sean Busbey authored
pmd:UnnecessaryConstructor - Unnecessary constructor, squid:EmptyStatementUsageCheck - Empty statements should be removed
-
Kirill Vlasov authored
[core dynamodb googledatastore infinispan] Fixing pmd:UnnecessaryConstructor - Unnecessary constructor, squid:EmptyStatementUsageCheck - Empty statements should be removed
-
Kirill Vlasov authored
[core accumulo couchbase memcached] Fixing squid:S1155 - Collection.isEmpty() should be used to test for emptiness
-
Sean Busbey authored
Unused local variables should be removed
-
- Dec 29, 2015
-
-
Mike Petersen authored
-
- Dec 27, 2015
-
-
Kirill Vlasov authored
[cassandra cassandra2 dynamodb hbase098 hbase10 jdbc s3] Fixing squid:S1481 - Unused local variables should be removed
-
- Dec 26, 2015
-
-
allanbank authored
[mongodb] Update to use BATCHED_OK Status for batched inserts.
-
Robert J. Moore authored
This ensures that users do not confuse the results from batched and non-batched operations. Closes #522
-
Kirill Vlasov authored
-
- Dec 23, 2015
-
-
Sean Busbey authored
[tarantool] Update tarantool driver version
-
- Dec 20, 2015
-
-
Sean Busbey authored
[mongodb] Update the documentation for MongoDB. Use YCSB from binary instead
-
Bruce Yinhe authored
-
bigbes authored
-
Sean Busbey authored
[kudu] revert kudu version to 0.6.0
-
bigbes authored
blocks gh-542
-
bigbes authored
-
- Dec 17, 2015
-
-
Connor McCoy authored
[kudu] Bump the default admin timeout
-
Jean-Daniel Cryans authored
The default 10s timeout can be too low when creating large tables on slow devices. This patch just uses the already-defined default of 60s for that operation.
-
Andy Kruth authored
[cassandra] added large deprecation message
-
Andy Kruth authored
-
Andy Kruth authored
[cassandra2] added better property handling
-
Andy Kruth authored
-
Andy Kruth authored
-
- Dec 16, 2015
-
-
Connor McCoy authored
[memcached] Removed groupId (duplicates parent).
-
Misha Brukman authored
For reference, other bindings don't appear to specify a `groupId` at this level in their `pom.xml` files. @shivam-maharshi says in a [comment][1]: > The groupId here is the duplicate of the parent groupId. This is creating a > problem in the maven build. [1]: https://github.com/brianfrankcooper/YCSB/commit/d4b1d247a31cf9fbf42b2e324b5b1cc27fdd9565#commitcomment-15030853
-
- Dec 12, 2015
-
-
Sean Busbey authored
[Core] Add retry for insertion logic to make the load process more robust
-
Stanley Feng authored
Prefix the retry limit property name with core_workload. [core] Incorporate CR Feedback Prefix the retry limit property with "core_workload".
-
Stanley Feng authored
The default behavior is NO RETRY, which is the current behavior. But optionally user can enable retry if they are working with a DB backend that is better tolerated by allowing a few retries.
-
Stanley Feng authored
- Remove trailing whitespaces, - Break longlines to below 120 chars - Right indentation. This is to prepare for the next commit that will add retry logic to insert to make the load process more fault tolerant.
-
- Dec 10, 2015
-
-
Sean Busbey authored
[memcached] Added memcached binding.
-
Misha Brukman authored
The memcached support was extracted from PR #98 by @jbellis, with cleanups to bring it in line with current APIs and style guide. This PR also addresses issue #326.
-
Connor McCoy authored
[kudu] Bump Kudu dependency to 0.6.0
-
- Dec 09, 2015
-
-
Jean-Daniel Cryans authored
This version and the previous one are wire compatible, the only code chance reflects a naming change in the client API.
-