[
https://issues.apache.org/jira/browse/HBASE-20740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16517250#comment-16517250
]
chenxu commented on HBASE-20740:
--------------------------------
{quote}Please describe your use case in more detail: how does coprocessor
generate requests (if there is no request from clients).
{quote}
what i means is that only *RSRpcServices#execService* are called, and
cpRequestCount means coprocessor service request count.
When performing heartbeat, _RegionLoad_s are report to the _HMaster_, but it
only contains readRequestsCount and writeRequestsCount and no cpRequestsCount,
so the balancer ignored cpRequestsCount factor.
Thank you for review this [[email protected]]
[https://reviews.apache.org/r/67647/]
> StochasticLoadBalancer should consider Coprocessor request count when
> computing cost
> ------------------------------------------------------------------------------------
>
> Key: HBASE-20740
> URL: https://issues.apache.org/jira/browse/HBASE-20740
> Project: HBase
> Issue Type: Improvement
> Components: Balancer
> Reporter: chenxu
> Assignee: chenxu
> Priority: Major
> Attachments: HBASE-20740-master-v1.patch
>
>
> When compute region load cost, ReadRequest, WriteRequest, MemStoreSize and
> StoreFileSize are considered, But CoprocessorRequests are not include. In our
> kylin cluster, there only have coprocessor requests, and the cluster
> sometimes unbalanced.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)