This is an automated email from the ASF dual-hosted git repository.

dcapwell pushed a change to branch cep-15-accord
in repository https://gitbox.apache.org/repos/asf/cassandra.git


    from aac0fe0ff6 Ninja for CASSANDRA-17719: TransactionStatement now logs 
every exception, will revert before trunk but needed for debugging
     new 31d5d73b32 Ninja for CASSANDRA-17719: When AccordCommand.setPartialTxn 
is called, make sure to update this.kind in order to make tests stable
     new 74602f5734 Ninja for CASSANDRA-17719: Changed 
AsyncWriterTest#commandsPerKeyDenormalization to use SaveStatus rather than 
Status
     new 82947c3d58 Ninja for CASSANDRA-17719 disable the checks in 
increaseSlightly and decreaseSlightly to get back to the old behavior for now
     new 0f4c6cec28 Ninja for CASSANDRA-17719: 
accord.primitives.Range#someIntersectingRoutingKey was added but does not work 
in all cases in C* due to sentinal values, added logic to return a C* friendly 
token

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/cassandra/dht/Murmur3Partitioner.java   |  13 +-
 .../cassandra/service/accord/AccordCommand.java    |   2 +
 .../cassandra/service/accord/TokenRange.java       |   9 +
 .../service/accord/api/AccordRoutingKey.java       |   9 +
 .../distributed/test/accord/AccordCQLTest.java     | 154 +++++++++++++++
 .../test/accord/AccordIntegrationTest.java         | 208 ---------------------
 .../distributed/test/accord/AccordTestBase.java    |  10 +-
 .../service/accord/async/AsyncWriterTest.java      |   3 +-
 8 files changed, 194 insertions(+), 214 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to