I see. There is an explicit reload command
# general
s
I see. There is an explicit reload command
n
Any segments you add or update, should immediately be used. You don't need to trigger reload for it.
m
Also, the config that you mentioned above is for how often should the segment interval checker be run:
Copy code
Manages the segment validation metrics, to ensure that all offline segments are contiguous (no missing segments) and
that the offline push delay isn't too high.
👍 1
s
@Neha Pawar There is no way to control the sync point? If there are multiple offline segments for a given time range, we should wait for the last segment to be pushed before the whole time range takes effect, right?
n
Right. But that doesn’t happen right now. @Seunghyun have we started using the replace protocol to solve this yet?