client-java
client-java copied to clipboard
TiKV Java Client
When cdcClient starts, we can pass in a startTs. If this startTs is very early, will there be any problem? Will the change log be purged?
## Bug Report ### 1. Describe the bug While disabling the region cache and killing the PD leader, the client might be unavailable because of the wrong probe logic. If...
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.16.1 to 3.16.3. Release notes Sourced from protobuf-java's releases. Protobuf Release v3.16.3 Java Refactoring java full runtime to reuse sub-message builders and prepare to migrate parsing logic...
## Feature Request Now the cache invalid envet is all handle by client-java. We want add a CallBack interface that allows users to customize the behavior when requesting region data...
Signed-off-by: qidi1 ### What problem does this PR solve? Issue Number: close #654 Problem Description: **TBD** ### What is changed and how does it work? Add RegionCacheInvalidCallBack. Let the upper...
## Feature Request **Is your feature request related to a problem? Please describe:** **Describe the feature you'd like:** Whether client-java can write data to tidb tables **Describe alternatives you've considered:**...
### What problem does this PR solve? Issue Number: close #issue_number Problem Description: **TBD** ### What is changed and how does it work? ### Code changes - Has exported function/method...
## Bug Report ### 1. Describe the bug KeyException is known problem no need retry & no detail error msg private boolean retryableException(Exception e) { return e instanceof TiClientInternalException ||...
## Bug Report ### 1. Describe the bug TwoPhaseCommit prewrite 、commit log use info level ### 2. Minimal reproduce step (Required) ### 3. What did you see instead (Required) LOG.info(...
### What problem does this PR solve? Issue Number: close #issue_number Problem Description: **TBD** ### What is changed and how does it work? ### Code changes - Has exported function/method...