Pavel Tupitsyn created IGNITE-19707: ---------------------------------------
Summary: AssertionError: Data nodes was not initialized in testScaleDownDidNotChangeDataNodesWhenTriggerKeyWasConcurrentlyChanged Key: IGNITE-19707 URL: https://issues.apache.org/jira/browse/IGNITE-19707 Project: Ignite Issue Type: Bug Affects Versions: 3.0.0-beta1 Reporter: Pavel Tupitsyn Fix For: 3.0.0-beta2 {code} DistributionZoneManagerScaleUpTest > testScaleDownDidNotChangeDataNodesWhenTriggerKeyWasConcurrentlyChanged() STANDARD_ERROR 09:33:57 2023-06-12 12:33:57:775 +0300 [INFO][Test worker][LogicalTopologyImpl] Node added to logical topology [node=LogicalNode [nodeAttributes=EmptyMap {}, super=ClusterNode [id=1, name=node1, address=localhost:123, nodeMetadata=null]], topology=LogicalTopologySnapshot [version=1, nodes=Set12 [LogicalNode [nodeAttributes=EmptyMap {}, super=ClusterNode [id=1, name=node1, address=localhost:123, nodeMetadata=null]]]]] 09:33:57 2023-06-12 12:33:57:886 +0300 [INFO][Test worker][LogicalTopologyImpl] Node removed from logical topology [node=LogicalNode [nodeAttributes=EmptyMap {}, super=ClusterNode [id=1, name=node1, address=localhost:123, nodeMetadata=null]], topology=LogicalTopologySnapshot [version=2, nodes=SetN []]] 09:33:57 2023-06-12 12:33:57:890 +0300 [ERROR][%test%metastorage-watch-executor-3][WatchProcessor] Error occurred when processing a watch event 09:33:57 java.lang.AssertionError: Data nodes was not initialized. 09:33:57 at org.apache.ignite.internal.distributionzones.DistributionZoneManager$3.onUpdate(DistributionZoneManager.java:1396) 09:33:57 at org.apache.ignite.internal.metastorage.server.Watch.onUpdate(Watch.java:67) 09:33:57 at org.apache.ignite.internal.metastorage.server.WatchProcessor.lambda$notifyWatch$7(WatchProcessor.java:168) 09:33:57 at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1072) 09:33:57 at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) 09:33:57 at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1705) 09:33:57 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) 09:33:57 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) 09:33:57 at java.base/java.lang.Thread.run(Thread.java:834) 09:33:57 2023-06-12 12:33:57:891 +0300 [WARNING][%test%metastorage-watch-executor-3][DistributionZoneManager] Unable to process data nodes event 09:33:57 java.lang.AssertionError: Data nodes was not initialized. 09:33:57 at org.apache.ignite.internal.distributionzones.DistributionZoneManager$3.onUpdate(DistributionZoneManager.java:1396) 09:33:57 at org.apache.ignite.internal.metastorage.server.Watch.onUpdate(Watch.java:67) 09:33:57 at org.apache.ignite.internal.metastorage.server.WatchProcessor.lambda$notifyWatch$7(WatchProcessor.java:168) 09:33:57 at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1072) 09:33:57 at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) 09:33:57 at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1705) 09:33:57 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) 09:33:57 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) 09:33:57 at java.base/java.lang.Thread.run(Thread.java:834) {code} https://ci.ignite.apache.org/buildConfiguration/ApacheIgnite3xGradle_Test_RunUnitTests/7288160?hideProblemsFromDependencies=false&hideTestsFromDependencies=false&expandBuildProblemsSection=true&expandBuildChangesSection=true&showLog=7288160_51209_86.50902&logFilter=debug&logView=flowAware -- This message was sent by Atlassian Jira (v8.20.10#820010)