fix segment info in Kafka indexing service docs#5390
Merged
gianm merged 2 commits intoapache:masterfrom Feb 15, 2018
pjain1:kis_doc
Merged
fix segment info in Kafka indexing service docs#5390gianm merged 2 commits intoapache:masterfrom pjain1:kis_doc
gianm merged 2 commits intoapache:masterfrom
pjain1:kis_doc
Conversation
gianm
reviewed
Feb 15, 2018
| will not be sufficient to keep the number of segments at an optimal level. It is recommended that scheduled re-indexing | ||
| tasks be run to merge segments together into new segments of an ideal size (in the range of ~500-700 MB per segment). | ||
| Each Kafka Indexing Task puts events consumed from Kafka partitions assigned to it in a single segment for each segment | ||
| granular interval. Kafka Indexing Task also does incremental hand-offs which means that all the segments created by a |
Contributor
There was a problem hiding this comment.
I think this isn't strictly true,
Each Kafka Indexing Task puts events consumed from Kafka partitions assigned to it in a single segment for each segment granular interval.
Rather, it's going to be one segment at a time, but it might be more than one segment is maxRowsPerSegment is hit.
| This means that the task can run for longer durations of time without accumulating old segments locally on Middle Manager | ||
| nodes and it is encouraged to do so. | ||
|
|
||
| Kafka Indexing Service may still produce some small segments. Lets say the task duration is 4 hours, segment granulairty |
Member
Author
|
@gianm does this look ok now ? |
gianm
approved these changes
Feb 15, 2018
Contributor
|
Going to merge this without CI completing since there is no way it will complain about a doc change. |
gianm
pushed a commit
to gianm/druid
that referenced
this pull request
Feb 15, 2018
* fix segment info in Kafka indexing service docs * review updates
Contributor
|
Backport in #5393 |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes #5384