gohbase
gohbase copied to clipboard
Pure-Go HBase client
I discovered a memory leak in a service that constantly creates, looks up, and deletes tables. the code juse delete the client from array but not close the client. the...
Supports table-level region merging, and hbase shell merge_region 'region_id', 'region_id', etc
Whether it is possible to add an interface to obtain the state of the table, such as whether the table is closed or open, whether the table is merging, major...
Adds a congestion control mechanism when sending RPCs to a region server.