This is an automated email from the ASF dual-hosted git repository.
marcuse pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git
from 7a888149df Support topology-safe changes to Datacenter & Rack for live
nodes
new 6f79207c34 Improve metadata log catch up with inter-DC mutation
forwarding
new eb0c77ae1e Fix TreeMap race in CollectionVirtualTableAdapter causing
us to lose rows in the virtual table
new 2c05f82755 Add nodetool command to dump the contents of the
system_views.{cluster_metadata_log, cluster_metadata_directory} tables
new 8404d2fd5c Improve performance when getting writePlacementAllSettled
from ClusterMetadata in large cluster with many range movements
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 | 4 +
.../cassandra/db/AbstractMutationVerbHandler.java | 28 ++---
.../db/virtual/ClusterMetadataDirectoryTable.java | 71 ++++++++++---
.../db/virtual/ClusterMetadataLogTable.java | 34 ++++--
.../db/virtual/CollectionVirtualTableAdapter.java | 19 ++--
.../org/apache/cassandra/tcm/CMSOperations.java | 27 +++++
.../apache/cassandra/tcm/CMSOperationsMBean.java | 2 +
.../org/apache/cassandra/tcm/ClusterMetadata.java | 19 ++--
src/java/org/apache/cassandra/tools/NodeTool.java | 4 +-
.../apache/cassandra/tools/nodetool/CMSAdmin.java | 50 +++++++++
.../test/log/ClusterMetadataDumpTest.java | 116 +++++++++++++++++++++
.../test/log/FetchLogFromPeersDCTest.java | 60 +++++++++++
12 files changed, 379 insertions(+), 55 deletions(-)
create mode 100644
test/distributed/org/apache/cassandra/distributed/test/log/ClusterMetadataDumpTest.java
create mode 100644
test/distributed/org/apache/cassandra/distributed/test/log/FetchLogFromPeersDCTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]