carp84 commented on issue #195: HBASE-22322 Use special pause for CallQueueTooBigException URL: https://github.com/apache/hbase/pull/195#issuecomment-487443197 > Maybe we could change the config name? I think a more general reason to use a larger pause is that the region server is overloaded, CallQueueTooBigException is only one possible result of an overloaded region server. So maybe we could change the config and also the new methods in TableBuilder and AdminBuilder to something like pauseWhenOverloaded? Agreed. Actually the original config name proposed in HBASE-17114 is `hbase.client.pause.special` but was concerned in [this comment](https://issues.apache.org/jira/browse/HBASE-17114?focusedCommentId=15677228&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15677228) thus changed to some more specific one to `cqtbe`. Will be back and review the PR soon.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
