Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions docs/content/operations/api-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,17 +74,15 @@ Returns the current leader Coordinator of the cluster.

* `/druid/coordinator/v1/isLeader`

Returns true if the Coordinator receiving the request is the current leader.

#### Segment Loading

##### GET

Returns a JSON object with field "leader", either true or false, indicating if this server is the current leader
Coordinator of the cluster. In addition, returns HTTP 200 if the server is the current leader and HTTP 404 if not.
This is suitable for use as a load balancer status check if you only want the active leader to be considered in-service
at the load balancer.

#### Segment Loading

##### GET

* `/druid/coordinator/v1/loadstatus`

Returns the percentage of segments actually loaded in the cluster versus segments that should be loaded in the cluster.
Expand Down