Uh oh!
There was an error while loading. Please reload this page.
HBASE-25634 The client scan frequently exceeds the quota, which cause… - #3030
HBASE-25634 The client scan frequently exceeds the quota, which cause…#3030SiCheng-Zheng wants to merge 1 commit into
Conversation
Apache-HBase
commented
Mar 8, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 8, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 8, 2021
🎊 +1 overall
This message was automatically generated. |
| } | ||
| if (!(t instanceof RpcThrottlingException)) { | ||
| callable.prepare(tries != 0); | ||
| } |
There was a problem hiding this comment.
So, the idea here is that if we got an exception and we are retrying, do NOT reload cache if the exception was a because we were throttled?
This is a good idea. I wonder if there are other exceptions where we retry but do not need to reload the cache?
saintstack
left a comment
There was a problem hiding this comment.
Would a test be hard to add?
| @InterfaceAudience.Private | ||
| public static class ThrowableWithExtraContext { | ||
| private final Throwable throwable; | ||
| public final Throwable throwable; |
There was a problem hiding this comment.
You don't think we need an accessor here?
cc18b1a to
30ef0f2Compare… meta table scan to be too high
30ef0f2 to
8b3dc69CompareApache-HBase
commented
Apr 30, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 30, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 30, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 2, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 2, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 2, 2021
🎊 +1 overall
This message was automatically generated. |
…s the meta table scan to be too high