Re: Messages going in delivering count and Not browsable

2022-09-17 Thread Clebert Suconic
I have the impression I already answered this somewhere ? On Thu, Sep 15, 2022 at 3:27 PM Ekta Awasthi wrote: > Greetings, > > > > We have an issue where business is reporting the messages are not > processing. Upon checking, we saw that messages were sitting in the > delivery count which were n

Re: Critical error sending large messages to mysql

2022-09-17 Thread Clebert Suconic
Nice catch Justin. Or don’t use MySQL. Just use the journal? On Sat, Sep 17, 2022 at 9:43 PM Justin Bertram wrote: > To be clear, the issue in this case has nothing to do with the critical > analyzer. > > The problem is with a bug in the MySQL JDBC driver which is generating an > error interpre

Re: Critical error sending large messages to mysql

2022-09-17 Thread Justin Bertram
To be clear, the issue in this case has nothing to do with the critical analyzer. The problem is with a bug in the MySQL JDBC driver which is generating an error interpreted by the broker as a "critical IO error" (as expected) which causes the broker to shut-down (again, as expected). To resolve t

Re: Critical error sending large messages to mysql

2022-09-17 Thread Clebert Suconic
The critical analyzer was meant to prevent dead locks in the broker. Say the broker failed it would kill itself. We had a few false positives a few versions ago. Either disable it (which is fine, by setting it to log) The critical analyzer will have no effect out of IO issues. Critical IO is