google / google/leveldb

The function of "Get" in leveldb has a bug?

Open
#993 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.