Bruce Schuchardt created GEODE-1756:
---------------------------------------

             Summary: REST API inconsistency in parameterized query region
                 Key: GEODE-1756
                 URL: https://issues.apache.org/jira/browse/GEODE-1756
             Project: Geode
          Issue Type: Task
          Components: rest (dev)
            Reporter: Bruce Schuchardt


The configuration of the region used to store parameterized queries for the 
REST API is using distributed-no-ack scope.  This makes it possible for a 
client to register a query using one server and then connect to another server 
to use the query but not find it.

The code to configure this region was copied from the management component's 
method that creates the monitoringRegion.  It was just an oversight that the 
distributed-no-ack setting was also copied.  I intend to change it to use 
distributed-ack.  That way query registration won't return until replication 
has completed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to