-
Notifications
You must be signed in to change notification settings - Fork 112
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
Solr Resiliency Issues #3647
Comments
I think we've proven that solr is not resilient across changes. If we define a specification and let it run, it's stable. But if we More References for the future:
|
After discussion, we want to be able to raise the RAM limit that is hardcoded in the code.
|
upon further research, this config seems to be more promising, see discussion in GSA/data.gov#3647
|
This is more of a historical issue now. It is specifically related to Solrcloud which we have abandoned in favor of the stability of Solr on ECS. Investigation into this would be covered by the following ticket. Although the specific investigation of SolrCloud would need to be a deliberate effort, As more context for the future, per @jbrown-xentity,
|
Component: Solr
Version: 8.11
Environment: cloud.gov
This issue is primarily for historical reference. The specific issues may be no-ops in reality..
How to reproduce
or
Expected behavior
Reliable Sub-200ms Response times
Resilient Operations
Actual behavior
Varaible (up to 2000ms) Response times
Shard lost. If the leader shard is lost before another replica can take over, it causes ckan to completely fail.
Search-Reindex fails... (reason unknown, suspect: Zookeeper lost)
Sketch
[TO DO]
References
The text was updated successfully, but these errors were encountered: