You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2017/01/07 09:33:58 UTC

[jira] [Created] (HBASE-17438) Server side change to accommodate limit by number of mutations

Ted Yu created HBASE-17438:
------------------------------

             Summary: Server side change to accommodate limit by number of mutations
                 Key: HBASE-17438
                 URL: https://issues.apache.org/jira/browse/HBASE-17438
             Project: HBase
          Issue Type: Improvement
            Reporter: Ted Yu


HBASE-17408 introduced per request limit by number of mutations for the client.
This JIRA is to add support on server side, in similar way to HBASE-14946.

Server side support would keep a counter for the mutations. When the counter exceeds threshold for limit of number of mutations, exception would be returned to client so that client retries the remaining mutations.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)