This is an automated email from the ASF dual-hosted git repository.
samt pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git.
from 781e486 Fix CQLSH to avoid arguments being evaluated
new 092915a Don't skip sstables with partition deletes
new d6beb01 Merge branch 'cassandra-3.0' into cassandra-3.11
new b3ecbf3 Merge branch 'cassandra-3.11' into trunk
new a8e7cfb Ensure repaired data tracking reads a consistent amount of
data across replicas
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:
CHANGES.txt | 2 +
src/java/org/apache/cassandra/config/Config.java | 6 +
.../cassandra/config/DatabaseDescriptor.java | 10 +
src/java/org/apache/cassandra/db/ReadCommand.java | 310 +++------------
.../org/apache/cassandra/db/RepairedDataInfo.java | 336 ++++++++++++++++
.../cassandra/db/SinglePartitionReadCommand.java | 83 ++--
.../apache/cassandra/metrics/KeyspaceMetrics.java | 12 +
.../org/apache/cassandra/metrics/TableMetrics.java | 18 +-
.../apache/cassandra/repair/RepairRunnable.java | 76 +++-
.../cassandra/service/SnapshotVerbHandler.java | 67 ++++
.../org/apache/cassandra/service/StorageProxy.java | 18 +
.../cassandra/service/StorageProxyMBean.java | 4 +
.../cassandra/service/reads/DataResolver.java | 2 +-
.../service/reads/repair/RepairedDataVerifier.java | 80 +++-
.../distributed/test/PreviewRepairTest.java | 106 ++++-
.../distributed/test/RepairDigestTrackingTest.java | 440 +++++++++++++++++----
.../distributed/test/SimpleReadWriteTest.java | 101 +++++
.../org/apache/cassandra/db/ReadCommandTest.java | 120 +++++-
.../apache/cassandra/db/RepairedDataInfoTest.java | 303 ++++++++++++++
.../reads/repair/RepairedDataVerifierTest.java | 4 +-
20 files changed, 1693 insertions(+), 405 deletions(-)
create mode 100644 src/java/org/apache/cassandra/db/RepairedDataInfo.java
create mode 100644 test/unit/org/apache/cassandra/db/RepairedDataInfoTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]