Skip to content

moved Zk cleaner threads into utility class - #6496

Draft
ArbaazKhan1 wants to merge 1 commit into
apache:mainfrom
ArbaazKhan1:accumulo-5041
Draft

moved Zk cleaner threads into utility class#6496
ArbaazKhan1 wants to merge 1 commit into
apache:mainfrom
ArbaazKhan1:accumulo-5041

Conversation

@ArbaazKhan1

Copy link
Copy Markdown
Contributor

closes issue #5041

Added support for alerting when the number of running Compactors or Scan Servers falls below the configured expected process counts.

Changes:

  • Added ExpectedProcessCounts support to ServiceStatusReport.
  • Parsed general.expected.process.counts once per alert cycle and skipped processing entirely when the property is not configured.
  • Reused the existing Compactor and Scan Server state already collected during processResponse(), avoiding any additional ZooKeeper reads.
  • Added a new alert that reports a high / resource alert whenever the running process count for a configured server group is less than its expected count.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Consider moving compactor and scan server path cleaners to a utility

1 participant