We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
master
Linux CentOS76_VM 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
https://github.com/tikv/tikv/blob/master/components/txn_types/src/types.rs#L331
We display the insert mutation as [Insert key:...
[Insert key:...
It is displayed as [Put key:...
[Put key:...
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Bug Report
What version of TiKV are you using?
master
What operating system and CPU are you using?
Linux CentOS76_VM 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Steps to reproduce
https://github.com/tikv/tikv/blob/master/components/txn_types/src/types.rs#L331
What did you expect?
We display the insert mutation as
[Insert key:...
What did happened?
It is displayed as
[Put key:...
The text was updated successfully, but these errors were encountered: