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

TiKV Java Client

Results 100 client-java issues
Sort by recently updated
recently updated
newest added

type/feature-request

### 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,...

type/feature-request

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?...

type/bug

## 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,...

type/bug

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...

component/common
component/rawkv
component/txnkv

## 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...

type/bug

## 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...

type/feature-request