Skip to content

Commit

Permalink
GG-14344 Snapshot restore fails after COPY command
Browse files Browse the repository at this point in the history
  • Loading branch information
EdShangGG committed Jul 30, 2019
1 parent e5e8a0b commit 3c2747d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3044,7 +3044,7 @@ else if (task instanceof ForceRebalanceExchangeTask) {
? Math.min(curTimeout, dumpTimeout)
: dumpTimeout;

blockingSectionEnd();
blockingSectionBegin();

try {
resVer = exchFut.get(exchTimeout, TimeUnit.MILLISECONDS);
Expand Down

0 comments on commit 3c2747d

Please sign in to comment.