[ https://issues.apache.org/jira/browse/IGNITE-24944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Roman Puchkovskiy updated IGNITE-24944: --------------------------------------- Description: IndexBuildTask might get TrackerClosedException if a partition for which the index is being built got destroyed. This means that the index build have to be stopped (and this is already implemented), so the exception should be simply ignored by IndexBuildTask; it should not even be logged. ReplicaManager should also ignore TrackerClosedExceptions that are passed through it. > Improve TrackerClosedException handling > --------------------------------------- > > Key: IGNITE-24944 > URL: https://issues.apache.org/jira/browse/IGNITE-24944 > Project: Ignite > Issue Type: Improvement > Reporter: Roman Puchkovskiy > Assignee: Roman Puchkovskiy > Priority: Major > Labels: ignite-3 > > IndexBuildTask might get TrackerClosedException if a partition for which the > index is being built got destroyed. This means that the index build have to > be stopped (and this is already implemented), so the exception should be > simply ignored by IndexBuildTask; it should not even be logged. > ReplicaManager should also ignore TrackerClosedExceptions that are passed > through it. -- This message was sent by Atlassian Jira (v8.20.10#820010)