Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

14726 #271

Closed
wants to merge 8 commits into from
Closed

14726 #271

wants to merge 8 commits into from

Conversation

belliottsmith
Copy link
Contributor

No description provided.

@@ -36,13 +33,16 @@
*/
public abstract class Endpoints<E extends Endpoints<E>> extends AbstractReplicaCollection<E>
{
static final Map<InetAddressAndPort, Replica> EMPTY_MAP = Collections.unmodifiableMap(new LinkedHashMap<>());
static final ReplicaMap<InetAddressAndPort> endpointMap(ReplicaList list) { return new ReplicaMap<>(list, Replica::endpoint); }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a method, we can skip final here

blambov pushed a commit to blambov/cassandra that referenced this pull request Nov 25, 2021
jacek-lewandowski pushed a commit to jacek-lewandowski/cassandra that referenced this pull request Mar 7, 2022
blambov pushed a commit to blambov/cassandra that referenced this pull request Mar 21, 2022
blambov pushed a commit to blambov/cassandra that referenced this pull request Jun 13, 2022
…oks (apache#271)

(cherry picked from commit c6cd4ee)
(cherry picked from commit fb5c241)
blambov pushed a commit to blambov/cassandra that referenced this pull request Nov 24, 2022
…oks (apache#271)

(cherry picked from commit c6cd4ee)
(cherry picked from commit fb5c241)
(cherry picked from commit f7f8e0a)
adelapena pushed a commit to adelapena/cassandra that referenced this pull request Sep 26, 2023
…oks (apache#271)

(cherry picked from commit c6cd4ee)
(cherry picked from commit fb5c241)
(cherry picked from commit f7f8e0a)
(cherry picked from commit 0ff7339)
(cherry picked from commit e7ca94c)

STAR-891 Fix conflict in DiskFailurePolicyTest with CASSANDRA-18294
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants