You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
an empty value means the key does not exist, am I correct?
Not really, It means inserting a ByteString.EMPTY key into TiKV with any value.
iosmanthus
changed the title
rawkv: scan return 0 kv pair while exist record ["" : ""]
rawkv: scan return 0 kv pair while exist key ByteString.EMPTY
Feb 28, 2022
Bug Report
1. Describe the bug
rawScan
interface will return 0 KV-pair while there is an empty key inserted. It could be introduced by the warmup phase ofclient-java
.2. Minimal reproduce step (Required)
3. What did you see instead (Required)
Output 1
4. What did you expect to see? (Required)
Output 0
5. What are your Java Client and TiKV versions? (Required)
The text was updated successfully, but these errors were encountered: