Add ingest pipeline support for pull-based ingestion#20873
Add ingest pipeline support for pull-based ingestion#20873varunbharadwaj merged 24 commits intoopensearch-project:mainfrom
Conversation
…based ingestion Signed-off-by: Rishab Nahata <rishabnahata07@gmail.com>
…tion Signed-off-by: Rishab Nahata <rishabnahata07@gmail.com>
Signed-off-by: Rishab Nahata <rishabnahata07@gmail.com>
Signed-off-by: Rishab Nahata <rishabnahata07@gmail.com>
PR Reviewer Guide 🔍(Review updated until commit 083f57c)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to 083f57c Explore these optional code suggestions:
Previous suggestionsSuggestions up to commit 9a50135
Suggestions up to commit e0dc3f4
Suggestions up to commit 04af53e
Suggestions up to commit 28c9752
Suggestions up to commit b771d73
|
|
❌ Gradle check result for 6771f6e: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Rishab Nahata <rishabnahata07@gmail.com>
|
Persistent review updated to latest commit 9d488ed |
|
❌ Gradle check result for 083f57c: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Rishab Nahata <rishabnahata07@gmail.com>
|
Failed to generate code suggestions for PR |
...afka/src/internalClusterTest/java/org/opensearch/plugin/kafka/IngestPipelineFromKafkaIT.java
Show resolved
Hide resolved
...afka/src/internalClusterTest/java/org/opensearch/plugin/kafka/IngestPipelineFromKafkaIT.java
Outdated
Show resolved
Hide resolved
...afka/src/internalClusterTest/java/org/opensearch/plugin/kafka/IngestPipelineFromKafkaIT.java
Show resolved
Hide resolved
...afka/src/internalClusterTest/java/org/opensearch/plugin/kafka/IngestPipelineFromKafkaIT.java
Show resolved
Hide resolved
server/src/main/java/org/opensearch/indices/pollingingest/IngestPipelineExecutor.java
Show resolved
Hide resolved
server/src/main/java/org/opensearch/indices/pollingingest/IngestPipelineExecutor.java
Show resolved
Hide resolved
server/src/main/java/org/opensearch/indices/pollingingest/IngestPipelineExecutor.java
Show resolved
Hide resolved
server/src/main/java/org/opensearch/indices/pollingingest/MessageProcessorRunnable.java
Outdated
Show resolved
Hide resolved
server/src/test/java/org/opensearch/indices/pollingingest/MessageProcessorTests.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Rishab Nahata <rishabnahata07@gmail.com>
|
Failed to generate code suggestions for PR |
|
Failed to generate code suggestions for PR |
|
❌ Gradle check result for 2028d16: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Rishab Nahata <rishabnahata07@gmail.com>
|
Failed to generate code suggestions for PR |
|
Failed to generate code suggestions for PR |
|
❌ Gradle check result for 23edbca: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Rishab Nahata <rishabnahata07@gmail.com>
|
Failed to generate code suggestions for PR |
varunbharadwaj
left a comment
There was a problem hiding this comment.
Looks good to me. Thanks for the change. We will revisit the same-thread pipeline execution in a subsequent PR.
|
Failed to generate code suggestions for PR |
|
❌ Gradle check result for eeff066: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Rishab Nahata <rishabnahata07@gmail.com>
|
Failed to generate code suggestions for PR |
Description
Adds final_pipeline execution support to the pull-based ingestion path. Documents are transformed by configured ingest pipelines before being written to Lucene.
Related Issues
Resolves -
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.