The function of "Get" in leveldb has a bug?
Open
- Dominant language
- C++
- Stars
- 39.4k
- Forks
- 8.2k
- PR merge metrics
- No merged PRs in 30d
Description
The memtable uses a skiplist, the level of a node is randomly generated。 When the internal keys have same `user_key`, but their seqs are not same, and small seq key has higher level.It will not work because of the current code logic.
Contributor guide
Assessment
This issue has not been assessed yet.