surekhasaharan opened a new issue #8142: sys.segment's is_realtime flag once set, is never unset URL: https://github.com/apache/incubator-druid/issues/8142 ### Affected Version 0.15 ### Description In the system schema's `sys.segments` table, the `is_realtime` flag is set when a segment is added via `segmentAdded` callback. But it's not unset when a segment is dropped from realtime task and published on historicals. So when `serverSegmentRemoved` is called, the `is_realtime` flag should be unset. This was reported here https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/druid-user/t-215-pIJO4/yG9Y5VRLDwAJ
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
