-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Resolve compile error in DefaultStreamPoller #18005
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
Conversation
Signed-off-by: Binlong Gao <[email protected]>
@yupeng9 @varunbharadwaj please help to review, thanks! |
❕ Gradle check result for 655f5a7: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #18005 +/- ##
============================================
+ Coverage 72.51% 72.55% +0.04%
- Complexity 67108 67132 +24
============================================
Files 5475 5478 +3
Lines 309916 310034 +118
Branches 45060 45066 +6
============================================
+ Hits 224725 224937 +212
+ Misses 66895 66798 -97
- Partials 18296 18299 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Thanks for the fix. LGTM. |
Signed-off-by: Binlong Gao <[email protected]>
Signed-off-by: Binlong Gao <[email protected]> Signed-off-by: Andrew Ross <[email protected]>
…config to poller (#18036) * pass the maxPoll, timeout from config to poller (#17995) (cherry picked from commit cf6ed3c) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Resolve compile error (#18005) Signed-off-by: Binlong Gao <[email protected]> Signed-off-by: Andrew Ross <[email protected]> --------- Signed-off-by: Binlong Gao <[email protected]> Signed-off-by: Andrew Ross <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: gaobinlong <[email protected]>
Signed-off-by: Binlong Gao <[email protected]> Signed-off-by: Tanishq Ranjan <[email protected]>
…config to poller (opensearch-project#18036) * pass the maxPoll, timeout from config to poller (opensearch-project#17995) (cherry picked from commit cf6ed3c) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Resolve compile error (opensearch-project#18005) Signed-off-by: Binlong Gao <[email protected]> Signed-off-by: Andrew Ross <[email protected]> --------- Signed-off-by: Binlong Gao <[email protected]> Signed-off-by: Andrew Ross <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: gaobinlong <[email protected]> Signed-off-by: Prudhvi Godithi <[email protected]>
Signed-off-by: Binlong Gao <[email protected]> Signed-off-by: Harsh Kothari <[email protected]>
Signed-off-by: Binlong Gao <[email protected]> Signed-off-by: Harsh Kothari <[email protected]>
Description
There's a compile error due to the both change in the DefaultStreamPoller class in the latest 2 PRs https://github.com/opensearch-project/OpenSearch/pull/17995/files#diff-f8b0b74e29348e27ce7f607a570e6fe30656f008a5296f637597aad55edbb293R218 and https://github.com/opensearch-project/OpenSearch/pull/17995/files#diff-f8b0b74e29348e27ce7f607a570e6fe30656f008a5296f637597aad55edbb293R218, need to replace the two parameters with the local variables.
Related Issues
No issue.
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.