Skip to content
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

Experimental change to accumulo cluster script to improve compactor and scan servers support for groups #4444

Draft
wants to merge 17 commits into
base: 2.1
Choose a base branch
from

Conversation

keith-turner
Copy link
Contributor

@keith-turner keith-turner commented Apr 10, 2024

Worked w/ @ddanielr on experimenting with changes for #4424 and #4425 that may not be merged into 2.1. We may eventually merge the changes into elasticity or main, not sure. Just posting this as a draft in case anyone is interested in seeing these experimental changes.

keith-turner added a commit to keith-turner/accumulo that referenced this pull request Apr 10, 2024
When trying to start and stop multiple groups of scan servers using the
accumulo-cluster script the groups would interfere with each other.
This change fixes that by making the the scan servers use the group in
the instance id like compactors do.

Ran into this while workiing on apache#4444 and pulled it out as a stand alone
fix.
* Simplified the incremental naming logic for server types
* Added error message when an invalid queue or group is passed when
  starting or stopping compactors and scan servers.
* Updated list command in accumulo-service
Adds the list command to accumulo-service so running processes can be listed

Modifies the kill and stop commands for accumulo-service so specific
services can be stopped

This improves on the current accumulo-service which would not locally
stop or kill processes started by the accumulo-cluster script
Added a general `start-servers` and `stop-servers` commands to
accumulo-cluster

This simplifies the usage statement by reducing the number of unique
commands

Adds some general cleanup to accumulo-service
keith-turner added a commit that referenced this pull request Apr 11, 2024
When trying to start and stop multiple groups of scan servers using the
accumulo-cluster script the groups would interfere with each other.
This change fixes that by making the the scan servers use the group in
the instance id like compactors do.

Ran into this while workiing on #4444 and pulled it out as a stand alone
fix.
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.

None yet

2 participants