Description
- In ClientExceptionsUtil#findException() we don't unwrap correctly all remote exceptions but a few selected ones;
more specifically, we don't unwrap correctly all remote exceptions where getCause() exception doesn't have a constructor (String message) - In AsyncProcess#receiveGlobalFailure() we don't check for #isMetaClearingException() if tableName is null
- We don't have metric on client side to track number of cache drops
Attachments
Attachments
Issue Links
- breaks
-
HBASE-15524 Fix NPE in client-side metrics
- Resolved
- is related to
-
HBASE-15137 CallTimeoutException and CallQueueTooBigException should trigger PFFE
- Resolved