You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/02/07 20:26:46 UTC

[GitHub] justinborromeo commented on a change in pull request #7034: add note on consistency of results for sys.segments queries

justinborromeo commented on a change in pull request #7034: add note on consistency of results for sys.segments queries
URL: https://github.com/apache/incubator-druid/pull/7034#discussion_r254855040
 
 

 ##########
 File path: docs/content/querying/sql.md
 ##########
 @@ -570,6 +570,7 @@ The "sys" schema provides visibility into Druid segments, servers and tasks.
 
 ### SEGMENTS table
 Segments table provides details on all Druid segments, whether they are published yet or not.
+Note that if a segment is served by more than one realtime tasks(multiple realtime replicas), then the results may vary between the sys.segments queries for columns such as `size`, `num_rows` etc., until the segment is served by a historical eventually.
 
 Review comment:
   There should be a space between tasks and (multiple

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org