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

Update elasticsearch to the latest version (7.0) #90

Open
ppolischuk opened this issue May 2, 2019 · 1 comment
Open

Update elasticsearch to the latest version (7.0) #90

ppolischuk opened this issue May 2, 2019 · 1 comment

Comments

@ppolischuk
Copy link

On staging, we're using ES version 6.2.4. In Docker, we're running 6.2.3. The latest version of ES is 7.0

We need to run comprehensive tests to see if anything breaks.

Breaking changes for ES version 7.0: https://www.elastic.co/guide/en/elasticsearch/reference/7.0/breaking-changes-7.0.html

Joe read the above doc and found the following bits relevant:

  • Discovery configuration is required in production - Need to keep an eye on this. See Event Data config for reference, but we may need to re-jig it.
  • _flush and _force_merge will no longer refresh - May impact tests I wrote.
  • The _all meta field is removed - May impact tests. Let's try it.
  • Limiting the number of nested json objects - May impact funding info?
  • hits.total is now an object in the search response - Try it.
  • Internal Versioning is no longer supported for optimistic concurrency control - May actually be an issue for Event Data.
@ppolischuk
Copy link
Author

Joe and Esha decided not to pursue this right now for the migration.

@ppolischuk ppolischuk removed this from the elastic-search-migration milestone Jul 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant