- Apr 09, 2016
-
-
Chris Larsen authored
Eventually it would be nice to move this out into a proper generator with enums to save space, but as users may have extended CoreWorkload and could be using the "operationchooser" field, we'll just break it out into a static function so as to avoid breaking anyone's code.
-
Sean Busbey authored
[googlebigtable] Add a Google Bigtable binding for testing load using
-
Chris Larsen authored
the native Protobuf GRPC based API.
-
Sean Busbey authored
[elasticsearch] Fix race condition
-
Jason Tedor authored
This commit fixes a race condition that exists between the shards being ready to serve requests and the execution of the workload.
-
- Apr 07, 2016
-
-
Sean Busbey authored
[elasticsearch] Elasticsearch improvements
-
- Apr 06, 2016
-
-
Jason Tedor authored
-
Jason Tedor authored
-
Jason Tedor authored
-
Jason Tedor authored
-
Jason Tedor authored
-
Jason Tedor authored
-
Jason Tedor authored
-
Jason Tedor authored
-
Jason Tedor authored
-
Jason Tedor authored
This commit fixes an issue with the index creation logic when the elasticsearch.newdb flag is set to true. Namely, when running in local mode the index would never exist (since the node always starts with a clean temporary directory) but with elasticsearch.newdb an attempt would be made to delete the index which would cause the workload to fail. This commit also does a cleanup of the index creation logic using an explicit create index request and passing the index settings along as part of that index creation.
-
Jason Tedor authored
-
Jason Tedor authored
-
Jason Tedor authored
-
- Apr 01, 2016
-
-
Chrisjan Matser authored
-
- Mar 30, 2016
-
-
Sean Busbey authored
Update cassandra2-cql driver to only run tests on jdk8
-
Sean Busbey authored
[cassandra] properly clear cached containers.
-
- Mar 25, 2016
-
-
Sean Busbey authored
clear containers before we use them rather than after, so that in the case of exceptions we can recover. closes #127
-
Sean Busbey authored
-
- Mar 24, 2016
-
-
Muhammed Uluyol authored
-
- Mar 21, 2016
-
-
Sean Busbey authored
[S3] Close opened S3Object
-
Zheng Zhongxiang authored
-
Sean Busbey authored
[hbase10] Fix the init() method to properly construct a single…
-
Chris Larsen authored
object. Previously N objects were instantiated because the method didn't check to see if the connection was null.
-
- Mar 20, 2016
-
-
Sean Busbey authored
[core] Add a UnixEpochTimestampGenerator
-
Chris Larsen authored
-
Sean Busbey authored
[dynamodb] Checkstyle updates for DynamoDB.
-
Sean Busbey authored
[geode] Checkstyle updates for Apache Geode (incubating)
-
Sean Busbey authored
[tarantool] Checkstyle updates for the Tarantool binding.
-
Sean Busbey authored
[infinispan] Checkstyle updates for the Infinispan binding.
-
Sean Busbey authored
[core] Add byte to double and long conversion methods to Utils.
-
Chris Larsen authored
These will be used for #653 to write timestamps and numeric values to the ByteIterator maps.
-
- Mar 19, 2016
-
-
Muhammed Uluyol authored
-
Muhammed Uluyol authored
Fixes #612.
-
- Mar 10, 2016
-
-
Zhongxiang Zheng authored
S3Object opened in getS3ObjectAndMetadata() should be closed.
-