Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-15059

Handle unclean shutdown

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Major Major
    • 15.0.0.Final
    • 14.0.12.Final, 15.0.0.Final
    • Core
    • None

      In case of an unclean shutdown, a dangling lock file is left in the global persistent location. Currently this is being ignored, causing a number of issues with rejoining the cluster.

      Add an unclean-shutdown-action attribute to the global state configuration with the following possible values:

      • NONE : Prevents startup of the cache manager if a dangling lock file is found in the persistent global state.
      • FAIL: Clears the persistent global state if a dangling lock file is found in the persistent global state.
      • PURGE: Clears the persistent global state if a dangling lock file is found in the persistent global state.

            ttarrant@redhat.com Tristan Tarrant
            ttarrant@redhat.com Tristan Tarrant
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: