mirror of https://github.com/apache/cassandra
fix bug
This commit is contained in:
parent
27e44640a1
commit
5c86e7dc4b
|
|
@ -369,7 +369,8 @@ public class CoordinatedTransfer
|
|||
for (Map.Entry<InetAddressAndPort,Message<TransferFailed>> entry : msgs.entrySet())
|
||||
MessagingService.instance().sendWithCallback(entry.getValue(), entry.getKey(), notifyFailure);
|
||||
|
||||
notifyFailure.get();
|
||||
if (!msgs.isEmpty())
|
||||
notifyFailure.get();
|
||||
}
|
||||
|
||||
public static class NodeStreamingMetadata
|
||||
|
|
|
|||
Loading…
Reference in New Issue