Replies: 2 comments 5 replies
-
So the default configuration in docker compose for elasticsearch includes only a single node. We do not have specific support for running multiple nodes, but you could probably adapt elasticsearch's documentation to work with seqr: The alternative would be to ensure that you actually need all 1000 shards you currently have created, that sounds kind of high to me (although I do not know how much data you have). It may be instead worth cleaning up your data to lower the number of shards you have. Reasons you may have more shards than you need:
|
Beta Was this translation helpful? Give feedback.
-
Thank you for your answer. I have about 500 samples in my seqr instance, and each one (or trios) have been loaded one by one (one VCF file for one family). And yes, I have old samples that have been imported with an old seqr version (and I have notived that these ones have more shards than the new ones). Do you suggest that I reload some data ? But, will I loose information (for example if some variants have been taggued) ? |
Beta Was this translation helpful? Give feedback.
-
Hello,
I have installed Seqr in a local instance.
I would like to know how to add more shards in Elasticsearch? I am facing an issue when loading more VCF files, because it seems there is a limit of 1000 shards (I suppose this is the maximum). Should I add a new Elasticsearch service in the docker-compose to solve this problem?
This is the error in the logs:
Thank you in advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions