[INLONG-7557][Sort] Fix class incompatible error between elasticsearch6 with elasticsearch7#7558
Merged
dockerzhang merged 5 commits intoapache:masterfrom Mar 15, 2023
Merged
Conversation
gong
reviewed
Mar 13, 2023
.../src/main/java/org/apache/inlong/sort/elasticsearch6/Elasticsearch6BulkProcessorIndexer.java
Show resolved
Hide resolved
gong
reviewed
Mar 13, 2023
...rch-7/src/main/java/org/apache/inlong/sort/elasticsearch7/utils/DirtySinkFailureHandler.java
Show resolved
Hide resolved
gong
reviewed
Mar 13, 2023
...rch-6/src/main/java/org/apache/inlong/sort/elasticsearch6/utils/DirtySinkFailureHandler.java
Show resolved
Hide resolved
EMsnap
reviewed
Mar 13, 2023
.../main/java/org/apache/inlong/sort/elasticsearch6/table/Elasticsearch6DynamicSinkFactory.java
Outdated
Show resolved
Hide resolved
EMsnap
reviewed
Mar 13, 2023
...7/src/main/java/org/apache/inlong/sort/elasticsearch7/table/Elasticsearch7Configuration.java
Show resolved
Hide resolved
EMsnap
reviewed
Mar 13, 2023
...7/src/main/java/org/apache/inlong/sort/elasticsearch7/table/Elasticsearch7Configuration.java
Show resolved
Hide resolved
ff5606f to
ba4dd9b
Compare
EMsnap
approved these changes
Mar 13, 2023
gong
approved these changes
Mar 13, 2023
Contributor
|
@yunqingmoswu please update the license file and documents if needed. |
healchow
approved these changes
Mar 13, 2023
dockerzhang
approved these changes
Mar 15, 2023
Yizhou-Yang
pushed a commit
to Yizhou-Yang/inlong-yyz
that referenced
this pull request
May 30, 2023
…h6 with elasticsearch7 (apache#7558) (cherry picked from commit 180b778)
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.
Prepare a Pull Request
(Change the title refer to the following example)
Title Example: [INLONG-7557][Sort] Fix class incompatible error between elasticsearch6 with elasticsearch7
(The following XYZ should be replaced by the actual GitHub Issue number)
Motivation
Fix class incompatible error between elasticsearch6 with elasticsearch7 when dirty data archiving is enabled.
Modifications
1.Reconstruct elasticsearch-base and remove the dependency on elasticsearch6.
2.Reconstruct dirty data archiving, add a new DirtySinkFailureHandler to implement dirty data archiving.
Verifying this change
(Please pick either of the following options)
This change is a trivial rework/code cleanup without any test coverage.
This change is already covered by existing tests, such as:
(please describe tests)
This change added tests and can be verified as follows:
(example:)
Documentation