apache / apache/accumulo-fluo

Look into a dedicated scan executor for notification scans

Open
#1,055 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
200
Forks
73
PR merge metrics
No merged PRs in 30d

Description

Scanning for notifications is a continuous activity that Fluo does. It may make sense to do one of the following.

* Have a dedicated thread pool for notifcation scans with a small number of threads like Math.max(1,0.10 * numCores)
* Have a prioritizer that gives notification scans a lower priority.

Fluo could offer the prioritizer and/or dispatcher AND utilities or docs to configure them.

Contributor guide

Open the contributing guide

Research direction

The issue names no files, tests, or entry points. Start by locating how notification scans are scheduled and how executor threads are configured; compare the dedicated thread-pool and prioritizer options. Done requires a decided approach plus a defined scope for any configuration utilities or documentation.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.