surekhasaharan 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_r254919821
 
 

 ##########
 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:
   Sometimes more details can be more confusing :)). Tried to add more details, 
let me know if it's less confusing.  Not sure if it needs it's own section and 
what should be the title of that section. Added a `caveat` subheading.
   

----------------------------------------------------------------
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]

Reply via email to