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

aweisberg pushed a change to branch cep-45-mutation-tracking
in repository https://gitbox.apache.org/repos/asf/cassandra.git


    from 8fda60880b CEP 45 - Fix tracked SSTable import/transfer bugs
     new 4338fb9d25 CEP-45 - Fix consensus request forwarding bugs and extract 
it from StorageProxy
     new 763e1fedf4 Refuse multi-partition serial reads before forwarding
     new d9010434ad Fix reversed rows in forwarded consensus reads
     new a2e6a97edb CEP-45: Log mutation tracking migration repair progress
     new 9bdb73f1ba CEP-45: Add missing nodetool mtadmin help test fixtures

The 5 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:
 .../org/apache/cassandra/service/StorageProxy.java | 218 +---------
 .../service/paxos/CasForwardResponse.java          | 109 ++++-
 .../cassandra/service/paxos/CasForwarding.java     | 313 ++++++++++++++
 .../service/paxos/ConsensusReadForwardRequest.java |   3 +-
 .../org/apache/cassandra/service/paxos/Paxos.java  |   2 -
 .../migration/KeyspaceMigrationInfo.java           |  13 +
 .../MutationTrackingMigrationRepairResult.java     |  20 +-
 .../migration/MutationTrackingRepairHandler.java   |  63 ++-
 .../test/MutationTrackingMigrationTest.java        |  18 +
 .../MutationTrackingCasForwardingTest.java         | 287 ++++++++++++-
 .../resources/nodetool/help/{bootstrap => mtadmin} |  23 +-
 .../help/{disablebackup => mtadmin$getconfig}      |   4 +-
 .../help/{cms$unregister => mtadmin$setconfig}     |  12 +-
 test/resources/nodetool/help/nodetool              |   1 +
 .../apache/cassandra/service/StorageProxyTest.java |   1 -
 .../cassandra/service/paxos/CasForwardingTest.java | 476 +++++++++++++++++----
 16 files changed, 1192 insertions(+), 371 deletions(-)
 create mode 100644 
src/java/org/apache/cassandra/service/paxos/CasForwarding.java
 copy test/resources/nodetool/help/{bootstrap => mtadmin} (57%)
 copy test/resources/nodetool/help/{disablebackup => mtadmin$getconfig} (81%)
 copy test/resources/nodetool/help/{cms$unregister => mtadmin$setconfig} (72%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to