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

Utility to check configuration cannot be run prior to init #5034

Closed
dlmarion opened this issue Nov 6, 2024 · 3 comments · Fixed by #5073
Closed

Utility to check configuration cannot be run prior to init #5034

dlmarion opened this issue Nov 6, 2024 · 3 comments · Fixed by #5073
Assignees
Labels
bug This issue has been verified to be a bug.
Milestone

Comments

@dlmarion
Copy link
Contributor

dlmarion commented Nov 6, 2024

Describe the bug
The CheckServerConfig class that checks the Accumulo configuration, run via the check-server-config command, cannot be run before an instance is initialized.

Versions (OS, Maven, Java, and others, as appropriate):

  • Affected version(s) of this project: 4.0.0-SNAPSHOT, but may go back to 2.1.0

To Reproduce
Steps to reproduce the behavior (or a link to an example repository that reproduces the problem):
Run accumulo check-server-config without an instance initialized

Expected behavior
Expected to validate the configuration regardless of cluster state

@dlmarion dlmarion added the bug This issue has been verified to be a bug. label Nov 6, 2024
@dlmarion dlmarion added this to the 4.0.0 milestone Nov 6, 2024
@kevinrr888
Copy link
Member

I'll take a look at this, if you aren't already.
A ticket I'm currently working on (#4892) would involve moving this check, so would be nice to fix this before I make those changes.

@kevinrr888 kevinrr888 self-assigned this Nov 6, 2024
@dlmarion
Copy link
Contributor Author

dlmarion commented Nov 6, 2024

@kevinrr888 - I'm not currently looking at this.

@kevinrr888 kevinrr888 modified the milestones: 4.0.0, 2.1.4 Nov 6, 2024
@kevinrr888 kevinrr888 linked a pull request Nov 18, 2024 that will close this issue
@kevinrr888
Copy link
Member

Completed from #5073

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue has been verified to be a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants