jon-wei commented on a change in pull request #11056:
URL: https://github.com/apache/druid/pull/11056#discussion_r605995768



##########
File path: docs/operations/api-reference.md
##########
@@ -102,6 +102,15 @@ Returns the number of segments left to load until segments 
that should be loaded
 
 Returns the number of segments left to load in each tier until segments that 
should be loaded in the cluster are all available. This includes segment 
replication counts.
 
+* `/druid/coordinator/v1/loadstatus?full?computeUsingClusterView`
+
+Returns the number of segments left to load in each tier until segments that 
should be loaded in the cluster are all available.
+This includes segment replication counts. When computing the number of 
segments left to load, the number of nodes
+available in the cluster that are of a service type that can load the segment 
is considered. A segment is considered fully
+loaded if it is replicated as many times as configured in the corresponding 
load rule, or if there are as many replicas of

Review comment:
       Suggest "equals the number of available nodes" instead in the suggested 
revision




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to