[
https://issues.apache.org/jira/browse/IGNITE-9813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Taras Ledkov updated IGNITE-9813:
---------------------------------
Summary: Unstable behaviour in
GridQueryProcessor#processSchemaOperationLocal. Node stop must be checked
(was: Unstablle behaviour in
org.apache.ignite.internal.processors.query.GridQueryProcessor#processSchemaOperationLocal
)
> Unstable behaviour in GridQueryProcessor#processSchemaOperationLocal. Node
> stop must be checked
> -----------------------------------------------------------------------------------------------
>
> Key: IGNITE-9813
> URL: https://issues.apache.org/jira/browse/IGNITE-9813
> Project: Ignite
> Issue Type: Bug
> Components: sql
> Affects Versions: 2.6
> Reporter: Taras Ledkov
> Priority: Major
> Labels: stability
>
> The test
> {{DynamicColumnsAbstractConcurrentSelfTest#testDropColumnCoordinatorChange}}
> periodically fails with exception {{SchemaOperationException: cache not
> found}}
> because we don't check the node state at the
> {{GridQueryProcessor#processSchemaOperationLocal}}. The node's stop must be
> checked here (e.g. by {{GridQueryProcessor#busyLock}}).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)