osquery / osquery/osquery

RocksDB column families are off by one

Open
#4,837 0 comments 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.