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

Client PROXY region should delegate all operations to server

    XMLWordPrintableJSON

Details

    • Wish
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • regions
    • None

    Description

      Currently a ClientRegionShortcut.PROXY region sends operations like put() and get() over to the server, but for operations like size() and isEmpty() it just consults the local state on the client and returns 0 and true respectively, even though there may be data in the servers for that region.

      A PROXY region should not attempt to consult its local state for any operation.

      Attachments

        Activity

          People

            adongre Avinash
            swapnil.bawaskar Swapnil Bawaskar
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated: