[
https://issues.apache.org/jira/browse/GEODE-9265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17346540#comment-17346540
]
ASF subversion and git services commented on GEODE-9265:
--------------------------------------------------------
Commit 681b5edb87f2a30593135145d6801a44c062b181 in geode's branch
refs/heads/develop from Jens Deppe
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=681b5ed ]
GEODE-9265: Introduce redis SlotAdvisor to manage slot information (#6467)
* GEODE-9265: Introduce redis SlotAdvisor to manage slot information
We're currently using a function to pull bucket/slot info from each
member. However, members already contain the most current view of bucket
locations so we should use that instead. This will avoid an unnecessary
fn call as well as providing more up-to-date information.
This commit introduces a `SlotAdvisor` which is intended to be the
central point of information regarding buckets/slots/members. This will
also be used to support the MOVED response.
> Introduce redis SlotAdvisor to manage slot information
> ------------------------------------------------------
>
> Key: GEODE-9265
> URL: https://issues.apache.org/jira/browse/GEODE-9265
> Project: Geode
> Issue Type: Improvement
> Components: redis
> Reporter: Jens Deppe
> Priority: Major
> Labels: pull-request-available
>
> We're currently using a function to pull bucket/slot info from each member.
> However members already contain the most current view of bucket locations so
> we should use that instead. This will avoid an unnecessary fn call as well as
> providing more up-to-date information.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)