We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f0538c commit f30bf25Copy full SHA for f30bf25
src/java/org/apache/cassandra/tcm/RemoteProcessor.java
@@ -118,7 +118,6 @@ private List<InetAddressAndPort> candidates(boolean allowDiscovery)
118
}
119
120
@Override
121
- @SuppressWarnings("resource")
122
public ClusterMetadata replayAndWait()
123
{
124
try
@@ -136,6 +135,7 @@ public ClusterMetadata replayAndWait()
136
135
137
138
+ @SuppressWarnings("resource")
139
private ClusterMetadata replayAndWaitInternal()
140
141
Epoch lastConsecutive = log.replayPersisted();
0 commit comments