iosmanthus
iosmanthus
## Bug Report ### 1. Describe the bug RegionSplitTest.rawKVSplitTest will fail with TIKV version lower than v5.2. ### 2. Minimal reproduce step (Required) ``` tiup playground v5.1 --mode tikv-slim --kv...
## Bug Report ### 1. Describe the bug [master](https://github.com/tikv/client-java/commit/704fb005510cfc3dcf161537b1640d6fd34e650a) branch is not fully compatible with an older version of TiKV. This issue is created for tracking the sub-issues of forwarding...
## Feature Request Currently, client-java's features are always catching to the latest version of TiKV, it is hard to select the version of TiKV with a specific version of client-java....
## Feature Request **Is your feature request related to a problem? Please describe:** Currently, tests in RawKVClient is not modularized. `baseTest` in https://github.com/tikv/client-java/blob/85aa64177c2694835d4c0b5fa277ae25452f9bf2/src/test/java/org/tikv/raw/RawKVClientTest.java#L375 mixes benchmark logic and test logic into...
## Feature Request **Is your feature request related to a problem? Please describe:** For now, it is hard to debug a request from clients to TiKV servers. We could only...
## Bug Report ### 1. Describe the bug While disabling the region cache and killing the PD leader, the client might be unavailable because of the wrong probe logic. If...
This pull request marshals nested secret values according to the format of the secret file.