-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
IngestSegmentFirehose may not handle overlapping segments properly #1678
Comments
looks like this one is going to impact batch delta ingestion as well, because same code is reused there to read data. We probably should put this one as a known bug inside 0.8.1 release notes till fixed. |
This doesn't compile anymore after merging #1609, rebasing back onto master. |
…mat. Fixes apache#1678. IngestSegmentFirehose (and its users) need to remember which windows of which segments should actually be read, based on a timeline.
ok, now it compiles, and that is cool. |
…mat. Fixes apache#1678. IngestSegmentFirehose (and its users) need to remember which windows of which segments should actually be read, based on a timeline.
See https://groups.google.com/d/msg/druid-development/ZCXRGzGfXSM/qVVl3W1jDgAJ
It looks like the factory is using a VersionedIntervalTimeline to figure out what segments to read, but doesn't use the interval of the timeline holders to filter the segments.
The text was updated successfully, but these errors were encountered: