ddcprg opened a new issue, #9045:
URL: https://github.com/apache/pinot/issues/9045

   Currently, when bad messages are ingested by Pinot these messages fail 
decoding and stop consumption of the stream sending the segments to `OFFLINE` 
state. There is no easy way to recover from this state.
   
   Most of this issues are caused during deserialisation of the binary data 
into the ingestion format.  Some. examples of bad messages included Avro 
messages with magic byte missing, JSON messages with invalid format, 
incompatible CSV messages.
   
   The behaviour of the decoder could be governed by config properties of for 
any reason the current behaviour needs to be kept as is.


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