[
https://issues.apache.org/jira/browse/GEODE-4092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16308814#comment-16308814
]
ASF subversion and git services commented on GEODE-4092:
--------------------------------------------------------
Commit cadecc24661879f097a5b09c365940fd2626a7bc in geode's branch
refs/heads/develop from [~bschuchardt]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=cadecc246 ]
GEODE-4092 New protocol does not have an API to get the best server to connect
to
GetAllAvailableServers has been replaced by GetServer. The handler uses
the ServerLocator's processRequest API to ensure we have the same
functionality as existing non-protobuf locator request handling.
If a server isn't found we are returning Success with a null server
location. Should this be changed to return an error code?
> New protocol does not have an API to get the best server to connect to
> ----------------------------------------------------------------------
>
> Key: GEODE-4092
> URL: https://issues.apache.org/jira/browse/GEODE-4092
> Project: Geode
> Issue Type: Improvement
> Components: client/server
> Reporter: Dan Smith
>
> The new client protocol has a GetAvailableServersRequest. This returns all of
> the servers the locator knows about.
> Unfortunately, this does not allow the locator to load balance the clients.
> We should remove GetAvailableServers and only provide a GetServer request
> which directs the client to the best available server.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)