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

Interrupting task can cause node fail with PersistenceStorageIOException.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.4
    • 2.7
    • persistence
    • None

    Description

      Interrupting task with simple cache operations (i.e. get, put) can cause PersistenceStorageIOException. Main cause of this failure is lack of proper handling InterruptedException in FilePageStore.init() etc. This cause a throw of ClosedByInterruptException by FileChannel.write() and so on.

      PersistenceStorageIOException is a critical failure and typically makes a node to stop. As a workaround, I would suggest to enable AsyncFileIO by default until the fix was available.

      A reproducer is attached.

      Attachments

        Activity

          People

            alex_pl Aleksey Plekhanov
            ivandasch Ivan Daschinsky
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0h
                0h
                Logged:
                Time Spent - 20m
                20m