-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[Doris On ES][WIP] Support external ES table with SSL
secured and configurable node sniffing
#5325
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a very good job, I left some comment
fe/fe-core/src/main/java/org/apache/doris/external/elasticsearch/EsNodeInfo.java
Outdated
Show resolved
Hide resolved
SSL
secured and support disabling ES nodes detecting
SSL
secured and support disabling ES nodes detectingSSL
secured and disabling ES nodes detecting
SSL
secured and disabling ES nodes detectingSSL
secured and configurable node sniffing
SSL
secured and configurable node sniffingSSL
secured and configurable node sniffing
fe/fe-core/src/main/java/org/apache/doris/external/elasticsearch/PartitionPhase.java
Outdated
Show resolved
Hide resolved
fe/fe-core/src/main/java/org/apache/doris/external/elasticsearch/EsUtil.java
Outdated
Show resolved
Hide resolved
fe/fe-core/src/main/java/org/apache/doris/external/elasticsearch/PartitionPhase.java
Outdated
Show resolved
Hide resolved
fe/fe-core/src/main/java/org/apache/doris/external/elasticsearch/EsUtil.java
Outdated
Show resolved
Hide resolved
fe/fe-core/src/main/java/org/apache/doris/external/elasticsearch/EsNodeInfo.java
Outdated
Show resolved
Hide resolved
fe/fe-core/src/main/java/org/apache/doris/external/elasticsearch/EsRestClient.java
Outdated
Show resolved
Hide resolved
fe/fe-core/src/main/java/org/apache/doris/external/elasticsearch/EsRestClient.java
Outdated
Show resolved
Hide resolved
fe/fe-core/src/main/java/org/apache/doris/external/elasticsearch/EsShardPartitions.java
Outdated
Show resolved
Hide resolved
fe/fe-core/src/main/java/org/apache/doris/external/elasticsearch/EsRestClient.java
Outdated
Show resolved
Hide resolved
fe/fe-core/src/main/java/org/apache/doris/external/elasticsearch/EsRestClient.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…add protocol prefix code, remove networkClient static
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…onfigurable node sniffing (apache#5325) Support external ES table with `SSL` secured and configurable node sniffing
Proposed changes
Support doris connect https es server and support config esNodesDiscovery
Types of changes
What types of changes does your code introduce to Doris?
Put an
x
in the boxes that applyIssue: #5324