The “somewhat” recent change to LookupCoordinatorResource.java (additional lookup status discovery http endpoints at coordinator #4228) added some “potentially” useful interfaces for tracking the status of dynamic lookups.
druid/coordinator/v1/lookups/status
druid/coordinator/v1/lookups/status/{tier}
druid/coordinator/v1/lookups/status/{tier}/{lookup}
However, I cannot access these API points as they appear to be “hidden” behind the original lookup api points of:
druid/coordinator/v1/lookups/{tier}
druid/coordinator/v1/lookups/{tier}/{lookup}
For example:
curl -X GET http://:8081/druid/coordinator/v1/lookups/status
{“error”:“Tier [status] not found”}
I would propose a change, but the proper change would be a modification in the URI and I think it would be better if someone who had more insight into URI naming for Druid would decide.
Let me know if you notice I’m doing something clearly wrong here due to mis-understanding.
Cheers,
Paul