Skip to content

Conversation

dlmarion
Copy link
Contributor

Closes #3214

@dlmarion dlmarion self-assigned this Feb 27, 2023
@dlmarion
Copy link
Contributor Author

Full IT build succeeded

Removed the CompactionCoordinator server process and moved the functionality
into the Manager process.

Closes apache#3214
@dlmarion dlmarion force-pushed the move-coordinator-into-manager branch from 3ef2204 to 1842fa1 Compare March 23, 2023 15:21
@dlmarion dlmarion changed the base branch from main to elasticity March 23, 2023 15:21
@dlmarion dlmarion marked this pull request as ready for review March 23, 2023 17:08
Copy link
Contributor

@keith-turner keith-turner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ran some local greps on this on the branch and found the following that seems like it could be removed.

./assemble/conf/accumulo-env.sh:  compaction-coordinator) JAVA_OPTS=('-Xmx512m' '-Xms512m' "${JAVA_OPTS[@]}") ;;
./assemble/conf/accumulo-env.sh:  monitor | gc | manager | tserver | compaction-coordinator | compactor | sserver)

@dlmarion dlmarion merged commit c0663a5 into apache:elasticity Jun 7, 2023
@dlmarion dlmarion deleted the move-coordinator-into-manager branch June 7, 2023 12:18
@ctubbsii ctubbsii added this to the 4.0.0 milestone Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Offline Operations: Move CompactionCoordinator into Manager

3 participants