-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[Pull-based ingestion] make maxPollSize and pollTimeout in IngestionSource configurable #17863
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
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #17863 +/- ##
============================================
+ Coverage 72.44% 72.49% +0.05%
- Complexity 66483 66545 +62
============================================
Files 5409 5409
Lines 308282 308276 -6
Branches 44759 44750 -9
============================================
+ Hits 223344 223494 +150
+ Misses 66608 66541 -67
+ Partials 18330 18241 -89 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
server/src/main/java/org/opensearch/cluster/metadata/IngestionSource.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Yupeng Fu <[email protected]>
Signed-off-by: Yupeng Fu <[email protected]>
Signed-off-by: Yupeng Fu <[email protected]>
❕ Gradle check result for 51dfaf8: 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. |
…ource configurable (opensearch-project#17863) * make maxPollSize and pollTimeout in IngestionSource configurable Signed-off-by: Yupeng Fu <[email protected]> * changelog Signed-off-by: Yupeng Fu <[email protected]> * comment Signed-off-by: Yupeng Fu <[email protected]> --------- Signed-off-by: Yupeng Fu <[email protected]> Signed-off-by: Sriram Ganesh <[email protected]>
…ource configurable (opensearch-project#17863) * make maxPollSize and pollTimeout in IngestionSource configurable Signed-off-by: Yupeng Fu <[email protected]> * changelog Signed-off-by: Yupeng Fu <[email protected]> * comment Signed-off-by: Yupeng Fu <[email protected]> --------- Signed-off-by: Yupeng Fu <[email protected]> Signed-off-by: Harsh Kothari <[email protected]>
…ource configurable (opensearch-project#17863) * make maxPollSize and pollTimeout in IngestionSource configurable Signed-off-by: Yupeng Fu <[email protected]> * changelog Signed-off-by: Yupeng Fu <[email protected]> * comment Signed-off-by: Yupeng Fu <[email protected]> --------- Signed-off-by: Yupeng Fu <[email protected]> Signed-off-by: Harsh Kothari <[email protected]>
Description
Allow maxPollSize and pollTimeout in IngestionSource to be configurable
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.