Clemens Kolbitsch
Clemens Kolbitsch
> I don't follow - do you mean you use some k8s trickery to execute another container? There's no "init" in the ingester. apologies. Overlooked that the "init" command is...
> I can only see this being viable if we can detect a specific type of error like "index not found". Dying on any storage error is a terrible behavior...
> Yes, it will give up and continue. Sometimes poison pill messages can get into Kafka that always fail to be stored as spans - Jaeger is designed to not...
FYI: same issue occurs with `CREATE PROCEDURE` statements, including the one given as example in the mysql docs: https://dev.mysql.com/doc/refman/5.6/en/create-procedure.html ``` CREATE PROCEDURE test1(IN country CHAR(3), OUT cities INT) BEGIN SELECT...