This is an automated email from the ASF dual-hosted git repository.
adelapena pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git.
from fde6600 Revert "Nodetool ring testing"
new c3636bf Fix ColumnFilter to avoid querying cells of unselected
complex columns
new 83b41b6 Merge branch 'cassandra-3.11' into trunk
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 +-
.../apache/cassandra/db/filter/ColumnFilter.java | 7 +-
.../cassandra/metrics/ReadRepairMetrics.java | 1 -
test/data/jmxdump/cassandra-4.0-jmx.yaml | 12 -
.../test/ReadRepairEmptyRangeTombstonesTest.java | 290 +++++
.../distributed/test/ReadRepairQueryTypesTest.java | 1198 ++++++++++++++++++++
.../cassandra/distributed/test/ReadRepairTest.java | 299 +++--
.../distributed/test/ReadRepairTester.java | 165 +++
.../distributed/test/SimpleReadWriteTest.java | 133 +--
.../cassandra/distributed/test/TestBaseImpl.java | 105 ++
.../upgrade/MixedModeReadRepairTest.java | 190 +++-
test/unit/org/apache/cassandra/cql3/CQLTester.java | 2 +-
.../cassandra/db/filter/ColumnFilterTest.java | 112 +-
14 files changed, 2300 insertions(+), 217 deletions(-)
create mode 100644
test/distributed/org/apache/cassandra/distributed/test/ReadRepairEmptyRangeTombstonesTest.java
create mode 100644
test/distributed/org/apache/cassandra/distributed/test/ReadRepairQueryTypesTest.java
create mode 100644
test/distributed/org/apache/cassandra/distributed/test/ReadRepairTester.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]