- 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".
-
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.
-
- Nov 27, 2015
-
-
Brian Nixon authored
-
- Nov 25, 2015
-
-
Stanley Feng authored
Define constants for the property strings.
-
- Nov 24, 2015
-
-
Stanley Feng authored
- Move the doc (code comment) to workload_template - Minor changes in propery parsing logic and log to System.Err; [core] Incoporate CR comment Missed one comment before.
-
Stanley Feng authored
And make it configurable.
-
Stanley Feng authored
Specifically: 1. Remove trailing spaces, 2. Replace TAB with spaces, 3. Break lines > 80 characters 4. Misc code alignment. No functional code change. use ?w=1 on the URL to view non-whitespace changes.
-
- Nov 13, 2015
-
-
Andy Kruth authored
When dataintegrity and readallfields are both true, pass the full field set to db.read() so that the field values can be verified. Fixes #496
-
Andy Kruth authored
-
Andy Kruth authored
Changed measurement latency to actual latency time of the verifyRow step and now recording Status codes for verify operations. Fixes #479
-
- Nov 04, 2015
-
-
Connor McCoy authored
Also fix a few README formatting issues. mvn org.apache.rat:apache-rat-plugin:0.11:check -D rat.numUnapprovedLicenses=5000
-
- Nov 03, 2015
-
-
Connor McCoy authored
-