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

Make solr's docker up command more like web's #4105

Closed
wants to merge 1 commit into from

Conversation

cdrini
Copy link
Collaborator

@cdrini cdrini commented Nov 17, 2020

Closes #

Refactor

Technical

Testing

Tested locally (not on prod):

Works with dev settings

  1. docker-compose up -d solr
  2. localhost:8983/solr/admin, search for *:*, results show up 👍
  3. localhost:8983/admin?stat Haproxy is not started

Works with prod settings

  1. Modify docker-compose.production.yml to have a feasible amount memory for solr (I used 1g)
  2. docker-compose -f docker-compose.yml docker-compose.production.yml up -d solr
  3. localhost:8983/solr/admin, search for *:*, results show up 👍
  4. localhost:8983/admin?stat Haproxy is running

Screenshot

Stakeholders

@mekarpeles mekarpeles added this to the Active Sprint milestone Dec 8, 2020
@cclauss
Copy link
Collaborator

cclauss commented Dec 17, 2020

@cdrini Does this need to remain in Draft mode?

@cdrini cdrini modified the milestones: Active Sprint, Next (proposed) Jan 4, 2021
@cdrini
Copy link
Collaborator Author

cdrini commented Jan 4, 2021

Closing this ; the solr 8 branch will change this flow quite a bit (and this is in conflict with it).

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

Successfully merging this pull request may close these issues.

3 participants