This is an automated email from the ASF dual-hosted git repository.
adelapena pushed a change to branch cassandra-3.11
in repository https://gitbox.apache.org/repos/asf/cassandra.git.
from 86b7727 Merge branch 'cassandra-3.0' into cassandra-3.11
new e5c3d08 Operational improvements and hardening for replica filtering
protection patch by Caleb Rackliffe; reviewed by Andrés de la Peña for
CASSANDRA-15907
new 2ef1f1c Merge branch 'cassandra-3.0' into cassandra-3.11
The 2 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 | 1 +
build.xml | 2 +-
conf/cassandra.yaml | 20 +
doc/source/operating/metrics.rst | 114 +++---
src/java/org/apache/cassandra/config/Config.java | 2 +
.../cassandra/config/DatabaseDescriptor.java | 20 +
...java => ReplicaFilteringProtectionOptions.java} | 9 +-
.../db/partitions/PartitionIterators.java | 48 ++-
.../apache/cassandra/db/rows/EncodingStats.java | 24 ++
.../org/apache/cassandra/metrics/TableMetrics.java | 21 +-
.../org/apache/cassandra/service/DataResolver.java | 87 +++--
.../service/ReplicaFilteringProtection.java | 421 ++++++++++++---------
.../apache/cassandra/service/StorageService.java | 27 +-
.../cassandra/service/StorageServiceMBean.java | 12 +
.../org/apache/cassandra/utils/FBUtilities.java | 4 +-
.../cassandra/utils/concurrent/Accumulator.java | 9 +-
.../cassandra/distributed/impl/Coordinator.java | 10 +
.../apache/cassandra/distributed/impl/RowUtil.java | 7 +-
.../test/ReplicaFilteringProtectionTest.java | 244 ++++++++++++
.../cassandra/db/rows/EncodingStatsTest.java | 145 +++++++
.../utils/concurrent/AccumulatorTest.java | 34 +-
21 files changed, 959 insertions(+), 302 deletions(-)
copy src/java/org/apache/cassandra/config/{ReadRepairDecision.java =>
ReplicaFilteringProtectionOptions.java} (72%)
create mode 100644
test/distributed/org/apache/cassandra/distributed/test/ReplicaFilteringProtectionTest.java
create mode 100644
test/unit/org/apache/cassandra/db/rows/EncodingStatsTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]