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

## Feature Request **Is your feature request related to a problem? Please describe:** TwoPhaseCommitter constructor can not support Customized thread pool size **Describe the feature you'd like:** public TwoPhaseCommitter(TiSession session,...

type/feature-request

## Bug Report ### 1. Describe the bug Error scanning data from region. ### 2. Minimal reproduce step (Required) The above exception occurred when I called the rawKVClient. scan() method...

type/bug

Signed-off-by: iosmanthus ### 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...

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

Bumps [grpc-protobuf](https://github.com/grpc/grpc-java) from 1.48.0 to 1.53.0. Release notes Sourced from grpc-protobuf's releases. v1.53.0 New Features googleapis: Allow user set c2p bootstrap config (#9856) xds: Add contain and stringMatcher in RouteConfiguration...

dependencies

### What problem does this PR solve? Issue Number: close #757 Problem Description: **TBD** ### What is changed and how does it work? https://github.com/tikv/client-go/pull/777 1. set VerifyIsPrimary to true for...

component/txnkv

## Feature Request KvCheckTxnStatus RPC adds a new parameter called `resolving_pessimistic_lock`. We need to Investigate it and use it correctly to make the resolve lock's logical be better. **Describe the...

type/feature-request

## Feature Request 1. Support resolve Async Lock 2. Do not forget to fallback https://github.com/pingcap/tispark/pull/2651

type/feature-request

## Bug Report ### 1. Describe the bug Ref: https://github.com/pingcap/tidb/issues/42937 ### 2. How to fix Requires: https://github.com/pingcap/kvproto/pull/1105 Requires: https://github.com/tikv/tikv/pull/14637 Ref: https://github.com/tikv/client-go/pull/777

type/bug

## Bug Report ### 1. KVClient scan error It occurred exception when using the following method of org.tikv.txn.KVClient. public List scan(ByteString startKey, ByteString endKey, long version) throws GrpcException; ### 2....

type/bug