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

Add scan servers #21

Closed
wants to merge 2 commits into from
Closed

Add scan servers #21

wants to merge 2 commits into from

Conversation

alerman
Copy link
Collaborator

@alerman alerman commented Apr 16, 2024

No description provided.

@@ -72,6 +77,14 @@ accumulo:
nodeSelector: {}
tolerations: []
affinity: {}
scanServers:
resourceGroups:
- resourceGroupName: group1

Choose a reason for hiding this comment

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

You may already know this, but just in case I wanted to point out that you can use scan servers by just starting some and setting the consistency level on the scanner. The default resource group is named "default" (https://github.com/apache/accumulo/blob/2.1/core/src/main/java/org/apache/accumulo/core/spi/scan/ScanServerSelector.java#L46) and the default client configuration uses that value. If you are going to use non-default resource group names, then you will have to make client property modifications to use them.

Choose a reason for hiding this comment

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

Feel free to ignore this comment, I made this comment before looking at your setup in site-config.yaml.

@alerman alerman closed this Apr 30, 2024
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