UPDATE: So it seems like the error came back after I kept running “tutor local quickstart” to reinitialize my tutor installation…
It seems like elasticsearch reached the maximum amount of shards (1000/1000) but honestly I have no idea what could be causing this, or how to rebuild my indices… my knowledge is very limited when it comes to elasticsearch.
This is an image of the full stack trace highlighting the shards error:
I did find other forum threads mentioning similar issues, but they give instructions for the native openedx installation and I dont really know how to translate those to a tutor installation.
For example I found someone suggesting to run this:
sudo -sHu forum bash
cd ~/cs_comments_service/
source ~/forum_env
rake -AT # list available rake commands
rake search:initialize
Source: Forum error message in Ginkgo - #2 by andrey.kryachko
If someone could tell me how to run this on tutor (probably really basic stuff but I am lost here), or any other suggestions to fix this I would appreciate it!
Thanks!
Diego