[ https://issues.apache.org/jira/browse/GEODE-7799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17041169#comment-17041169 ]
ASF subversion and git services commented on GEODE-7799: -------------------------------------------------------- Commit 22403e00c2196ab9239569b82ed34a71af7a7b26 in geode's branch refs/heads/develop from Darrel Schneider [ https://gitbox.apache.org/repos/asf?p=geode.git;h=22403e0 ] GEODE-7799: Distribute rebalance status to other locators (#4692) Co-authored-by: Joris Melchior <joris.melch...@gmail.com> Co-authored-by: Darrel Schneider <dschnei...@pivotal.io> Co-authored-by: Dale Emery <dem...@pivotal.io> > 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 > Assignee: Darrel Schneider > Priority: Major > Time Spent: 4h > Remaining Estimate: 0h > > 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)