- Apr 14, 2016
- Apr 13, 2016
-
-
nygard_89 authored
-
nygard_89 authored
[riak] Added test unit. [riak] Set eventual consistency as default in both README.md and riak.properties file, as strong consistency it's not the main model adopted by the db (check http://docs.basho.com/riak/kv/2.1.4/developing/app-guide/strong-consistency/ for further info). [riak] Fixed getFields() function by transforming it into createResultHashMap(). This function creates the HashMap to give as result appropriately. [riak] Removed scan transaction support for strong consistency model. 2i search is not allowed for this model, neither there is a suitable search mean to use to achieve a proper scan transaction. [riak] Done minor fixes to code and comments.
-
- Apr 12, 2016
- Apr 11, 2016
-
-
nygard_89 authored
[riak] Removed test unit as it only works with a local cluster installation (there is no Riak test or mock utility). [riak] Packaged into com.yahoo.ycsb.db.riak. [riak] Removed unused dependencies. [riak] Bugfix for update() function that returned positive even with no nodes in the cluster.
-
- Apr 10, 2016
-
-
nygard_89 authored
-
- Apr 09, 2016
-
-
nygard89 authored
-
nygard_89 authored
The binding is based on the one created by Basho Technologies (available at https://github.com/basho-labs/YCSB/tree/master/riak). [riak] Made compatible with the latest YCSB version. [riak] Added strong consistency test support and made it default. [riak] Added missing results return based on provided fields in scan/read functions. [riak] Added TIME_OUT status return code for those transactions which take too long to complete. [riak] Added flexible test parameter specification via customizable configuration file and command line options support. [riak] Added test unit. [riak] Removed unused Constants.java file. [riak] Removed many unused function in the RiakUtils.java file. [riak] Choosed to use executeAsync methods to resolve a bug that didn't allow the benchmark to end whenever one or more nodes of the cluster are killed. [riak] Fixed license issues in all files. [riak] Done some refinements to the code.
-
- Apr 08, 2016
-
-
nygard_89 authored
-
- 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
-
nygard_89 authored
Added new binding for Riak, based on the one created by Basho Technologies (available at https://github.com/basho-labs/YCSB/tree/master/riak). Change made to the original version: - Made compatible with the latest YCSB version. - Removed unused Constants.java file. - Added strong consistency test support. - Done some refinements to the code. - Removed many unused function in the RiakUtils.java file. - Choosed to use executeAsync methods to resolve a bug that didn't allow the benchmark to end whenever one or more nodes of the cluster are killed. - Added TIME_OUT status return code. To do: - Add different LOG errors (i.e. insufficient_vnodes_available, ring_not_ready, etc.) - for references, check page http://docs.basho.com/riak/latest/ops/running/recovery/errors/#Errors-and-Messages - ...
-
- 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.
-