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

snazy pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git.


    from 7f634fe  Avoid leaking threads when remote nodes fail anticompaction 
and rate limit anticompactions
     new bc18b4d  Severe concurrency issues in 
STCS,DTCS,TWCS,TMD.Topology,TypeParser
     new 16c96c2  Merge branch cassandra-3.0 into cassandra-3.11
     new ef6c5f8  Merge branch cassandra-3.11 into trunk

The 3 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:
 .../org/apache/cassandra/db/ColumnFamilyStore.java |   1 -
 .../db/compaction/AbstractCompactionStrategy.java  |  14 +-
 .../compaction/DateTieredCompactionStrategy.java   |  20 +-
 .../compaction/SizeTieredCompactionStrategy.java   |   6 +-
 .../compaction/TimeWindowCompactionStrategy.java   |   4 +-
 .../apache/cassandra/db/marshal/TypeParser.java    |  30 +-
 .../cassandra/locator/NetworkTopologyStrategy.java |   3 +-
 .../apache/cassandra/locator/TokenMetadata.java    | 414 ++++++++++++---------
 .../locator/NetworkTopologyStrategyTest.java       |   3 +-
 .../cassandra/locator/TokenMetadataTest.java       |  23 +-
 10 files changed, 312 insertions(+), 206 deletions(-)


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

Reply via email to