maytasm commented on a change in pull request #9965:
URL: https://github.com/apache/druid/pull/9965#discussion_r440538226
##########
File path: docs/operations/api-reference.md
##########
@@ -114,6 +114,44 @@ Returns the number of segments to load and drop, as well
as the total segment lo
Returns the serialized JSON of segments to load and drop for each Historical
process.
+
+#### Segment Loading by Datasource
+
+You can verify if segments created by a recent ingestion task are loaded onto
historicals and available for querying using the following APIs.
+An example workflow for this is:
Review comment:
I think this example is useful. Especially when user is trying to verify
if segments are loaded and available right after ingestion task is done. The
workflow also point out the difference with the coordinator loadstatus API (and
how they have different use case). I think the
https://druid.apache.org/docs/latest/ingestion/faq.html might be a better place
for this.
----------------------------------------------------------------
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]