alievmirza commented on code in PR #3225:
URL: https://github.com/apache/ignite-3/pull/3225#discussion_r1507403997
##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/TableManager.java:
##########
@@ -1778,9 +1765,7 @@ private CompletableFuture<Void>
handleChangePendingAssignmentEvent(
// Table can be null only recovery, because we use a
revision from the future. See comment inside
// performRebalanceOnRecovery.
if (table == null) {
- if (LOG.isInfoEnabled()) {
- LOG.info("Skipping Pending Assignments update,
because table {} does not exist", tblId);
- }
+ assert false : "Table cannot be null.";
Review Comment:
reverted
--
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]