clintropolis commented on a change in pull request #7428: Add errors and state 
to stream supervisor status API endpoint
URL: https://github.com/apache/incubator-druid/pull/7428#discussion_r281357944
 
 

 ##########
 File path: docs/content/development/extensions-core/kafka-ingestion.md
 ##########
 @@ -214,6 +214,26 @@ offsets as reported by Kafka, the consumer lag per 
partition, as well as the agg
 consumer lag per partition may be reported as negative values if the 
supervisor has not received a recent latest offset
 response from Kafka. The aggregate lag value will always be >= 0.
 
+The status report also contains the supervisor's state and a list of recently 
thrown exceptions (whose max size can be 
 
 Review comment:
   Since afaict `UNHEALTHY_SUPERVISOR`, 
`UNHEALTHY_TASK`,`UNABLE_TO_CONNECT_TO_STREAM`, and `LOST_CONTACT_TO_STREAM` 
don't all seem mutually exclusive, what exactly is the value in distinguishing 
them at all instead of just a single `UNHEALTHY `state? It seems like the end 
result is going to be hitting the API to get the errors so you can find out the 
'why' so you can determine how to resolve the situation, no matter which 
unhealthy state, no? Am I missing something?

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


With regards,
Apache Git Services

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

Reply via email to