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

Currently, if `tikv.rawkv.write_timeout_in_ms` is set to `850ms`, the function `put` may not exit after `1000ms`. Precise control of RawKV timeout should be supported.

type/feature-request

If we wanted to expose all the configurations in other computing frameworks, the workload would be huge. Can we add a new construction method for TiConfiguration? For example: ``` public...

type/feature-request

## Feature Request The code coverage of `client-java` is insufficient. Planty of code logic can be only covered by the internal integration tests without more granular unit tests. There is...

type/feature-request

## Feature Request **Is your feature request related to a problem? Please describe:** For now, the format of the slow log is hard to read and comprehend. ```json { "start":...

## Bug Report ### 1. Describe the bug When I use CDCClient#handleErrorEvent, the method CDCClient#getMinResolvedTs and CDCClient#getMaxResolvedTs occurs NPE error. ### 2. Minimal reproduce step (Required) Start a CDCClient and...

type/bug
severity/moderate

## Feature Request **Is your feature request related to a problem? Please describe:** **Describe the feature you'd like:** **Describe alternatives you've considered:** **Teachability, Documentation, Adoption, Migration Strategy:**

type/feature-request

Signed-off-by: iosmanthus ### What problem does this PR solve? Issue Number: close #396 Problem Description: this pull request upgrade the log4j and slf4j to avoid some security issues and improve...

component/common
component/rawkv
component/txnkv
component/cdc

https://github.com/tidb-incubator/TiBigData/issues/148 Opening this issue here as well since looks like PDClient or TiKV client are sending old tikv addresses back.

type/bug

**Describe the bug** When concurrently writing data into tikv, QPS of raw_put has 3 kinds of response: 1) QPS reflected on grafana keeps going as the pressure from client. 2)...

The following error is occurring trying to connect to PD service `java.lang.NoSuchMethodError: 'io.etcd.jetcd.ClientBuilder io.etcd.jetcd.ClientBuilder.endpoints(java.util.Collection)'` Stack trace ``` java.lang.NoSuchMethodError: 'io.etcd.jetcd.ClientBuilder io.etcd.jetcd.ClientBuilder.endpoints(java.util.Collection)' at org.tikv.common.PDClient.initCluster(PDClient.java:566) at org.tikv.common.PDClient.(PDClient.java:117) at org.tikv.common.PDClient.createRaw(PDClient.java:127) at org.tikv.common.TiSession.(TiSession.java:76) at org.tikv.common.TiSession.create(TiSession.java:87)...