obkv-hbase-client-java icon indicating copy to clipboard operation
obkv-hbase-client-java copied to clipboard

Enable ohTableClient thread pool and match original hbase 1.x buffermutator close

Open JackShi148 opened this issue 9 months ago • 0 comments

Summary

OHTableClient cannot work even if set, need to set it to OHTable in init. Set flush() and close() as synchronized in bufferedMutator to match original hbase 1.x bufferedMutator.

Solution Description

JackShi148 avatar Apr 02 '25 06:04 JackShi148