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

A race could occur during interest registration combined with transactional operations

    XMLWordPrintableJSON

Details

    Description

      During client interest registration, a region snapshot is taken from server and entry operations after the registration should be sent to client via Region queue.

      There is a race in transaction implementation. Interested client computation is occurred before the transactional operations is applied to the cache during commit. This could lead to client does not get the operations through region snapshot taken, and the transactional operation is not being sent to the client (as the interested clients were computed before hand.)

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: