You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Yi Mei (JIRA)" <ji...@apache.org> on 2019/02/21 08:21:00 UTC

[jira] [Updated] (HBASE-21938) Add a new ClusterMetrics.Option SERVERS_NAME to only return the live region servers's name without metrics

     [ https://issues.apache.org/jira/browse/HBASE-21938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yi Mei updated HBASE-21938:
---------------------------
    Attachment: HBASE-21938.master.001.patch

> Add a new ClusterMetrics.Option SERVERS_NAME to only return the live region servers's name without metrics
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-21938
>                 URL: https://issues.apache.org/jira/browse/HBASE-21938
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Guanghao Zhang
>            Assignee: Yi Mei
>            Priority: Major
>         Attachments: HBASE-21938.master.001.patch
>
>
> One of our production cluster ( which has 200000 regions) meet one protobuf exception when getClusterStatus.
>  
> {code:java}
> com.google.protobuf.InvalidProtocolBufferException: Protocol message was too large.  May be malicious.  Use CodedInputStream.setSizeLimit() to increase the size limit.
> {code}
> And there are some client methods which call getClusterStatus but only need server names. Plan to add a new option which only to return server name. So we can reduce the influence scope even we meet this problem.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)