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

Convert sa-prod/solr from NAS to local node storage #2597

Closed
decimalator opened this issue May 23, 2024 · 1 comment
Closed

Convert sa-prod/solr from NAS to local node storage #2597

decimalator opened this issue May 23, 2024 · 1 comment
Assignees
Labels
Enhancement Infrastructure automation, monitoring and external integrations Performance Solr / Indexing For Solr and indexing-related issues

Comments

@decimalator
Copy link
Member

Descriptive summary

When we start work on #2319 we should also convert sa-prod/solr from using NAS storage to using local worker node storage.

SOLR is only as fast as its disk storage. The drawback to using networked storage for SOLR is that it adds a little extra latency to each request. The benefit is that SOLR can continue to run all of its replicas if one of the worker nodes currently running SOLR needs to be brought offline. With 3 replicas that isn't really an issue the vast majority of the time.

Expected behavior

sa-prod/solr-N Pods mount their data storage from their local worker node.

Actual behavior

sa-prod/solr-N Pods mount their data storage from nas-fast

Related work

#2319 - Upgrade SOLR from 6.6.6 to 8.x

@decimalator decimalator added Enhancement Performance Solr / Indexing For Solr and indexing-related issues Infrastructure automation, monitoring and external integrations labels May 23, 2024
@decimalator decimalator self-assigned this May 23, 2024
@decimalator
Copy link
Member Author

Completed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Infrastructure automation, monitoring and external integrations Performance Solr / Indexing For Solr and indexing-related issues
Projects
None yet
Development

No branches or pull requests

1 participant