Thibault Deutsch

Results 16 issues of Thibault Deutsch

Right now, a new pre-release "latest" is created in Github with the latest commit from master branch every day (or even more often?). The problem is that it notified anyone...

good first issue
help wanted
area/ci

When receiving ServerNotRunningYetException, a client shouldn't retry to send the request to the same server. Instead, the client should be closed and the region lookup should happen again. There is...

This sometimes cause the hbase-k8s-operator to get stuck in gohbase retry loop forever when the active master is restarted https://github.com/timoha/hbase-k8s-operator/issues/19 ``` 2024-01-29 11:08:27.276 goroutine 406 [sync.Cond.Wait, 46 minutes]: ... 2024-01-29...

bug

This let the caller tell GoHBase to no retry calls that failed. Otherwise, GoHBase will retry forever until cancellation of the context. But sometime, it is useful to to be...

On our busy clusters, the alloc profile shows that createRegionSpan() is responsible for 15-20% of all the allocations. These allocations comes from getRegionNameAsString(). getRegionNameAsString() takes the region name and encode...