- Nov 18, 2016
-
-
Kevin Risden authored
-
jschmieg authored
-
- Oct 25, 2016
-
-
Shivam Maharshi authored
-
- Sep 30, 2016
-
-
Sean Busbey authored
* in couchbase2 work around ReactiveX/RxJava#3824 * accumulo test hangs, so skip tests * hbase10 and asynchbase test crashes with unknown class version, so skip tests * orientdb tests fail, so skip * core jar-with-deps fails, so keep them broken out fixes #704, fixes #705
-
- Sep 28, 2016
-
-
Josh Elser authored
-
- Sep 27, 2016
-
-
hxd authored
-
- Aug 31, 2016
-
-
Govind Kamat authored
-
- Jul 31, 2016
-
-
Peter Lawrey authored
* Optimise fillBytesImpl so it doesn't trigger an Exception on every byte[] generated. * Make the verbose output of BasicDB thread safe. * Optimise the verbose output of BasicDB when using multiple threads
-
- Jul 01, 2016
-
-
Steffen Friedrich authored
Solve issue with hdrhistogram+raw which had combined hdrhistogram with histogram
-
- Jun 21, 2016
-
-
Sean Busbey authored
-
Enis Soztutar authored
-
- May 23, 2016
-
-
Helen Chan authored
-
- May 04, 2016
-
-
Stanley Feng authored
-
- 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.
-
- Apr 28, 2016
-
-
Sean Busbey authored
-
- Apr 20, 2016
-
-
danielpoltx 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.
-
- 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 14, 2016
-
-
danielpoltx authored
-
- 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.
-
- Apr 01, 2016
-
-
Chrisjan Matser authored
-
- Mar 26, 2016
- Mar 20, 2016
-
-
Chris Larsen authored
-
Chris Larsen authored
These will be used for #653 to write timestamps and numeric values to the ByteIterator maps.
-
- Mar 04, 2016
-
-
kruthar authored
Fixes #320
-
- Feb 16, 2016
-
-
Kevin Risden authored
-
- Jan 29, 2016
-
-
Andy Kruth authored
Fixes #604
-
- Jan 27, 2016
-
-
Sean Busbey authored
- define checkstyle configs in as few places as possible - use checkstyle:check since it has defaults that match what we want (fail after logging to console) - modules that have current failures set property checkstyle.failOnViolation to false.
-
- Jan 26, 2016
-
-
Vitaliy Funshteyn authored
-
- Jan 12, 2016
-
-
ghaughian authored
updating readme updating package info perfecting logic for http solr clients for all operations renamed properties, tested cloud mode and cleaned code removed dependency on dynamic field names, updated readme now enforcing checkstyle adding solr artifact removing test cases relying on external dependencies removed unused maven dependencies, added batch mode support, all try blocks now catch eplicit exceptions, Query/UpdateResponse status codes are handled more granularly, updated readme, added sample schema.xml file to support default field names in ycsb client, updated all license headers to 2016, using SolrClient object as primary client type regardless if Solr is running in Cloud or Stand-alone mode cleaned code and config files, now accepting a solr base url property, simplified sample schema.xml file, renamed class to SolrClient, now updating documents atomically, added batch support to delete method updated new line spacing of pom file comments removed sample schema file, updated readme with more indepth explanation on running/setting up the solr-binding removed some code lines no longer in use renamed zookeeper param name, now throwing caught exceptions where appropriate, debug messages are now being logged on stderr now returning an appropriate error if we receive an unexpected response from solr server, repeated calls to getResults is no longer now using singletonMap to store update params in, fixed typo and missing id field in sample config in README
-
Andy Kruth authored
-
- Jan 01, 2016
-
-
Kirill Vlasov authored
[core, Cassandra, gemfire, mapkeeper] Fixing squid:S2864 - "entrySet()" should be iterated when both the key and value are needed
-
- Dec 31, 2015
-
-
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
-
- Dec 29, 2015
-
-
Kirill Vlasov authored
-
- Dec 20, 2015
-
-
bigbes authored
-
- Dec 12, 2015
-
-
Stanley Feng authored
Prefix the retry limit property name with core_workload. [core] Incorporate CR Feedback Prefix the retry limit property with "core_workload".
-