sk0x50 commented on code in PR #6730:
URL: https://github.com/apache/ignite-3/pull/6730#discussion_r2418981701
##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/TableManager.java:
##########
@@ -3307,9 +3318,9 @@ private CompletableFuture<Void> recoverTables(long
recoveryRevision, @Nullable H
// Handle missed table drop event.
int tableId = tableDescriptor.id();
+ boolean destroyTableEventFired = false;
Review Comment:
Makes sense. Will fix it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]