apache / incubator-stormcrawler

A scalable, mature and versatile web crawler based on Apache Storm
https://stormcrawler.apache.org/
Apache License 2.0
887 stars 262 forks source link

Upgrade ElasticSearch to 6.5.2 #667

Closed rzo1 closed 5 years ago

rzo1 commented 5 years ago

Upgrade StormCrawler ES version to 6.5.1

Latest ES release 6.5.1 contains several bug fixes targerting ES 6.5.0 related to "aggregation", see https://www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-6.5.1.html

jnioche commented 5 years ago

Do these bugs affect the server side only or the client code that we are using?

rzo1 commented 5 years ago

As far as I can see from the linked PR / Issue Trackerr, the aggregation bugs affect the server side only. So this upgrade is not of very high priority.

I just stumpled across the new version (while preparing a talk) and thought it would be worth to open an issue in order to not forget this in the next release :)