-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use summarizers to make compaction decisions #1054
Comments
keith-turner
added a commit
to keith-turner/accumulo
that referenced
this issue
Oct 17, 2018
For a table with multiple locality groups and a locality group with no data, feching summaries would fail. Found this while working on apache/fluo#1054
keith-turner
added a commit
to apache/accumulo
that referenced
this issue
Oct 17, 2018
For a table with multiple locality groups and a locality group with no data, feching summaries would fail. Found this while working on apache/fluo#1054
keith-turner
added a commit
to keith-turner/fluo
that referenced
this issue
Feb 15, 2019
This is a partial step for apache#1054. I would like to make the summary data available before making any decisions about how to use it for compaction decsions.
keith-turner
added a commit
to keith-turner/fluo
that referenced
this issue
Feb 15, 2019
This is a partial step for apache#1054. I would like to make the summary data available before making any decisions about how to use it for compaction decsions.
keith-turner
added a commit
that referenced
this issue
Feb 21, 2019
It would be better to do this after Accumulo 2.1.0 releases w/ new compaction updates. Doing it now would require writing code against the Accumulo CompactionStrategy which is deprecated as of Accumulo 2.1.0 because its highly unstable. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Accumulo 2.0 summarizes were introduced. Fluo could use these to count column types and notifications. These counts could be use to make compaction decisions.
The text was updated successfully, but these errors were encountered: