Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RawClient Put error #493

Open
liujp opened this issue May 11, 2022 · 3 comments
Open

RawClient Put error #493

liujp opened this issue May 11, 2022 · 3 comments

Comments

@liujp
Copy link

liujp commented May 11, 2022

image

用rawclient向tikv进行put的时候会在split后进行timeout。每次都会这样。 背景:因为在C++client上进行测试也会出现这样的问题,当时定位的原因是在split后进行解码发生异常。

image

@liujp
Copy link
Author

liujp commented May 11, 2022

image

image

@disksing
Copy link
Collaborator

do you mix rawkv and txnkv workload in a same cluster?

@liujp
Copy link
Author

liujp commented May 13, 2022

do you mix rawkv and txnkv workload in a same cluster?
No, the cluster is used for just RawKV workload.
BTW: In client-c maybe I know the root cause of this problem, the rawClient which I used is not set encryption flags in region, so no need to encode/decode key in encryption format

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants