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

[ZEPPELIN-5937] Upgrade elasticsearch version #4628

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

shefali163
Copy link
Contributor

What is this PR for?
Bump elasticsearch version for fixing CVE-2019-7611

What type of PR is it?
Improvement

What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-5937

jongyoul
jongyoul previously approved these changes Jul 5, 2023
Copy link
Contributor

@Reamer Reamer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update the following line

(Apache 2.0) Elasticsearch: Core (org.elasticsearch:elasticsearch:2.4.3 - https://github.com/elastic/elasticsearch)

Copy link
Contributor

@Reamer Reamer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix the CI failures.

Error:  Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project zeppelin-elasticsearch: Compilation failure: Compilation failure: 
Error:  /home/runner/work/zeppelin/zeppelin/elasticsearch/src/main/java/org/apache/zeppelin/elasticsearch/ElasticsearchInterpreter.java:[38,53] cannot find symbol
Error:    symbol:   class InternalMetricsAggregation
Error:    location: package org.elasticsearch.search.aggregations.metrics
Error:  /home/runner/work/zeppelin/zeppelin/elasticsearch/src/main/java/org/apache/zeppelin/elasticsearch/client/TransportBasedClient.java:[46,53] cannot find symbol
Error:    symbol:   class InternalMetricsAggregation
Error:    location: package org.elasticsearch.search.aggregations.metrics
Error:  -> [Help 1]
Error:  

@shefali163 shefali163 requested a review from Reamer July 20, 2023 10:54
Copy link
Contributor

@Reamer Reamer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I still see CI errors.

 Multiple Failures (2 failures)
	org.elasticsearch.client.transport.NoNodeAvailableException: None of the configured nodes are available: [{#transport#-1}{UPXnnb2lQkiULkT1OEVoSQ}{localhost}{127.0.0.1:10300}]
	org.elasticsearch.client.transport.NoNodeAvailableException: None of the configured nodes are available: [{#transport#-1}{UPXnnb2lQkiULkT1OEVoSQ}{localhost}{127.0.0.1:10300}]

@pan3793
Copy link
Member

pan3793 commented Oct 9, 2023

Obviously, upgrading Elasticsearch from 2.x to 7.10.x(it's the latest version released under Apache License V2, or later) is not a simple version bumping, I suppose this module lacks of maintenance too, and should be considered for removal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants