client-java
client-java copied to clipboard
TiKV Java Client
### What problem does this PR solve? Issue Number: ref https://github.com/pingcap/tidb/issues/42747 Problem Description: Row values now may have extended checksums since [pingcap/tidb#42859](https://github.com/pingcap/tidb/pull/42859/files#diff-204c31e3bed4805eefcfff1f62863268dfbedb8b81d066223fe4e58ef6527ddaR46), so client-java need to discard these checksums on...
## Feature Request **Is your feature request related to a problem? Please describe:** **Describe the feature you'd like:** When I use `RawKVClientBase` methods, such as `void put(ByteString key, ByteString value,...
Fixes duplicated files in the resulting jar archieve.
## Bug Report ### 1. Describe the bug ### 2. Minimal reproduce step (Required) ### 3. What did you see instead (Required) ### 4. What did you expect to see?...
## Bug Report ### 1. Describe the bug There are duplicate files in the shade jar. If I unzip the `tikv-client-java-3.3.0-SNAPSHOT.jar`, there will be a promt: `replace META-INF/LICENSE? [y]es, [n]o,...
I need a `reverseScan` so I implemented it. This PR added `scan` methods with a `boolean reverse` argument, and also a seperate `reverseScan` method. I exchanges the position of startKey...
## Bug Report ### 1. Describe the bug Multiple thread ingest batch kvs into a region. ### 2. Minimal reproduce step (Required) batch kvs use ImporterClient do ingest method to...
## Feature Request **Is your feature request related to a problem? Please describe:** **Describe the feature you'd like:** Now, RegionCache needs three Maps to store the cache. it is easily...