- May 04, 2016
-
-
Stanley Feng authored
-
Sean Busbey authored
[couchbase2] Better Defaults & Scan Refactor
-
- May 03, 2016
-
-
Sean Busbey authored
[riak] Added a workaround to allow strong-consistent scan transactions.
-
- May 02, 2016
-
-
Chris Larsen authored
[bigtable] Bigtable uses 1ms granularity.
-
- May 01, 2016
-
-
Camilo Aguilar authored
Fixes #733
-
- Apr 30, 2016
-
-
Chris Larsen authored
[core] Add the Utils.getGCTotalTime() method for showing how long
-
- Apr 29, 2016
-
-
Chris Larsen authored
collector. This will allow greater insight into the generations. Now the client will emmit the stats for each collector at the end of run along with the totals.
-
Chris Larsen authored
the JVM spent in GC. It now prints the time and percent of time in the final output. Also fix cases where the garbage collector implementation returns -1 if the count or time isn't implemented.
-
Sean Busbey authored
[core] add operation tracing via Apache HTrace.
-
Kevin Risden authored
[scripts] Fix bin/ycsb for Python 2.6 and bin/ycsb check_output
-
Kevin Risden authored
-
- Apr 28, 2016
-
-
Sean Busbey authored
[geode] Update geode binding for v1.0.0-incubating.M2
-
Anthony Baker authored
-
Sean Busbey authored
-
Michael Nitschinger authored
This changeset refactors the scan operation slightly, using a List with a predefined size (since we know it), as well as using the document ID directly for the response rather than doing full blown JSON decoding which is not needed.
-
Michael Nitschinger authored
This changeset picks better default settings for the environment to make it less error-prone in cloud setups and in turn leads to easier usability. The changes made are: - queryEndpoints set from 5 to 1 by default since this is technically a leftover from earlier implementations. We now have a Bucket per Thread and since YCSB is sync anyways we only ever need one. Leaving it as an option since if we get async ops in the future we can utilize those. - socketConnectTimeout from 1s to 10s, especially in cloud environments socket timeouts are annoying and its better if we have higher defaults. - connectTimeout changed from 5s to 30s since the socket connect timeout is higher we also need to adjust this one. - kvTimeout changed from 2.5s to 10s so that under throughput saturation testing you don't get flooded with timeouts potentially. Note that it also makes for nicer output if you get "higher latencies" as part of the regular output and not in the error section.
-
- Apr 23, 2016
-
-
Sean Busbey authored
[elasticsearch] Return not found instead of error
-
Sean Busbey authored
[core] Add the "measurement.trackjvm" property to measure JVM statistics
-
- Apr 22, 2016
-
-
Sean Busbey authored
[core] Parallel run and string sort order
-
- Apr 21, 2016
-
-
danielpoltx authored
Conflicts: core/src/main/java/com/yahoo/ycsb/workloads/CoreWorkload.java fixed conflict, fixed extra spaces and space between methods
-
- Apr 20, 2016
-
-
danielpoltx authored
-
nygard89 authored
-
Sean Busbey authored
[kudu] Upgrade client dependency to Kudu 0.8.0
-
Jean-Daniel Cryans authored
-
nygard_89 authored
[riak] Moved the utility function createResultHashMap() to the utility class RiakUtils.java. [riak] Added riak.strong_consistent_scans_bucket_type property to riak.properties file to set the fake bucket-type name. [riak] Updated README.md with a guide on how to allow strong-consistent scan transactions.
-
Jason Tedor authored
This commit modifies the Elasticsearch client to return Status.NOT_FOUND when an operation fails because the document requested does not exist. This modifies the previous behavior which would return Status.ERROR in this case. This commit also moves the statements that would return Status.ERROR into the corresponding catch blocks so that it is clear that Status.ERROR is only being returned on error paths.
-
- Apr 19, 2016
-
-
Jean-Daniel Cryans authored
Kudu 0.8.0 deprecated how predicates were specified and introduced a more simple one.
-
Jean-Daniel Cryans authored
-
- Apr 18, 2016
-
-
Chris Larsen authored
when the status thread is enabled. This tracks the GC count, thread count, memory used and average system load (if implemented) over time as well as the max and min for each measurement at the end. Also, every run will now measure the total number of garbage collections from all pools.
-
Sean Busbey authored
[googledatastore] Update googledatastore API version to v1beta3.
-
yuyanting authored
-
- Apr 17, 2016
-
-
Sean Busbey authored
[asynchbase] Fix Netty library version issue that prevents it from
-
Chris Larsen authored
loading outside the unit tests.
-
Sean Busbey authored
[asynchbase] Add AsyncHBase as an alternative to the default HBase cl…
-
Chris Larsen authored
Note the Guava classes in the test directory for AsyncHBase. These are there as AsyncHBase uses Guava >= 18 while HBase and the mini cluster use Guava 12.
-
Sean Busbey authored
[core] Add an incrementing printable string generator.
-
- Apr 16, 2016
-
-
Chris Larsen authored
This will be used for #653 for databases that require keys or other values to use a limited character set. This generator will create a sequence of strings using a defined list of UTF code points from which to pull.
-
danielpoltx authored
Fixed nits suggested by @busbey
-
- Apr 15, 2016
-
-
Sean Busbey authored
[riak] Added new binding for Riak, based on the one created by Basho Technol…
-
Sean Busbey authored
[core] Add CoreWorkload.createOperationGenerator() for use in other w…
-