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

Can each CDCClient only pull one table? Then if there are many tables, it will lead to many connections and cause TiKV to be overwhelmed?

Does this not support pulling DDL?

type/feature-request

### What problem does this PR solve? Problem Description: The name of the current `minTiKVVersion` method is confusing, TiSpark changed the method name to `isTiKVVersionGreatEqualThanVersion` in [#2481](https://github.com/pingcap/tispark/pull/2481). Currently, tiSpark is...

component/common

Signed-off-by: iosmanthus ### What problem does this PR solve? Issue Number: close #TBD Problem Description: **TBD** ### What is changed and how does it work? Upgrade grpc-netty to 1.48.0 ###...

needs-cherry-pick-3.3

### What problem does this PR solve? add methods with time unit param for `RawKVClientBase` for easier use ### What is changed and how does it work? add default method...

component/rawkv

### What problem does this PR solve? Issue Number: close #643 Problem Description: The lock information that is being cleaned up will be cached in the RegionStoreClient so that it...

## Feature Request **Is your feature request related to a problem? Please describe:** Currently TiSpark maintains a com.pingcap.tikv/[tikv-client](https://github.com/tikv/client-java) module. This is an fork of the previous tikv-client package. Gradually, some...

type/feature-request

In client-java, TiKVExeption exception "Lock not resolved, retry" Is it not retrying as this pullrequest does? [#1905](https://github.com/pingcap/tispark/issues/1905) Is there a BatchGet retry mechanism? (maybe the test part of this pr...

type/bug

## Bug Report ### 1. Describe the bug RegionCDCClient grpc stream don't receive ChangeDataEvent from tikv server after several hours,because tikv region transfer leader ### 2. Minimal reproduce step (Required)...

Is the transaction support in Java Client useful? We are testing compared to go and it's very slow. It takes 8s for go to persist 1M keys. And probably 1minute...

type/feature-request