Mirza Aliev created IGNITE-22834:
------------------------------------
Summary: Mute ItEstimatedSizeTest#testEstimatedSizeAfterScaleUp
Key: IGNITE-22834
URL: https://issues.apache.org/jira/browse/IGNITE-22834
Project: Ignite
Issue Type: Bug
Reporter: Mirza Aliev
We need to mute
{{org.apache.ignite.internal.table.ItEstimatedSizeTest#testEstimatedSizeAfterScaleUp}}
because it fails with
{noformat}
[2024-07-24T14:59:50,794][ERROR][%iest_teasd_0%rebalance-scheduler-12][RebalanceRaftGroupEventsListener]
Unable to count down partitions counter in metastore: 16_part_17
java.lang.AssertionError: null
at
org.apache.ignite.internal.distributionzones.rebalance.RebalanceRaftGroupEventsListener.countDownPartitionsFromZone(RebalanceRaftGroupEventsListener.java:260)
~[ignite-distribution-zones-3.0.0-SNAPSHOT.jar:?]
at
org.apache.ignite.internal.distributionzones.rebalance.RebalanceRaftGroupEventsListener.lambda$onNewPeersConfigurationApplied$1(RebalanceRaftGroupEventsListener.java:238)
~[ignite-distribution-zones-3.0.0-SNAPSHOT.jar:?]
at
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
[?:?]
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at
java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
[?:?]
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
[?:?]
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
[?:?]
at java.base/java.lang.Thread.run(Thread.java:834) [?:?]{noformat}
It will be fixed in https://issues.apache.org/jira/browse/IGNITE-22806 by
removing counters logic at all
--
This message was sent by Atlassian Jira
(v8.20.10#820010)