[ https://issues.apache.org/jira/browse/IGNITE-25238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17947730#comment-17947730 ]
Mirza Aliev commented on IGNITE-25238: -------------------------------------- What I've got so far: * Problem happens after test stop phase * {{RebalanceRaftGroupEventsListener#doStableKeySwitch}} holds TableManager's {{busyLock}} * TableManager canot proceed with {{TableManager#beforeNodeStop}} * Inside {{RebalanceRaftGroupEventsListener#doStableKeySwitch}} we have got {{TimeoutException: Send with retry timed out}} when try to make {{metaStorageMgr.invoke(iif(retryPreconditions, successCase, failCase)).get()}} * The reason of {{TimeoutException}} is because the only meta storage node is already stopped. > Unable to commit partition configuration to metastore > ------------------------------------------------------ > > Key: IGNITE-25238 > URL: https://issues.apache.org/jira/browse/IGNITE-25238 > Project: Ignite > Issue Type: Bug > Reporter: Mirza Aliev > Priority: Major > Labels: ignite-3 > > There is no failed test, but we have such errors in the log > {code:java} > [2025-04-23T14:45:51,520][ERROR][%iinrt_dosor_2%rebalance-scheduler-0][FailureManager] > Critical system error detected. Will be handled accordingly to configured > handler [hnd=NoOpFailureHandler [super=AbstractFailureHandler > [ignoredFailureTypes=UnmodifiableSet [SYSTEM_WORKER_BLOCKED, > SYSTEM_CRITICAL_OPERATION_TIMEOUT]]], failureCtx=CRITICAL_ERROR] > org.apache.ignite.internal.failure.StackTraceCapturingException: Unable to > commit partition configuration to metastore: 19_part_1 > {code} > https://ci.ignite.apache.org/buildConfiguration/ApacheIgnite3xGradle_Test_RunAllTests/9075776 -- This message was sent by Atlassian Jira (v8.20.10#820010)