tkalkirill commented on code in PR #5020:
URL: https://github.com/apache/ignite-3/pull/5020#discussion_r1912749596
##########
modules/distribution-zones/src/main/java/org/apache/ignite/internal/distributionzones/DistributionZoneManager.java:
##########
@@ -278,6 +278,8 @@ public DistributionZoneManager(
@Override
public CompletableFuture<Void> startAsync(ComponentContext
componentContext) {
return inBusyLockAsync(busyLock, () -> {
+ partitionDistributionResetTimeoutConfiguration.init();
Review Comment:
There is not enough test, maybe something else is broken after catalog
compaction and restarting the node.
Or will it be fixed in another ticket?
Also, is there a test that checks that the fix fixes the problem?
--
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]