Re: Critical error sending large messages to mysql

2022-09-19 Thread Stephen Baker
oesn’t matter at all. The problem is > simply > > > > calling updateBlob when the connection string contains replication. > It > > > > appears that they have fixed very similar looking issues recently so > > I’m > > > > hopeful it won’t take long on th

Re: Critical error sending large messages to mysql

2022-09-17 Thread Clebert Suconic
t; > stephen.ba...@rmssoftwareinc.com> wrote: > > > > > What would the critical analyzer do if it couldn’t write to the > > > large-message or page store now? I didn’t think the restart was that > out > > of > > > line, if a little hopeless in this ca

Re: Critical error sending large messages to mysql

2022-09-17 Thread Justin Bertram
gt; > > > From: Clebert Suconic > > Date: Friday, September 16, 2022 at 2:38 PM > > To: users@activemq.apache.org > > Subject: Re: Critical error sending large messages to mysql > > I fixed some critical analyzer issues. You should upgrade. > > > &

Re: Critical error sending large messages to mysql

2022-09-17 Thread Clebert Suconic
’t think the restart was that out of > line, if a little hopeless in this case. > > From: Clebert Suconic > Date: Friday, September 16, 2022 at 2:38 PM > To: users@activemq.apache.org > Subject: Re: Critical error sending large messages to mysql > I fixed some critical analyzer is

Re: Critical error sending large messages to mysql

2022-09-16 Thread Stephen Baker
2022 at 3:14 PM > To: users@activemq.apache.org > Subject: RE: Critical error sending large messages to mysql > Hi, > > how large is the message? Have you checked max_allowed_packet > configuration parameter, specifically > https://dev.mysql.com/doc/mysql-replication-excerpt/8.0

Re: Critical error sending large messages to mysql

2022-09-16 Thread Clebert Suconic
gt; ? > > -- > Vilius > > -Original Message- > From: Stephen Baker > Sent: Thursday, September 15, 2022 8:31 PM > To: users@activemq.apache.org > Subject: Re: Critical error sending large messages to mysql > > To follow up, I have tracked this down to a bug i

Re: Critical error sending large messages to mysql

2022-09-15 Thread Stephen Baker
, September 15, 2022 at 3:14 PM To: users@activemq.apache.org Subject: RE: Critical error sending large messages to mysql Hi, how large is the message? Have you checked max_allowed_packet configuration parameter, specifically https://dev.mysql.com/doc/mysql-replication-excerpt/8.0/en/replication

Re: Critical error sending large messages to mysql

2022-09-15 Thread Stephen Baker
Certainly: https://bugs.mysql.com/bug.php?id=108500 From: Justin Bertram Date: Thursday, September 15, 2022 at 3:06 PM To: users@activemq.apache.org Subject: Re: Critical error sending large messages to mysql Thanks for following up. I was about to comment that I didn't see what the b

RE: Critical error sending large messages to mysql

2022-09-15 Thread Vilius Šumskas
, September 15, 2022 8:31 PM To: users@activemq.apache.org Subject: Re: Critical error sending large messages to mysql To follow up, I have tracked this down to a bug in connector/j. I am working on a simple proof of concept and a ticket for them now. For any artemis mysql users that are curious, the

Re: Critical error sending large messages to mysql

2022-09-15 Thread Justin Bertram
Thanks for following up. I was about to comment that I didn't see what the broker could do about this issue as it appeared related to the connector itself. It might be helpful for posterity if you followed up with a link to the issue/ticket for the connector. Any folks who hit this in the future c

Re: Critical error sending large messages to mysql

2022-09-15 Thread Stephen Baker
To follow up, I have tracked this down to a bug in connector/j. I am working on a simple proof of concept and a ticket for them now. For any artemis mysql users that are curious, the problem only happens when using a jdbc:mysql:replication:// connection string. It seems that updateBlob is broke