Uploaded image for project: 'Geode'
  1. Geode
  2. GEODE-6866

gateway sender/async event queue consistency check can cause write ops to be applied to region but left out of queue

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.10.0
    • wan
    • None

    Description

      After a write operation has modified a region a check is done to see if the gateway sender ids and async event queue ids are consistent across the entire cluster. If they are consistent then the event is added to the gateway/asyncEvent queue. But if they are not consistent an exception is thrown. This will lead to items being in the region but never put in queue.
      So at this point, instead of throwing an exception, we should just log a warning about the inconsistent configuration and go ahead and deliver the event to the gateways/asyncEventQueues that we do have.

      Attachments

        Activity

          People

            Unassigned Unassigned
            dschneider Darrel Schneider
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: