Re: [VOTE] Release Apache Qpid Proton 0.27.0

2019-02-06 Thread Cliff Jansen
Hi Jeremy, Thank you for your testing and report. I am not seeing these errors on a variety of systems. Would you please tell me - Your OS - Compiler of choice - cmake build arguments ?? Also, can you confirm whether you see similar or no errors from the 0.26.0 release? Many thanks. C

Re: [VOTE] Release Apache Qpid Proton 0.27.0

2019-02-06 Thread jeremy
I have failing tests due to valgrind due to invalid memory manipulation: 10: ==29146== Invalid free() / delete / delete[] / realloc() 10: ==29146==at 0x4C273F0: free (vg_replace_malloc.c:446) 10: ==29146==by 0x5B897FA: free_mem (in /lib64/libc-2.12.so) 10: ==29146==by 0x5B89391: __libc

Re: [VOTE] Release Apache Qpid Proton 0.27.0

2019-02-06 Thread Robbie Gemmell
On Wed, 6 Feb 2019 at 14:01, Robbie Gemmell wrote: > > Hi folks, > > I have put together a spin for a Qpid Proton 0.27.0 release, please > give it a test out and vote accordingly. > > The files can be grabbed from: > https://dist.apache.org/repos/dist/dev/qpid/proton/0.27.0-rc1/ > > The JIRAs assi

RE: [Issue] QPID PROTON with ruby 2.4.1

2019-02-06 Thread Marie Sacksick
I tried with PN_TRACE_FRM set to 1, but it does not output anything more. It looks like the connection is created, but not the receiver, if this can help you. Marie SACKSICK Data scientist +33 6 78 41 52 99 +33 1 85 09 03 57 www.domoscio.com -Message d'origine- De : Gordon Sim Envoyé :

[VOTE] Release Apache Qpid Proton 0.27.0

2019-02-06 Thread Robbie Gemmell
Hi folks, I have put together a spin for a Qpid Proton 0.27.0 release, please give it a test out and vote accordingly. The files can be grabbed from: https://dist.apache.org/repos/dist/dev/qpid/proton/0.27.0-rc1/ The JIRAs assigned are: https://issues.apache.org/jira/secure/ReleaseNote.jspa?proj

Re: Transaction Support for AMQP 1.0 java client

2019-02-06 Thread Robbie Gemmell
As an alternative to commit+rollback, you could instead use CLIENT_ACKNOWLEDGE mode, which would let you govern the point acknowledgements are sent by using the message/context.acknowlege() method (which operates on all unacknowledged messages on the session/context) and session/context recover() m