surekhasaharan opened a new pull request #7034: add note on consistency of results for sys.segments queries URL: https://github.com/apache/incubator-druid/pull/7034 For the `sys.segments` queries, it seems broker randomly chooses one of the replicas, so if there are more than one replica for a segment, then the fields like `size` `num_rows` etc. can have different values based on which realtime replica, the broker queries. The results will be eventually consistent once, the segment is served by a historical server.Adding this note to the docs. This may not be a problem once [this issue](https://github.com/apache/incubator-druid/issues/5915) is addressed.
---------------------------------------------------------------- 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]
