You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/08/22 19:00:03 UTC

[jira] [Commented] (GEODE-3400) GetAvailableServers on locators

    [ https://issues.apache.org/jira/browse/GEODE-3400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16137197#comment-16137197 ] 

ASF subversion and git services commented on GEODE-3400:
--------------------------------------------------------

Commit 530f48f35a96c4f8af7e51ed03b1ee2e5e150ebd in geode's branch refs/heads/develop from [~amurmann]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=530f48f ]

GEODE-3406: Locator accepts Protobuf requests

Also addresses GEODE-3400, GEODE-3399
This allows the locator to respond to Protobuf requests. Currently it
will only be able to respond to getAvailableServers.

To enable this we are introducing a new value of "0" that will be sent
in place of the Gossip version. After it we expect the same magic byte
("110") as in AcceptorImpl.

This also is gated by the `geode.feature-protobuf-protocol` system
property.

The getAvailableServers request handler now uses the locator directly,
since we are on the locator.

Signed-off-by: Brian Rowe <br...@pivotal.io>


> GetAvailableServers on locators
> -------------------------------
>
>                 Key: GEODE-3400
>                 URL: https://issues.apache.org/jira/browse/GEODE-3400
>             Project: Geode
>          Issue Type: Sub-task
>          Components: client/server
>            Reporter: Brian Baynes
>            Assignee: Alexander Murmann
>
> Implement GetAvailableServers message on locators. Remove existing implementation from server.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)