tsuna / gohbase

Pure-Go HBase client
Apache License 2.0
737 stars 214 forks source link

rpc: measure the amount of time spend sleeping in retry backoff #273

Closed dethi closed 1 month ago

dethi commented 1 month ago

This information is useful to understand if the HBase clusters is overloaded (CallQueueTooBigException) and track the impact of it on gohbase latency.