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 056c9ef  Merge branch 'cassandra-3.0' into cassandra-3.11
     new dd255ff  Fix replica-side filtering returning stale data with CL > 1
     new 7014cd5  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 +
 src/java/org/apache/cassandra/db/DataRange.java    |  10 +
 .../cassandra/db/PartitionRangeReadCommand.java    |   5 +
 src/java/org/apache/cassandra/db/ReadCommand.java  |   7 +
 .../cassandra/db/SinglePartitionReadCommand.java   |   5 +
 .../db/compaction/CompactionIterator.java          |   3 +-
 .../org/apache/cassandra/db/filter/RowFilter.java  |  92 ++--
 .../partitions/UnfilteredPartitionIterators.java   |  11 +-
 .../cassandra/db/rows/UnfilteredRowIterators.java  |  32 +-
 .../org/apache/cassandra/metrics/TableMetrics.java |  18 +-
 .../org/apache/cassandra/service/DataResolver.java | 175 ++++++--
 .../service/ReplicaFilteringProtection.java        | 468 +++++++++++++++++++++
 .../cassandra/utils/concurrent/Accumulator.java    |  13 +
 .../utils/concurrent/AccumulatorTest.java          |  54 ++-
 14 files changed, 800 insertions(+), 94 deletions(-)
 create mode 100644 
src/java/org/apache/cassandra/service/ReplicaFilteringProtection.java


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

Reply via email to