This commit is contained in:
Alan Wang 2026-07-31 12:54:25 -07:00
parent 694f1b5f1b
commit d5a8c998b0
1 changed files with 1 additions and 1 deletions

View File

@ -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
{