You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Alexei Scherbakov (JIRA)" <ji...@apache.org> on 2018/08/07 12:32:00 UTC

[jira] [Created] (IGNITE-9208) Allow proper handling of transactions if node is stopped using stop(false)

Alexei Scherbakov created IGNITE-9208:
-----------------------------------------

             Summary: Allow proper handling of transactions if node is stopped using stop(false)
                 Key: IGNITE-9208
                 URL: https://issues.apache.org/jira/browse/IGNITE-9208
             Project: Ignite
          Issue Type: Improvement
    Affects Versions: 2.7
            Reporter: Alexei Scherbakov


Currently if node is stopped, on example, for maintenance using standard Ignition.stop(false) all active transactions are most likely will be rolled back or event stopped during commit leading to partition desync, which is not desirable.

If cancel=false node must wait for graceful termination of all active transactions while blocking new requests.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)