Skip to content

Releases: Netflix/ndbench

Checksum validation

12 Jul 15:44
Compare
Choose a tag to compare

This feature adds the capability to do checksum validation for "values". Checksum can be included into the values by the DefaultDataGenerator based on a configurable value, and a reader can choose to validate the checksum of the value read, based on a configurable value.

Having this capability is useful to validate, say, the correctness of a datastore, at least in terms of corruption of the values being written.

Fixing serialization issues

11 Apr 06:37
Compare
Choose a tag to compare

Fixing serialization issues

Enhanced error message. Added detailedMessage field in error response with exception stack trace.

08 Mar 01:50
93da9eb
Compare
Choose a tag to compare
Merge pull request #232 from mdaxini/errormsg

Enhanced error message. Added detailedMessage field in error response with exception stack trace.

Fixed missing field - error response

02 Mar 19:08
0c7764e
Compare
Choose a tag to compare

Fixed missing filed that was not returned to user when an error occurs after invoking REST APIs.
Added missing exception messages were not relayed back for several REST calls.

CockroachDB Transaction Plugin enchancements

28 Jan 01:25
Compare
Choose a tag to compare

Avoiding possible connection leaks by closing connections to return them back to the connection pool in case of exceptions during read/write/creation operations.

CockroachDB Transaction Plugin enchancements

21 Jan 20:06
Compare
Choose a tag to compare

Bubbling up exceptions so they are counted towards failures

Dynamodb Transaction Plugin enchancements

15 Jan 06:15
Compare
Choose a tag to compare

Bubbling up exceptions and logging transaction cancellation reasons

Dynamodb Transaction Plugin

10 Jan 00:55
Compare
Choose a tag to compare

Reads involve simple read from the main table.
Writes involve dynamodb transaction containing writes to main table and child tables.

Release to upgrade consumed dependencies

30 Dec 15:53
3c165f1
Compare
Choose a tag to compare
Merge pull request #222 from arunagrawal84/oss_master

Provide keyspaceName while executing the statements

CassandraJavaClient: Provide keyspace name while executing the statements

05 Dec 19:25
3c165f1
Compare
Choose a tag to compare

Cassandra Java Client expects either the session to have the keyspace name or each statement to have keyspace name. We choose later to ensure that in future we can have statements from multiple keyspaces (if we wish to)