-
Notifications
You must be signed in to change notification settings - Fork 3.8k
'maxBytesInMemory' tuningConfig introduced for ingestion tasks #5583
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
gianm
merged 42 commits into
apache:master
from
surekhasaharan:feature-allow-set-max-memory
May 3, 2018
Merged
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
a109a4b
This commit introduces a new tuning config called 'maxBytesInMemory' …
b31d634
Fix check style and remove a comment
ac401c5
Add overlord unsecured paths to coordinator when using combined servi…
jon-wei 9e786e8
More error reporting and stats for ingestion tasks (#5418)
jon-wei 7f4188f
Allow getDomain to return disjointed intervals (#5570)
niketh 83afb73
Adding feature thetaSketchConstant to do some set operation in PostAg…
lssenthilkumar 10dc150
Fix taskDuration docs for KafkaIndexingService (#5572)
dylwylie ea6b347
Add doc for automatic pendingSegments (#5565)
jihoonson 2bbc6d6
Fix indexTask to respect forceExtendableShardSpecs (#5509)
jihoonson e9906e8
Deprecate spark2 profile in pom.xml (#5581)
drcrallen 99315da
CompressionUtils: Add support for decompressing xz, bz2, zip. (#5586)
gianm 1d8d14e
This commit introduces a new tuning config called 'maxBytesInMemory' …
8c85a65
Address code review comments
55a3d2b
Address more code review comments
c40678b
Fix some style checks
1a49eda
Merge branch 'master' of github.com:druid-io/druid into feature-allow…
9f87c2f
Merge conflicts
c45bf3b
Fix failing tests
5363f0f
Address PR comments
94cd7db
Merge branch 'master' of github.com:druid-io/druid into feature-allow…
813a261
Fix TeamCity inspection warnings
ec24d3a
Added maxBytesInMemory config to HadoopTuningConfig
acb4020
Merge branch 'master' of github.com:druid-io/druid into feature-allow…
be9a0c1
Updated the docs and examples
1cc9194
Set maxBytesInMemory to 0 until used
0aa029a
Merge branch 'master' of github.com:druid-io/druid into feature-allow…
7822721
Update toString in KafkaSupervisorTuningConfig
a1416ab
Merge branch 'master' of github.com:druid-io/druid into feature-allow…
dcea72b
Use correct maxBytesInMemory value in AppenderatorImpl
21c3a21
Merge branch 'master' of github.com:druid-io/druid into feature-allow…
98ec694
Update DEFAULT_MAX_BYTES_IN_MEMORY to 1/6 max jvm memory
7b11f21
Update docs to correct maxBytesInMemory default value
49c4929
Merge branch 'master' of github.com:druid-io/druid into feature-allow…
27f98b5
Minor to rename and add comment
9b8b39f
Add more details in docs
1d358d7
Merge branch 'master' of github.com:druid-io/druid into feature-allow…
28adb60
Address new PR comments
dd071cf
Merge branch 'master' of github.com:druid-io/druid into feature-allow…
5288da3
Address PR comments
82fd254
Merge branch 'master' of github.com:druid-io/druid into feature-allow…
c405b53
Fix spelling typo
62d20f7
Merge branch 'master' of github.com:druid-io/druid into feature-allow…
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
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 |
|---|---|---|
|
|
@@ -222,6 +222,7 @@ public void setUp() throws Exception | |
| null, | ||
| null, | ||
| null, | ||
| null, | ||
| false, | ||
| false, | ||
| false, | ||
|
|
||
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks nice. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add this and the below description on
maxBytesInMemoryto all other places as well.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay