mneedham opened a new pull request, #10310:
URL: https://github.com/apache/pinot/pull/10310
When calling the server's `consumingSegmentsInfo` endpoint, I was frequently
seeing this error:
```json
{
"message": "Caught exception when getting consumer info for table: events",
"status": 500
}
```
Which happens when `getUpstreamLatestOffset` is null in `partitionState`.
Some debugging suggested that this error happens when the Kafka consumer is
closed before it tries to retrieve the offset. I haven't investigated why that
happens, but instead following the pattern of returning 'UNKNOWN' when we can't
retrieve a 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]