apache / apache/accumulo-fluo

Parallel scanner does not filter on CV

Open
#105 2 comments 0 reactions 0 assignees View on GitHub
improvement
Dominant language
Java
Stars
200
Forks
73
PR merge metrics
No merged PRs in 30d

Description

io.fluo.impl.ParalllelSnapshotScanner does not filter on column vis. It uses an Accumulo batch scanner and fetches cf and cq, but does not filter the results on cv.

Contributor guide

Open the contributing guide

Research direction

Start by inspecting io.fluo.impl.ParalllelSnapshotScanner and trace how its Accumulo batch scanner fetches column family, column qualifier, and column visibility. Verify that results are filtered on column visibility, then confirm scans no longer return entries with an unmatched cv.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
databases
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.