Re: Unexpected idle timeout behaviours

2024-03-15 Thread Ciaran
On Fri, Mar 15, 2024 at 8:03 PM Timothy Bish wrote: > > I'm glad you got to the bottom of it, thank you for bearing with me. I > can > > run a parallel compile for > > my purposes, but I was wondering if there is a planned release date for > M20 > > ? > > > > Thank you. > > > No planned date as

Re: Unexpected idle timeout behaviours

2024-03-15 Thread Timothy Bish
On 3/15/24 15:44, Ciaran wrote: This should be fixed no in: https://issues.apache.org/jira/browse/PROTON-2807 This essentially occurred because the Proton buffers were rewritten to allow zero copy semantics after the ingest code was written and the read offset is no longer reflective

Re: Unexpected idle timeout behaviours

2024-03-15 Thread Ciaran
> > > > > > This should be fixed no in: > > > > https://issues.apache.org/jira/browse/PROTON-2807 > > > > This essentially occurred because the Proton buffers were rewritten to > > allow zero copy semantics after the ingest code was written and the read > > offset is no longer reflective of the

Re: Unexpected idle timeout behaviours

2024-03-15 Thread Timothy Bish
On 3/14/24 19:28, Ciaran wrote: I've provided the full set of frames below, but if I'm interpreting correctly the inputSequence property is not being incremented on receipt of data which means that the deadline for hearing from the peer again is not being suitably increased. (I can see the

Re: Unexpected idle timeout behaviours

2024-03-14 Thread Ciaran
> > > > > > > I've provided the full set of frames below, but if I'm interpreting > > correctly the inputSequence property is not being incremented on receipt > of > > data which means that the deadline for hearing from the peer again is not > > being suitably increased. (I can see the sequence

Re: Unexpected idle timeout behaviours

2024-03-14 Thread Timothy Bish
On 3/13/24 17:54, Ciaran wrote: Hi, I'm experiencing IdleTimeoutExceptions on my connections when I don't believe I should. I've looked around and I can see that it is not uncommon for people to misunderstand the AMQP timeout semantics, so this is quite possible. However, viewing the frames and

Unexpected idle timeout behaviours

2024-03-13 Thread Ciaran
Hi, I'm experiencing IdleTimeoutExceptions on my connections when I don't believe I should. I've looked around and I can see that it is not uncommon for people to misunderstand the AMQP timeout semantics, so this is quite possible. However, viewing the frames and attaching a diagnostic logger to