mirror of https://github.com/apache/cassandra
fix
This commit is contained in:
parent
694f1b5f1b
commit
d5a8c998b0
|
|
@ -119,10 +119,10 @@ public class CoordinatedTransfer
|
|||
{
|
||||
logger.debug("{} Executing Accord bulk transfer {}", logPrefix(), this);
|
||||
LocalTransfers.instance().save(this);
|
||||
stream();
|
||||
PendingLocalTransfer pendingLocalTransfer = LocalTransfers.instance().local.get(streamResult.planId);
|
||||
CountDownLatch latch = new CountDownLatch(1);
|
||||
pendingLocalTransfer.registerLatch(latch);
|
||||
stream();
|
||||
|
||||
try
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue