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

Fix bulk ingest NPE with empty pipeline #15033

Merged
merged 5 commits into from
Aug 6, 2024

Conversation

chishui
Copy link
Contributor

@chishui chishui commented Jul 31, 2024

Description

Fix NPE when bulk ingest with empty pipeline

Related Issues

#15032

Check List

  • Functionality includes testing.
  • API changes companion pull request created, if applicable.
  • Public documentation issue/PR created, if applicable.

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.

Signed-off-by: Liyun Xiu <xiliyun@amazon.com>
Signed-off-by: Liyun Xiu <xiliyun@amazon.com>
Copy link
Contributor

❌ Gradle check result for 623ef8a: 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?

Copy link
Contributor

✅ Gradle check result for 6940c06: SUCCESS

Copy link

codecov bot commented Jul 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.77%. Comparing base (49b7cd4) to head (5557696).
Report is 5 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main   #15033      +/-   ##
============================================
- Coverage     71.84%   71.77%   -0.07%     
+ Complexity    62820    62751      -69     
============================================
  Files          5169     5169              
  Lines        294664   294668       +4     
  Branches      42615    42616       +1     
============================================
- Hits         211691   211506     -185     
- Misses        65530    65777     +247     
+ Partials      17443    17385      -58     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mch2 mch2 added Indexing Indexing, Bulk Indexing and anything related to indexing bug Something isn't working labels Jul 31, 2024
Copy link
Contributor

github-actions bot commented Aug 1, 2024

❌ Gradle check result for 2ff3986: 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?

Copy link
Contributor

github-actions bot commented Aug 1, 2024

❌ Gradle check result for 2cf0357: 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?

Copy link
Contributor

github-actions bot commented Aug 1, 2024

❌ Gradle check result for 2cf0357: 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: Liyun Xiu <xiliyun@amazon.com>
Copy link
Contributor

github-actions bot commented Aug 2, 2024

❌ Gradle check result for 09630be: 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?

@chishui
Copy link
Contributor Author

chishui commented Aug 2, 2024

FAILURE

Failing due to - :distribution:bwc:staged:buildBwcLinuxTar - #7396

Copy link
Contributor

github-actions bot commented Aug 6, 2024

❌ Gradle check result for 9e21d1f: 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?

@chishui
Copy link
Contributor Author

chishui commented Aug 6, 2024

❌ Gradle check result for 9e21d1f: 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?

#15117

Signed-off-by: Liyun Xiu <xiliyun@amazon.com>
Copy link
Contributor

github-actions bot commented Aug 6, 2024

✅ Gradle check result for 5557696: SUCCESS

@chishui
Copy link
Contributor Author

chishui commented Aug 6, 2024

@mch2 @andrross could you help review again?

@andrross andrross added the backport 2.x Backport to 2.x branch label Aug 6, 2024
@andrross andrross merged commit b47b401 into opensearch-project:main Aug 6, 2024
37 of 38 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Aug 6, 2024
Signed-off-by: Liyun Xiu <xiliyun@amazon.com>
(cherry picked from commit b47b401)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@chishui chishui deleted the empty-pipeline branch August 7, 2024 02:13
harshavamsi pushed a commit to harshavamsi/OpenSearch that referenced this pull request Aug 20, 2024
Signed-off-by: Liyun Xiu <xiliyun@amazon.com>
wdongyu pushed a commit to wdongyu/OpenSearch that referenced this pull request Aug 22, 2024
Signed-off-by: Liyun Xiu <xiliyun@amazon.com>
gaobinlong added a commit that referenced this pull request Aug 26, 2024
(cherry picked from commit b47b401)

Signed-off-by: Liyun Xiu <xiliyun@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Gao Binlong <gbinlong@amazon.com>
akolarkunnu pushed a commit to akolarkunnu/OpenSearch that referenced this pull request Sep 10, 2024
Signed-off-by: Liyun Xiu <xiliyun@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x Backport to 2.x branch bug Something isn't working Indexing Indexing, Bulk Indexing and anything related to indexing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants