fix syntax error for loadstatus api (#11136)

This commit is contained in:
Charles Smith 2021-04-19 23:17:20 -07:00 committed by GitHub
parent 4caa221d72
commit 09dcf6aa36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ 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`
* `/druid/coordinator/v1/loadstatus?full&computeUsingClusterView`
Returns the number of segments not yet loaded for each tier until all segments loading in the cluster are available.
The result includes segment replication counts. It also factors in the number of available nodes that are of a service type that can load the segment when computing the number of segments remaining to load.