599166320 opened a new issue, #18779:
URL: https://github.com/apache/druid/issues/18779

   ## Druid Version
   24.0.1
   
   ## Supervisor Type
   KafkaIndexSupervisor
   
   ## Problem Description
   We observed that when a Kafka ingestion task's duration exceeds the 
configured `segmentGranularity`, the Supervisor enters the 
`UNHEALTHY_SUPERVISOR` state. As a result, certain Kafka partitions stop being 
consumed, even if the partition contains a very small amount of data (only a 
few thousand rows).
   
   This occurs even under minimal load, which indicates that the issue is 
likely related to Supervisor's internal task handling rather than Kafka volume 
or resource exhaustion.
   
   Additionally, the logs sometimes show repeated exceptions like:
   java.lang.IllegalStateException: Optional.get() cannot be called on an 
absent value
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to