Ziyu Shi
Ziyu Shi
## Summary ## Solution Description
## Summary Fix aynscRequest type error during the exception process. ## Solution Description
## Summary Get partition meta for HBase data synchronization and Table batch single-partition operation ## Solution Description Add getPartition to get partition meta information. Support both direct-connection mode and ODP...
## Summary In getTableInternal, if there is a new tablet operations, client will refresh this tablet location from servers, and the main thread will be hold. In the specific situation...
## Summary The old log level for expired tableEntry cache is ERROR, which is imprecise for this issue. ## Solution Description Now the log level for this issue has been...
## Summary Update io.netty:netty-all to 4.1.118.Final to avoid security problem. ## Solution Description
## Summary This change is to adapt the disaster recovery situation. The old rpc connect timeout causes long recovery duration after one of servers going down. This version of hbase...
## Summary This change is to adapt the disaster recovery situation. The old rpc connect timeout causes long recovery duration after one of servers going down. This version of hbase...
## Summary Set close() as synchronized in bufferedMutator to match original hbase 2.x bufferedMutator. ## Solution Description
## 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....