Skip to content
#

accumulo

Here are 57 public repositories matching this topic...

milleruntime
milleruntime commented Apr 8, 2022

The property name general.server.simpletimer.threadpool.size is old and doesn't really make sense anymore with the refactoring of ThreadPools class. I am wondering if we should rename it. Maybe something like general.server.threadpool.size. The SimpleTimer class has been dropped.

https://github.com/apache/accumulo/blob/12fde7ec38c485acefa162ec0dfb6a73919fd576/core/src/main/java/org/apache

enhancement good first issue
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