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

[Streaming Indexing] Fix intermittent 'The bulk request must be terminated by a newline [\n]' failures #16337

Merged
merged 3 commits into from
Oct 16, 2024

Conversation

reta
Copy link
Collaborator

@reta reta commented Oct 15, 2024

Description

Fix intermittent 'The bulk request must be terminated by a newline [\n]' failures

Related Issues

Closes #16214

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.

@reta reta added bug Something isn't working skip-changelog labels Oct 15, 2024
@github-actions github-actions bot added Indexing Indexing, Bulk Indexing and anything related to indexing v2.18.0 Issues and PRs related to version 2.18.0 labels Oct 15, 2024
@reta reta added the v3.0.0 Issues and PRs related to version 3.0.0 label Oct 15, 2024
…nated by a newline [\n]' failures

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
@reta reta added backport 2.x Backport to 2.x branch and removed skip-changelog labels Oct 15, 2024
Copy link
Contributor

❌ Gradle check result for 95ad868: 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 95ad868: 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 95ad868: SUCCESS

Copy link

codecov bot commented Oct 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.99%. Comparing base (35c366d) to head (711b49d).
Report is 7 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main   #16337      +/-   ##
============================================
- Coverage     72.10%   71.99%   -0.12%     
+ Complexity    64862    64827      -35     
============================================
  Files          5307     5307              
  Lines        302606   302631      +25     
  Branches      43717    43720       +3     
============================================
- Hits         218208   217892     -316     
- Misses        66541    66917     +376     
+ Partials      17857    17822      -35     

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

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Copy link
Contributor

✅ Gradle check result for 85083af: SUCCESS

@dblock
Copy link
Member

dblock commented Oct 16, 2024

Rebase

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Copy link
Contributor

❌ Gradle check result for 711b49d: 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 711b49d: 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 711b49d: SUCCESS

@reta reta merged commit ec7b652 into opensearch-project:main Oct 16, 2024
38 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Oct 16, 2024
…nated by a newline [\n]' failures (#16337)

* [Streaming Indexing] Fix intermittent 'The bulk request must be terminated by a newline [\n]' failures

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>

* Address code review comments

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>

---------

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
(cherry picked from commit ec7b652)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
reta pushed a commit that referenced this pull request Oct 16, 2024
…nated by a newline [\n]' failures (#16337) (#16353)

* [Streaming Indexing] Fix intermittent 'The bulk request must be terminated by a newline [\n]' failures



* Address code review comments



---------


(cherry picked from commit ec7b652)

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
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>
dk2k pushed a commit to dk2k/OpenSearch that referenced this pull request Oct 16, 2024
…nated by a newline [\n]' failures (opensearch-project#16337)

* [Streaming Indexing] Fix intermittent 'The bulk request must be terminated by a newline [\n]' failures

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>

* Address code review comments

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>

---------

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
dk2k pushed a commit to dk2k/OpenSearch that referenced this pull request Oct 17, 2024
…nated by a newline [\n]' failures (opensearch-project#16337)

* [Streaming Indexing] Fix intermittent 'The bulk request must be terminated by a newline [\n]' failures

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>

* Address code review comments

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>

---------

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
dk2k pushed a commit to dk2k/OpenSearch that referenced this pull request Oct 21, 2024
…nated by a newline [\n]' failures (opensearch-project#16337)

* [Streaming Indexing] Fix intermittent 'The bulk request must be terminated by a newline [\n]' failures

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>

* Address code review comments

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>

---------

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
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 v2.18.0 Issues and PRs related to version 2.18.0 v3.0.0 Issues and PRs related to version 3.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] [Streaming Indexing] Fix intermittent "The bulk request must be terminated by a newline [\\n]" failures
3 participants