-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[Backport 3.0] [Pull-based Ingesiton] Pass the maxPoll, timeout from config to poller #18036
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
(cherry picked from commit cf6ed3c) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Binlong Gao <[email protected]> Signed-off-by: Andrew Ross <[email protected]>
4d4ecf3
to
c51bc33
Compare
❌ Gradle check result for c51bc33: 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? |
❌ Gradle check result for c51bc33: 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? |
❌ Gradle check result for c51bc33: 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? |
❌ Gradle check result for c51bc33: 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? |
❕ Gradle check result for c51bc33: 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 @@
## 3.0 #18036 +/- ##
======================================
Coverage ? 72.52%
Complexity ? 67095
======================================
Files ? 5478
Lines ? 310036
Branches ? 45066
======================================
Hits ? 224865
Misses ? 66834
Partials ? 18337 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…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]>
Backport cf6ed3c from #17995.