[Doris On ES][WIP] Support external ES table with SSL secured and configurable node sniffing#5325
Merged
wuyunfeng merged 13 commits intoapache:masterfrom Apr 12, 2021
Merged
[Doris On ES][WIP] Support external ES table with SSL secured and configurable node sniffing#5325wuyunfeng merged 13 commits intoapache:masterfrom
SSL secured and configurable node sniffing#5325wuyunfeng merged 13 commits intoapache:masterfrom
Conversation
wuyunfeng
requested changes
Feb 23, 2021
Member
wuyunfeng
left a comment
There was a problem hiding this comment.
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
wuyunfeng
reviewed
Feb 23, 2021
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
wuyunfeng
requested changes
Feb 24, 2021
wuyunfeng
reviewed
Feb 24, 2021
fe/fe-core/src/main/java/org/apache/doris/external/elasticsearch/PartitionPhase.java
Outdated
Show resolved
Hide resolved
wuyunfeng
requested changes
Feb 24, 2021
wuyunfeng
requested changes
Mar 3, 2021
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
wuyunfeng
requested changes
Mar 11, 2021
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
wuyunfeng
requested changes
Mar 22, 2021
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
wuyunfeng
requested changes
Apr 7, 2021
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
wuyunfeng
requested changes
Apr 7, 2021
…add protocol prefix code, remove networkClient static
EmmyMiao87
pushed a commit
to EmmyMiao87/incubator-doris
that referenced
this pull request
May 14, 2021
…onfigurable node sniffing (apache#5325) Support external ES table with `SSL` secured and configurable node sniffing
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
xin the boxes that applyIssue: #5324