You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2017/07/27 18:02:00 UTC

[jira] [Created] (HBASE-18463) Replication sink frequently triggers HBASE-18023 warnings

Andrew Purtell created HBASE-18463:
--------------------------------------

             Summary: Replication sink frequently triggers HBASE-18023 warnings
                 Key: HBASE-18463
                 URL: https://issues.apache.org/jira/browse/HBASE-18463
             Project: HBase
          Issue Type: Sub-task
            Reporter: Andrew Purtell
            Priority: Minor


After HBASE-18023 we warn if the number of operations in a multi operation exceeds a threshold. This is meant to catch potential performance problems or abusive clients. However while testing simple replication scenarios we have observed frequent warnings issued as the sink applies received edit batches. 

I think we want to either introduce a separate threshold for warning about RPC submitted by the replication client or exclude ops submitted by the sinks entirely. Not sure distinguishing the replication client from normal clients is possible yet. 



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