jackjeyis

Results 5 issues of jackjeyis

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

component/txnkv

## Bug Report ### 1. Describe the bug KeyException is known problem no need retry & no detail error msg private boolean retryableException(Exception e) { return e instanceof TiClientInternalException ||...

type/bug

## Bug Report ### 1. Describe the bug TwoPhaseCommit prewrite 、commit log use info level ### 2. Minimal reproduce step (Required) ### 3. What did you see instead (Required) LOG.info(...

type/bug

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

component/txnkv

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