RocksDB column families are off by one
Open
@mkareta is already working on this.
Since Aug 20, 2018.
bug
database
- Dominant language
- C++
- Stars
- 23.6k
- Forks
- 2.6k
- Avg merge
- 6d 7h
- Merged PRs (30d)
- 14
Description
Bug report
What operating system and version are you using?
Affects all OSes.
What version of osquery are you using?
Affects all versions.
What steps did you take to reproduce the issue?
List database contents with ldb.
What did you expect to see?
Data should go to the column families specified in the code.
What did you see instead?
Data for column family n is stored on column family n-1.
Fix
I submitted #4287 to fix the issue but it requires DB migration first.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.