You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ma...@apache.org on 2022/01/17 13:19:47 UTC

[cassandra] branch cassandra-3.11 updated (1d52275 -> b5d0626)

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

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


    from 1d52275  Merge branch 'cassandra-3.0' into cassandra-3.11
     new b1a8a56  Avoid race in AbstractReplicationStrategy endpoint caching
     new b5d0626  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 +
 .../locator/AbstractReplicationStrategy.java       |  98 ++++++++++++-----
 .../apache/cassandra/locator/TokenMetadata.java    |   9 +-
 .../distributed/test/ReadsDuringBootstrapTest.java | 120 +++++++++++++++++++++
 .../locator/AbstractReplicationStrategyTest.java   |  32 +++---
 5 files changed, 221 insertions(+), 39 deletions(-)
 create mode 100644 test/distributed/org/apache/cassandra/distributed/test/ReadsDuringBootstrapTest.java
 copy src/java/org/apache/cassandra/locator/RackInferringSnitch.java => test/unit/org/apache/cassandra/locator/AbstractReplicationStrategyTest.java (50%)

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


[cassandra] 01/01: Merge branch 'cassandra-3.0' into cassandra-3.11

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

marcuse pushed a commit to branch cassandra-3.11
in repository https://gitbox.apache.org/repos/asf/cassandra.git

commit b5d062682428aa1118a086777c309bfecb96c138
Merge: 1d52275 b1a8a56
Author: Marcus Eriksson <ma...@apache.org>
AuthorDate: Mon Jan 17 14:07:38 2022 +0100

    Merge branch 'cassandra-3.0' into cassandra-3.11

 CHANGES.txt                                        |   1 +
 .../locator/AbstractReplicationStrategy.java       |  98 ++++++++++++-----
 .../apache/cassandra/locator/TokenMetadata.java    |   9 +-
 .../distributed/test/ReadsDuringBootstrapTest.java | 120 +++++++++++++++++++++
 .../locator/AbstractReplicationStrategyTest.java   |  45 ++++++++
 5 files changed, 246 insertions(+), 27 deletions(-)

diff --cc CHANGES.txt
index 382f786,e23f5e7..5e8213f
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -1,16 -1,5 +1,17 @@@
 -3.0.26:
 +3.11.12
 + * Upgrade snakeyaml to 1.26 in 3.11 (CASSANDRA=17028)
 + * Add key validation to ssstablescrub (CASSANDRA-16969)
 + * Update Jackson from 2.9.10 to 2.12.5 (CASSANDRA-16851)
 + * Include SASI components to snapshots (CASSANDRA-15134)
 + * Make assassinate more resilient to missing tokens (CASSANDRA-16847)
 + * Exclude Jackson 1.x transitive dependency of hadoop* provided dependencies (CASSANDRA-16854)
 + * Validate SASI tokenizer options before adding index to schema (CASSANDRA-15135)
 + * Fixup scrub output when no data post-scrub and clear up old use of row, which really means partition (CASSANDRA-16835)
 + * Fix ant-junit dependency issue (CASSANDRA-16827)
 + * Reduce thread contention in CommitLogSegment and HintsBuffer (CASSANDRA-16072)
 + * Avoid sending CDC column if not enabled (CASSANDRA-16770)
 +Merged from 3.0:
+  * Avoid race in AbstractReplicationStrategy endpoint caching (CASSANDRA-16673)
   * Fix abort when window resizing during cqlsh COPY (CASSANDRA-15230)
   * Fix slow keycache load which blocks startup for tables with many sstables (CASSANDRA-14898)
   * Fix rare NPE caused by batchlog replay / node decomission races (CASSANDRA-17049)

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