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

Unsearchable issue of SearchBar with a temp solution. #2

Open
ke-zhang-rd opened this issue Jan 21, 2020 · 1 comment
Open

Unsearchable issue of SearchBar with a temp solution. #2

ke-zhang-rd opened this issue Jan 21, 2020 · 1 comment

Comments

@ke-zhang-rd
Copy link
Contributor

Found those two lines on screen when init by docker-compose up

monstache         | INFO 2020/01/17 19:07:23 Successfully connected to Elasticsearch version 7.5.0
elasticsearch0    | "stacktrace": ["org.elasticsearch.bootstrap.StartupException: java.lang.IllegalStateException: cannot downgrade a node from version [7.5.0] to version [7.2.0]",

Looks they fight with each other. Not sure why monstache connected to elastic 7.5.0 while 7.2.0 was used in docker-compose.yml. In short term, this could be solved by using 7.5.0 in docker-compose.yml. It could solve recently observed unsearchable issue in SearchBar.

@dylanmcreynolds
Copy link
Collaborator

There was an issue early on where we required EC7.2.0. I can't recall what it is. We can try pinning it to 7.5.x and see.

I'm guessing the error is that monstache made a specific 7.5.0 call? Strange.

The whole mongo/elastic/monstache stack is really particular to versions, BTW: https://rwynn.github.io/monstache-site/start/

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

No branches or pull requests

2 participants