surekhasaharan opened a new pull request #6804: Fix num_replicas count in sys.segments table URL: https://github.com/apache/incubator-druid/pull/6804 We found different results returned for number of entries for a segment from `sys.server_segments` table and `num_replicas` field from `sys.segments` table. This PR fixes the logic to get number of replicas for a segment. The replica count is adjusted when a segment is added or removed from `TimelineServerView.TimelineCallback` in `DruidSchema`.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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]
