-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Dynamic auto scale Kafka-Stream ingest tasks #10524
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
Merged
pjain1
merged 54 commits into
apache:master
from
zhangyue19921010:kafka-dynamic-scale-ingest-tasks
Mar 6, 2021
Merged
Changes from all commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
f3d6422
druid task auto scale based on kafka lag
5c1c21c
fix kafkaSupervisorIOConfig and KinesisSupervisorIOConfig
6d7582b
druid task auto scale based on kafka lag
16b0744
fix kafkaSupervisorIOConfig and KinesisSupervisorIOConfig
07eb9c0
test dynamic auto scale done
a041b44
auto scale tasks tested on prd cluster
746b033
auto scale tasks tested on prd cluster
d25f94a
auto scale tasks tested on prd cluster
e7a1af1
modify code style to solve 29055.10 29055.9 29055.17 29055.18 29055.1…
d53ea76
Merge branch 'master' into kafka-dynamic-scale-ingest-tasks
78cbd45
rename test fiel function
e8b7e09
Merge branch 'master' into kafka-dynamic-scale-ingest-tasks
215844e
change codes and add docs based on capistrant reviewed
b3b75b2
midify test docs
1837547
modify docs
50a94ca
modify docs
4a0d706
modify docs
aa70a5c
merge from master
fb70688
merge from master
c0b3ff2
Extract the autoScale logic out of SeekableStreamSupervisor to minimi…
76db5ba
fix ci failed
751175f
revert msic.xml
f8a6707
add uts to test autoscaler create && scale out/in and kafka ingest wi…
172cff7
add more uts
57811be
fix inner class check
ff8105c
add IT for kafka ingestion with autoscaler
05571f7
add new IT in groups=kafka-index named testKafkaIndexDataWithWithAuto…
f09d3d5
Merge branch 'master' into kafka-dynamic-scale-ingest-tasks
e66d5d2
Merge branch 'master' into kafka-dynamic-scale-ingest-tasks
87a694a
review change
71bdfbb
code review
9602575
remove unused imports
6bbbf29
fix NLP
0ae6a34
fix docs and UTs
16e4f47
revert misc.xml
25fec0f
use jackson to build autoScaleConfig with default values
f0c8d78
add uts
0733590
use jackson to init AutoScalerConfig in IOConfig instead of Map<>
9726902
autoscalerConfig interface and provide a defaultAutoScalerConfig
32fffa9
modify uts
34c2785
modify docs
eb95830
fix checkstyle
7de0f10
revert misc.xml
ce5945b
modify uts
85660b7
reviewed code change
feb3e1e
reviewed code change
b6632d6
code reviewed
688b9c4
Merge branch 'master' into kafka-dynamic-scale-ingest-tasks
00758e6
code review
1f10082
log changed
6334e2b
do StringUtils.encodeForFormat when create allocationExec
22339dd
code review && limit taskCountMax to partitionNumbers
644e732
modify docs
1a9a09d
code review
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -134,6 +134,7 @@ public void testSample() | |
| null, | ||
| null, | ||
| null, | ||
| null, | ||
| true, | ||
| null, | ||
| null, | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.