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

CQ event might be missing if HAContainer enables eviction

    XMLWordPrintableJSON

Details

    Description

      The issue exists when proxies are enqueue cq messages to each HARegionQueue. As HAContainer enables eviction, the value (ClientUpdateMessageImpl) can be evicted. The next proxy needs to fault in the message when enqueues the event to its queue and _clientCqs map is lost during that exchange.

      The operation will create a new _clientCqs map in this case, and if a dispatcher thread is processing the already queued event and access the map at the same time, it will not find its client in the cq maps, and thus cause the cq event is lost.

      Attachments

        Issue Links

          Activity

            People

              eshu Eric Shu
              eshu Eric Shu
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: