yangzhe created KUDU-2239:
-----------------------------

             Summary: Kudu Maste Rpc  ListTabletServers Bug To Check
                 Key: KUDU-2239
                 URL: https://issues.apache.org/jira/browse/KUDU-2239
             Project: Kudu
          Issue Type: Bug
          Components: api
    Affects Versions: 1.5.0
            Reporter: yangzhe


It is the rpc request of the masterserviceimpl

{code:java}
virtual void ListTabletServers(const ListTabletServersRequestPB* req,
                                 ListTabletServersResponsePB* resp,
                                 rpc::RpcContext* rpc) OVERRIDE;
{code}


The rpc return all the tablet server, no matter it's live or dead. And the 
response have no description of the tablet server. 

When I want to collect the metrics from all the tserver, I invoke the 
ListTabletServers rpc.
Then I send all the request to the tablet server to get the metrics. But some 
tablet server is dead.

I think this rpc will always return the live tablet server, or add some status 
of the tablet server, or
add a rpc to return the live tablet servers.



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

Reply via email to