Мы используем Apache Ignite в приложении Java Spring Boot. Обновите, чтобы воспламенить 2.16 Мы наблюдаем, что клавиш Storebalanceleft всегда не нулевой. < /p>
Таким образом, любое предложение по этому.IgniteCache cache = igniteInstance.cache(cacheName);
long keysToRebalanceLeft = cache.localMetrics().getKeysToRebalanceLeft();
long partitionsTotal = cache.localMetrics().getTotalPartitionsCount();
long rebalancingPartitionsCount = cache.localMetrics().getRebalancingPartitionsCount();
long rebalancedKeys = cache.localMetrics().getRebalancedKeys();
long estimatedRebalancingKeys = cache.localMetrics().getEstimatedRebalancingKeys();
Подробнее здесь: https://stackoverflow.com/questions/794 ... e-not-zero