You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by if...@apache.org on 2021/10/15 09:28:32 UTC

[cassandra] branch cassandra-3.0 updated (84eb1b8 -> 11af037)

This is an automated email from the ASF dual-hosted git repository.

ifesdjeen pushed a change to branch cassandra-3.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git.


    from 84eb1b8  Log more information when a node runs out of commitlog space
     add 11af037  Add blocking pendingranges calculation when keyspace is added

No new revisions were added by this update.

Summary of changes:
 .../org/apache/cassandra/gms/VersionedValue.java   |   7 +
 .../apache/cassandra/schema/SchemaKeyspace.java    |   9 ++
 .../cassandra/distributed/action/GossipHelper.java | 142 +++++++++++++++++++++
 .../distributed/action/InstanceAction.java         |  13 +-
 ...ception.java => VersionedApplicationState.java} |  15 ++-
 .../cassandra/distributed/test/BootstrapTest.java  |  38 +++++-
 6 files changed, 206 insertions(+), 18 deletions(-)
 create mode 100644 test/distributed/org/apache/cassandra/distributed/action/GossipHelper.java
 copy src/java/org/apache/cassandra/io/util/BytesReadTracker.java => test/distributed/org/apache/cassandra/distributed/action/InstanceAction.java (78%)
 copy test/distributed/org/apache/cassandra/distributed/shared/{ShutdownException.java => VersionedApplicationState.java} (69%)

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