[ https://issues.apache.org/jira/browse/IGNITE-26479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kirill Tkalenko updated IGNITE-26479: ------------------------------------- Epic Link: IGNITE-26091 > Fix data node filter update when changing node version > ------------------------------------------------------ > > Key: IGNITE-26479 > URL: https://issues.apache.org/jira/browse/IGNITE-26479 > Project: Ignite > Issue Type: Bug > Reporter: Kirill Tkalenko > Priority: Major > Labels: ignite-3 > > When implementing the second test scenario from IGNITE-26095, when I try to > change the data node filter, I get the error below, it needs to be fixed. > {noformat} > Caused by: java.lang.AssertionError: Data nodes history and timers are > missing, zone=CatalogZoneDescriptor [partitions=1, replicas=3, quorumSize=2, > dataNodesAutoAdjust=0, dataNodesAutoAdjustScaleUp=0, > dataNodesAutoAdjustScaleDown=2147483647, filter=$..*, > storageProfiles=CatalogStorageProfilesDescriptor > [defaultStorageProfile=CatalogStorageProfileDescriptor > [storageProfile=default]], consistencyMode=STRONG_CONSISTENCY, > super=CatalogObjectDescriptor [id=16, name=TEST_ZONE, type=ZONE, > updateTimestamp=HybridTimestamp [physical=2025-09-19 12:14:24:077 +0000, > logical=0, composite=115230904423350272]]] > at > org.apache.ignite.internal.distributionzones.DataNodesManager.onZoneFilterChangeInternal(DataNodesManager.java:532) > at > org.apache.ignite.internal.distributionzones.DataNodesManager.lambda$onZoneFilterChange$9(DataNodesManager.java:516) > at > java.base/java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:1187) > ... 29 more > {noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)