Re: pn_data_grow() issue

2015-05-28 Thread Robbie Gemmell
The JIRA project is at https://issues.apache.org/jira/browse/PROTON Details of JIRA projects etc for each component are listed on the website, e.g. http://qpid.apache.org/proton/ in this case. Robbie On 28 May 2015 at 20:46, Michael Ivanov iv...@isle.spb.ru wrote: Sorry, how do I create a JIRA

Re: pn_data_grow() issue

2015-05-28 Thread Michael Ivanov
Sorry, how do I create a JIRA issue? 27.05.2015 16:48, Alan Conway пишет: On Tue, 2015-05-26 at 23:25 +0300, Michael Ivanov wrote: Greetings, I have observed that pn_data_grow() function looses half of the available data capacity. The following happens: when data overflows, pn_data_grow is

Re: pn_data_grow() issue

2015-05-27 Thread Alan Conway
On Tue, 2015-05-26 at 23:25 +0300, Michael Ivanov wrote: Greetings, I have observed that pn_data_grow() function looses half of the available data capacity. The following happens: when data overflows, pn_data_grow is invoked. It increases data capacity 2 times and reallocates nodes

pn_data_grow() issue

2015-05-26 Thread Michael Ivanov
Greetings, I have observed that pn_data_grow() function looses half of the available data capacity. The following happens: when data overflows, pn_data_grow is invoked. It increases data capacity 2 times and reallocates nodes array. Data capacity is represented as uint16_t type and so when