The Wayback Machine - https://web.archive.org/web/20211125184652/https://github.com/topics/accumulo
Skip to content
#

accumulo

Here are 57 public repositories matching this topic...

DomGarguilo
DomGarguilo commented Nov 10, 2021

In DatafileManager,java, there is a while-loop whose condition, a boolean value, is always false - meaning the loop will never be entered. The boolean is instantiated as false and never changed. My first thought was to just remove the unused loop and its boolean condition however I first wanted to see if anyone knew what was supposed to be going on here.

The boolean value:
https://github.com/a

Manno15
Manno15 commented Sep 2, 2021

The compaction strategy example should be updated to reflect the recent changes to compaction configuration in accumulo. Including the description of the strategies and the example configuration given.
Example below of what could be added to replace the current example (this is found I'm accumulo-testing)

tserver.compaction.major.service.cs1.planner=org.apache.accumulo.core.spi.compactio

Improve this page

Add a description, image, and links to the accumulo topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the accumulo topic, visit your repo's landing page and select "manage topics."

Learn more