Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-8421

ZkDistributedCollectDataFuture fails to delete future data in case of concurrent deletion

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 2.5
    • 2.5
    • zookeeper
    • None

    Description

      In ZkDistributedCollectDataFuture#deleteFutureData method KeeperException.NoNodeException may be thrown but the exception isn't critical in this context and doesn't require special handling (just logging is enough).

      However deleteFutureData relies on ZookeeperClient#getChildren which reacts on any exception (including NoNodeException) by killing current Ignite node.

      Another implementation of ZookeeperClient#getChildren is needed which tolerates NoNodeException.

      Attachments

        Activity

          People

            sergey-chugunov Sergey Chugunov
            sergey-chugunov Sergey Chugunov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: