obkv-table-client-java
obkv-table-client-java copied to clipboard
OBKV Table Client is Java Library that can be used to access table data from OceanBase storage layer.
## Summary ## Solution Description
## Summary ### Add tableapi json test **Write Test** - simple insert test - batch insert test - json insert test - simple delete test **Read Test** - simple get...
## Summary add new interfaces to support peer node and abort ## Solution Description
## Summary - support hot only in query ## Solution Description
## 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 ## Solution Description
### Describe the bug The Direct-Load API has some non-daemon threads that cannot end normally, causing the JVM to be unable to exit normally. ### Environment master branch:[088b828](https://github.com/oceanbase/obkv-table-client-java/commit/088b8287c689f3ecb6bc08b602fd1ae6b22794ae) version:1.3.1-SNAPSHOT ###...
## Summary ## Solution Description
## Summary Handle -5627 that can be returned when the server fails to retry. ## Solution Description
## 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...