Vladislav Pyatkov created IGNITE-21024:
------------------------------------------
Summary: Public methods of transaction manager do not have
NodeStoppingException in definition
Key: IGNITE-21024
URL: https://issues.apache.org/jira/browse/IGNITE-21024
Project: Ignite
Issue Type: Bug
Reporter: Vladislav Pyatkov
h3. Motivation
All public manager's methods can throw a _NodeStoppingException_, but this
exception should be specified in the method definition. Unfortunately, this
definition required too many changes to make as a part of another issue.
h3. Definition of done
The methods throw _NodeStoppingException_:
{noformat}
TxManagerImpl#stateMeta
TxManagerImpl#updateTxMeta
TxManagerImpl#finished
TxManagerImpl#pending
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)