-
Notifications
You must be signed in to change notification settings - Fork 13
Update Elasticsearch to version 5.6 or remove service if it's not being used - eregs #396
Comments
By looking at the fec-eregs repo requirements.txt we have pyelasticsearch==1.4 package. eregs repo doesn't have a direct reference to latest Elastic Search library. I do not think this repo needs any updates. |
@pkfec thanks for taking a look! If you look at |
i think its a matter of creating a new ES cloud service elasticsearch56 in cloud and binding it the fec-eregs-search. cc @vrajmohan and @lbeaufort |
@pkfec is correct, but I am curious to see if the service is needed at all as we use |
What is the status if this issue? |
@AmyKort This issue hasn't been assigned or given a milestone. |
@lbeaufort I can see that. Nevertheless, folks have been poking at it, and it looks like we ended at a cliff hanger question about whether we need this service at all. So, I'm curious if there's an answer to that question that's not recorded here. |
@AmyKort I updated the title to reflect the additional work - I would want to do careful research to make sure it could get removed. |
Annual regulations are saved in
Also, removed the |
@AmyKort @dorothyyeager i have updated the completion criteria a little bit. |
Awesome! Thanks @pkfec ! |
Yes, thanks! |
Deleted the unused ES24 service |
I have deleted the unused |
cloud.gov now has support for Elasticsearch version 5.6 more info here, which may improve some of the performance issues we've been having with our current version (2.4).
Also, cloud.gov may end support for 2.4 in the medium-term future.
See openFEC work: fecgov/openFEC#2921
Thank you @fec-jli for flagging this!
Completion criteria:
Remove Elasticsearch 2.4 services from dev instance and test to make sure things still work
Remove from stage and test there
cf unbind-service eregs fec-eregs-search
cf delete-service fec-eregs-search
stage
space .No action requiredRemove from production and test again
cf unbind-service eregs fec-eregs-search
cf delete-service fec-eregs-search
prod
space .No action requiredThe text was updated successfully, but these errors were encountered: