LiveSegmentIndex should recover from segment exhaustion more gracefully. #140
Labels
status: archived
Archived and locked; will not be updated
type: bug
Something isn't working correctly
type: code health
A code health issue
Milestone
If the seek start time surpasses the seek end time LiveSegmentIndex will clamp the seek end time to the seek start time. However, if additional segments become available then the seek end time remains clamped to the seek start time unnecessarily. This is a somewhat rare case, but ideally LiveSegmentIndex should reset it's seek window when this occurs.
The text was updated successfully, but these errors were encountered: