Darrel Schneider created GEODE-7799:
---------------------------------------
Summary: Rebalance state needs to be distributed to other locators
Key: GEODE-7799
URL: https://issues.apache.org/jira/browse/GEODE-7799
Project: Geode
Issue Type: Improvement
Components: management
Reporter: Darrel Schneider
Why
Within certain environments, users could be connected to a singular locator
point of contact which is then unintelligently routed to one of the locators.
If I kick off an operation from one Locator, but then check on it using another
locator I will get a missing operation message.
Acceptance Criteria
Operation in one read by another
Scenario:
Given a cluster is up with 2 locators (locater1,locater2) as well as 2 servers
And a user submits a POST operation to
locator1:7070/management/experimental/operations/rebalances
And that rebalance is in progress
When a user submits a get operation to
locator2:7070/management/experimental/operations/reblances/{id}
Then they would receive the status of the operation started on locator1
--
This message was sent by Atlassian Jira
(v8.3.4#803005)