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

[Backport 2.13] Fix: text chunking processor ingestion bug on multi-node cluster (#713B) #725

Merged

Conversation

yuye-aws
Copy link
Member

@yuye-aws yuye-aws commented May 1, 2024

Description

Backport 2.13

Issues Resolved

Backport 2.13

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed as per the DCO using --signoff

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.

…nsearch-project#713)

* fix multi node text chunking processor index bug

Signed-off-by: yuye-aws <[email protected]>

* add change log

Signed-off-by: yuye-aws <[email protected]>

* bug fix: no max token count setting in index

Signed-off-by: yuye-aws <[email protected]>

* make program faster without creating index settings object

Signed-off-by: yuye-aws <[email protected]>

* add comment

Signed-off-by: yuye-aws <[email protected]>

* fix comment

Signed-off-by: yuye-aws <[email protected]>

* resolve code review

Signed-off-by: yuye-aws <[email protected]>

* simplify the code given toInt in NumberUtils

Signed-off-by: yuye-aws <[email protected]>

* resolve code review comments

Signed-off-by: yuye-aws <[email protected]>

---------

Signed-off-by: yuye-aws <[email protected]>
(cherry picked from commit 2d42408)
@zane-neo zane-neo merged commit 7a30243 into opensearch-project:2.13 May 1, 2024
57 checks passed
@yuye-aws yuye-aws deleted the backport/backport-713-to-2.13 branch May 6, 2024 07:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants