[jira] [Commented] (DISPATCH-1309) Various crashes in 1.6 release

2019-04-04 Thread Chuck Rolke (JIRA)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16809845#comment-16809845
 ] 

Chuck Rolke commented on DISPATCH-1309:
---

A console disconnect can crash a stand-alone interior router with no client 
traffic. Start a router with:

{{router {}}
{{    debugDumpFile: qddebug-INTB.txt}}
{{    mode: interior}}
{{    id: INTB}}
{{}}}
{{listener {}}
{{    http: true}}
{{    port: 5672}}
{{}}}
{{log {}}
{{    outputFile: INTB.log}}
{{    enable: trace+}}
{{    module: DEFAULT}}
{{}}}

Connect your browser to 127.0.0.1:5672
In the Connect tab repeatedly disconnect and connect.
After some small number of tries my router crashes with one of a wide variety 
of core dumps.

Note this this is an issue with release 1.5.0 as well.

 

 

> Various crashes in 1.6 release
> --
>
> Key: DISPATCH-1309
> URL: https://issues.apache.org/jira/browse/DISPATCH-1309
> Project: Qpid Dispatch
>  Issue Type: Bug
>Affects Versions: 1.6.0
> Environment: System 'unused':(
> Fedora 5.0.3-200.fc29.x86_64,
> Python 2.7.15,
> Proton master @ eab1f.
> System 'taj':(
> Fedora 4.18.16-200.fc28.x86_64,
> Python 3.6.6,
> Proton master @ 68b38
>Reporter: Chuck Rolke
>Priority: Major
> Attachments: DISPATCH-1309-backtraces.txt, 
> DISPATCH-1309-gen_configs_linear.py
>
>
> qpid-dispatch master @ 51244, which is very close to the 1.6 release, has 
> various crashes.
> The test network is 12 routers spread over two systems. (Configuration 
> generator to be attached.) Four interior routers are in linear arrangement 
> with A and C on one system ('unused'), and B and D on the other system 
> ('taj'). Each system then attaches four edge routers, one to each interior 
> router.
> Running lightweight tests, like proton cpp simple_send and simple_recv to 
> ports on INTA and INTB interior routers leads to a crash on INTC. The crashes 
> typically look like reuse of structures after they have been freed (addresses 
> are 0x). Other crashes hint of general memory corruption 
> (crashes in malloc.c).
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (DISPATCH-1309) Various crashes in 1.6 release

2019-04-04 Thread michael goulish (JIRA)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16809806#comment-16809806
 ] 

michael goulish commented on DISPATCH-1309:
---

Yee hah!

Chuck's comment reminded me – I believe I have also seen crashes *only* when 
the console was attached.

Furthermore, I think I have seen crashes  maybe not *only* but *more often* 
when I was *shutting down* a console *while* the network was still running.

 

I tried that just now – with 1.6 code.  I had to start, stop, and restart the 
console 11 times, but then it happened. Boom. With this core:

 

#0 pn_collector_put (collector=0x4242424242424242, 
 clazz=0x7f0e99c38520 , context=0x0,
 type=type@entry=PN_CONNECTION_WAKE)
 at /home/mick/latest/qpid-proton-0.26.0/c/src/core/event.c:134
#1 0x7f0e99ca6258 in http_thread_run (v=0x2036850)
 at /home/mick/latest/qpid-dispatch-1.6.0/src/http-libwebsockets.c:731
#2 0x7f0e995df50b in start_thread () from /lib64/libpthread.so.0
#3 0x7f0e988a338f in clone () from /lib64/libc.so.6

 

Which is one I have seen before.

Now I have *some hope* of getting some kind of baseline, based on number of 
crashes per console stop-and-restart, so that I can do some kind of vivisection 
of the code.

 

 

 

 

 

 

 

> Various crashes in 1.6 release
> --
>
> Key: DISPATCH-1309
> URL: https://issues.apache.org/jira/browse/DISPATCH-1309
> Project: Qpid Dispatch
>  Issue Type: Bug
>Affects Versions: 1.6.0
> Environment: System 'unused':(
> Fedora 5.0.3-200.fc29.x86_64,
> Python 2.7.15,
> Proton master @ eab1f.
> System 'taj':(
> Fedora 4.18.16-200.fc28.x86_64,
> Python 3.6.6,
> Proton master @ 68b38
>Reporter: Chuck Rolke
>Priority: Major
> Attachments: DISPATCH-1309-backtraces.txt, 
> DISPATCH-1309-gen_configs_linear.py
>
>
> qpid-dispatch master @ 51244, which is very close to the 1.6 release, has 
> various crashes.
> The test network is 12 routers spread over two systems. (Configuration 
> generator to be attached.) Four interior routers are in linear arrangement 
> with A and C on one system ('unused'), and B and D on the other system 
> ('taj'). Each system then attaches four edge routers, one to each interior 
> router.
> Running lightweight tests, like proton cpp simple_send and simple_recv to 
> ports on INTA and INTB interior routers leads to a crash on INTC. The crashes 
> typically look like reuse of structures after they have been freed (addresses 
> are 0x). Other crashes hint of general memory corruption 
> (crashes in malloc.c).
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (DISPATCH-1309) Various crashes in 1.6 release

2019-04-02 Thread Chuck Rolke (JIRA)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16808111#comment-16808111
 ] 

Chuck Rolke commented on DISPATCH-1309:
---

I tried git bisecting from 1.5.0 to 1.6.0 release tags and got no errors. Then 
eventually I got the following backtrace trying to log "Computed valid origins 
{}" from python run-time code.

The crashes I saw earlier happened when a console was attached to an 
http-enabled listener. During my bisect exercise I had no consoles attached. 
I'll go back and try some with consoles attached where I can.

{{(gdb) bt}}
{{#0  malloc_consolidate (av=av@entry=0x7f970820) at malloc.c:4469}}
{{#1  0x7f972b97d098 in _int_malloc (av=av@entry=0x7f970820, 
bytes=bytes@entry=2288) at malloc.c:3695}}
{{#2  0x7f972b97dd7b in _int_memalign (av=av@entry=0x7f970820, 
alignment=alignment@entry=64, bytes=bytes@entry=2176) at malloc.c:4726}}
{{#3  0x7f972b97ef7a in _mid_memalign (alignment=64, bytes=2176, 
address=) at malloc.c:3306}}
{{#4  0x7f972b98052c in __posix_memalign (size=, 
alignment=, memptr=0x7f9717ffd830) at malloc.c:5401}}
{{#5  __posix_memalign (memptr=0x7f9717ffd830, alignment=, 
size=) at malloc.c:5388}}
{{#6  0x7f972be8b3c4 in qd_alloc (desc=0x7f972beb5dc0 
<__desc_qd_log_entry_t>, tpool=0x7f9717fff578) at 
/home/chug/git/qpid-dispatch/src/alloc_pool.c:181}}
{{#7  0x7f972be336ab in new_qd_log_entry_t () at 
/home/chug/git/qpid-dispatch/src/log.c:61}}
{{#8  0x7f972be3491d in qd_vlog_impl (source=0x8c0bb0, level=QD_LOG_INFO, }}
{{    file=0x7f971df1d3d4 
"/opt/local/lib/qpid-dispatch/python/qpid_dispatch_internal/router/node.py", 
line=162, fmt=0x7f972be928df "%s", ap=0x7f9717ffd8e8)}}
{{    at /home/chug/git/qpid-dispatch/src/log.c:416}}
{{#9  0x7f972be34ba1 in qd_log_impl (source=0x8c0bb0, level=QD_LOG_INFO, }}
{{    file=0x7f971df1d3d4 
"/opt/local/lib/qpid-dispatch/python/qpid_dispatch_internal/router/node.py", 
line=162, fmt=0x7f972be928df "%s")}}
{{    at /home/chug/git/qpid-dispatch/src/log.c:435}}
{{#10 0x7f972be460a8 in qd_python_log 
(self=, }}
{{    args=(4L, u'Computed valid origins: {}', 
'/opt/local/lib/qpid-dispatch/python/qpid_dispatch_internal/router/node.py', 
162))}}
{{    at /home/chug/git/qpid-dispatch/src/python_embedded.c:429}}
{{#11 0x7f972bc6314b in call_function (oparg=, 
pp_stack=0x7f9717ffdab0) at 
/usr/src/debug/python2-2.7.15-11.fc29.x86_64/Python/ceval.c:4449}}
{{#12 PyEval_EvalFrameEx (}}
{{    f=f@entry=Frame 0x7f971d714bf0, for file 
/opt/local/lib/qpid-dispatch/python/qpid_dispatch_internal/router/engine.py, 
line 229, in log_ls 
(self=, nodes_by_link_id=\{0: 
, parent=<...>, neighbor_refresh_time=, keep_alive_count=0, adapter=, valid_origins=[], peer_link_id=None, 
link_state=) at remote 0x7f971c4952d0>, 
instance=1554232196L, version=1L, next_hop_router=None, 
mobile_address_sequence=8, need_mobile_request=False, id=u'INTC', maskbit=1, 
need_ls_request=False) at remote 0x7f971d7c2790>}, maskbits=[True, True, True, 
True, None, None, None, None, None, None, None, None, None, None, None, None, 
None, None, None, None, None, None, None, None,...(truncated), 
throwflag=throwflag@entry=0)}}
{{    at /usr/src/debug/python2-2.7.15-11.fc29.x86_64/Python/ceval.c:3083}}
{{#13 0x7f972bc63902 in PyEval_EvalCodeEx (co=, 
globals=, locals=locals@entry=0x0, args=, }}
{{    argcount=, kws=, kwcount=0, defs=0x0, 
defcount=0, closure=0x0)}}
{{    at /usr/src/debug/python2-2.7.15-11.fc29.x86_64/Python/ceval.c:3681}}
{{#14 0x7f972bc6053c in fast_function (nk=, na=, n=, pp_stack=0x7f9717ffdc70, }}
{{    func=) at 
/usr/src/debug/python2-2.7.15-11.fc29.x86_64/Python/ceval.c:4544}}
{{#15 call_function (oparg=, pp_stack=0x7f9717ffdc70) at 
/usr/src/debug/python2-2.7.15-11.fc29.x86_64/Python/ceval.c:4469}}
{{#16 PyEval_EvalFrameEx (}}
{{    f=f@entry=Frame 0x7f970404cc40, for file 
/opt/local/lib/qpid-dispatch/python/qpid_dispatch_internal/router/node.py, line 
162, in tick (self=, domain=u'domain', 
_log_hello=, area=u'0', 
mobile_address_engine=, 2: }, container=<...>, deleted_addrs=[], 
treatments=\{u'HED1': 3L, u'HED2': 3L}, added_addrs=[], node_tracker=<...>, 
local_addrs=[u'HED2', u'HED1'], mobile_seq=2, id=u'INTD') at remote 
0x7f971d70cd10>, _config=, 
globals=, locals=locals@entry=0x0, args=, }}
{{    argcount=, kws=, kwcount=0, defs=0x0, 
defcount=0, closure=0x0)}}
{{    at /usr/src/debug/python2-2.7.15-11.fc29.x86_64/Python/ceval.c:3681}}
{{#18 0x7f972bc6053c in fast_function (nk=, na=, n=, pp_stack=0x7f9717ffde30, }}
{{--Type  for more, q to quit, c to continue without paging--}}
{{    func=) at 
/usr/src/debug/python2-2.7.15-11.fc29.x86_64/Python/ceval.c:4544}}
{{#19 call_function 

[jira] [Commented] (DISPATCH-1309) Various crashes in 1.6 release

2019-04-02 Thread michael goulish (JIRA)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16808055#comment-16808055
 ] 

michael goulish commented on DISPATCH-1309:
---

And since the above comment I have not been able to get another crash

:(

 

 

> Various crashes in 1.6 release
> --
>
> Key: DISPATCH-1309
> URL: https://issues.apache.org/jira/browse/DISPATCH-1309
> Project: Qpid Dispatch
>  Issue Type: Bug
>Affects Versions: 1.6.0
> Environment: System 'unused':(
> Fedora 5.0.3-200.fc29.x86_64,
> Python 2.7.15,
> Proton master @ eab1f.
> System 'taj':(
> Fedora 4.18.16-200.fc28.x86_64,
> Python 3.6.6,
> Proton master @ 68b38
>Reporter: Chuck Rolke
>Priority: Major
> Attachments: DISPATCH-1309-backtraces.txt, 
> DISPATCH-1309-gen_configs_linear.py
>
>
> qpid-dispatch master @ 51244, which is very close to the 1.6 release, has 
> various crashes.
> The test network is 12 routers spread over two systems. (Configuration 
> generator to be attached.) Four interior routers are in linear arrangement 
> with A and C on one system ('unused'), and B and D on the other system 
> ('taj'). Each system then attaches four edge routers, one to each interior 
> router.
> Running lightweight tests, like proton cpp simple_send and simple_recv to 
> ports on INTA and INTB interior routers leads to a crash on INTC. The crashes 
> typically look like reuse of structures after they have been freed (addresses 
> are 0x). Other crashes hint of general memory corruption 
> (crashes in malloc.c).
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (DISPATCH-1309) Various crashes in 1.6 release

2019-04-02 Thread michael goulish (JIRA)
x7ffe6c6ac77f,
 accept_dynamic=true, create_if_not_found=true)
 at 
/home/mick/latest/qpid-dispatch-1.6.0/src/router_core/modules/address_lookup_client/lookup_client.c:266
#4 0x7f14324314a8 in qcm_addr_lookup_local_search (
 request=request@entry=0x7f141c071e18, client=)
 at 
/home/mick/latest/qpid-dispatch-1.6.0/src/router_core/modules/address_lookup_client/lookup_client.c:415
#5 0x7f1432431b06 in on_state (core=, api_client=,
 user_context=0x7f141c021a90, active=)
 at 
/home/mick/latest/qpid-dispatch-1.6.0/src/router_core/modules/address_lookup_client/lookup_client.c:568
#6 0x7f143241bc82 in _state_updated_CT (client=0x7f141c065958)
 at /home/mick/latest/qpid-dispatch-1.6.0/src/router_core/core_client_api.c:382
#7 0x7f143241c544 in _sender_detached_CT (client_context=0x7f141c065958, 
error=0x0)
 at /home/mick/latest/qpid-dispatch-1.6.0/src/router_core/core_client_api.c:612
#8 0x7f143241bb46 in qdrc_endpoint_do_cleanup_CT (core=core@entry=0xb656c0,
 ep=0x7f141c062898)
 at 
/home/mick/latest/qpid-dispatch-1.6.0/src/router_core/core_link_endpoint.c:233
#9 0x7f1432425652 in qdr_core_free (core=0xb656c0)
 at /home/mick/latest/qpid-dispatch-1.6.0/src/router_core/router_core.c:168
#10 0x7f1432434b43 in qd_router_free (router=0xa93b70)
 at /home/mick/latest/qpid-dispatch-1.6.0/src/router_node.c:1741
#11 0x7f143240043c in qd_dispatch_free (qd=0x76b410)
 at /home/mick/latest/qpid-dispatch-1.6.0/src/dispatch.c:359
#12 0x00401886 in main_process (
 config_path=0x7ffe6c6adff6 
"/home/mick/mercury/mercury/sessions/session_2019_03_27_0853/config/edge_0013.conf",
 python_pkgdir=, test_hooks=, fd=2)
 at /home/mick/latest/qpid-dispatch-1.6.0/router/src/main.c:116
#13 0x00401637 in main (argc=5, argv=0x7ffe6c6ac998)
 at /home/mick/latest/qpid-dispatch-1.6.0/router/src/main.c:369

 

##
 # Type 4
 ##

#0 pn_collector_put (collector=0x4242424242424242, clazz=0x7fc408147520 
,
 context=0x0, type=type@entry=PN_CONNECTION_WAKE)
 at /home/mick/latest/qpid-proton-0.26.0/c/src/core/event.c:134
 #1 0x7fc4081b5258 in http_thread_run (v=0x2651530)
 at /home/mick/latest/qpid-dispatch-1.6.0/src/http-libwebsockets.c:731
 #2 0x7fc407aee50b in start_thread () from /lib64/libpthread.so.0
 #3 0x7fc406db238f in clone () from /lib64/libc.so.6

 

##
 # Type 5
 ##

#0 0x7f64f211e0a3 in _int_malloc () from /lib64/libc.so.6
#1 0x7f64f212010d in malloc () from /lib64/libc.so.6
#2 0x7f64f33032b0 in pn_buffer (capacity=capacity@entry=64)
 at /home/mick/latest/qpid-proton-0.26.0/c/src/core/buffer.c:48
#3 0x7f64f3304879 in pn_data (capacity=capacity@entry=0)
 at /home/mick/latest/qpid-proton-0.26.0/c/src/core/codec.c:374
#4 0x7f64f35781e4 in qdr_error_from_pn (pn=0x7f64cc0bb0c0)
 at /home/mick/latest/qpid-dispatch-1.6.0/src/router_core/error.c:48
#5 0x7f64f358e51b in AMQP_disposition_handler (context=0xf25880, 
link=0x7f64c808bdd8,
 pnd=0x7f64cc0bb080) at 
/home/mick/latest/qpid-dispatch-1.6.0/src/router_node.c:676
#6 0x7f64f355a372 in do_updated (pnd=0x7f64cc0bb080)
 at /home/mick/latest/qpid-dispatch-1.6.0/src/container.c:214
#7 qd_container_handle_event (container=, 
event=event@entry=0x142fb90,
 conn=conn@entry=0x7f64c8189990, qd_conn=qd_conn@entry=0x7f64c8002c18)
 at /home/mick/latest/qpid-dispatch-1.6.0/src/container.c:643
#8 0x7f64f3592caa in handle (qd_server=qd_server@entry=0xf74890, 
e=e@entry=0x142fb90,
 pn_conn=0x7f64c8189990, ctx=ctx@entry=0x7f64c8002c18)
 at /home/mick/latest/qpid-dispatch-1.6.0/src/server.c:984
#9 0x7f64f35937e9 in thread_run (arg=arg@entry=0xf74890)
 at /home/mick/latest/qpid-dispatch-1.6.0/src/server.c:1009
#10 0x7f64f3593af0 in qd_server_run (qd=)
 at /home/mick/latest/qpid-dispatch-1.6.0/src/server.c:1283
#11 0x0040186f in main_process (
 config_path=0x7ffd7088d018 
"/home/mick/mercury/mercury/sessions/session_2019_04_02_1321/config/D.conf", 
python_pkgdir=, test_hooks=, fd=2)
 at /home/mick/latest/qpid-dispatch-1.6.0/router/src/main.c:112
#12 0x00401637 in main (argc=5, argv=0x7ffd7088c4f8)
 at /home/mick/latest/qpid-dispatch-1.6.0/router/src/main.c:369

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

> Various crashes in 1.6 release
> --
>
> Key: DISPATCH-1309
> URL: https://issues.apache.org/jira/browse/DISPATCH-1309
> Project: Qpid Dispatch
>  Issue Type: Bug
>Affects Versions: 1.6.0
> Environment: System 'unused':(
> Fedora 5.0.3-200.fc29.x86_64,
> Python 2.7.15,
> Proton master @ eab1f.
> System 'taj':(
> Fedora 4.18.16-200.fc28.x86_64,
> Python 3.6.6,
> Proton master @ 68b38

[jira] [Updated] (DISPATCH-1309) Various crashes in 1.6 release

2019-04-02 Thread Chuck Rolke (JIRA)


 [ 
https://issues.apache.org/jira/browse/DISPATCH-1309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chuck Rolke updated DISPATCH-1309:
--
Environment: 
System 'unused':(

Fedora 5.0.3-200.fc29.x86_64,

Python 2.7.15,

Proton master @ eab1f.

System 'taj':(

Fedora 4.18.16-200.fc28.x86_64,

Python 3.6.6,

Proton master @ 68b38

> Various crashes in 1.6 release
> --
>
> Key: DISPATCH-1309
> URL: https://issues.apache.org/jira/browse/DISPATCH-1309
> Project: Qpid Dispatch
>  Issue Type: Bug
>Affects Versions: 1.6.0
> Environment: System 'unused':(
> Fedora 5.0.3-200.fc29.x86_64,
> Python 2.7.15,
> Proton master @ eab1f.
> System 'taj':(
> Fedora 4.18.16-200.fc28.x86_64,
> Python 3.6.6,
> Proton master @ 68b38
>Reporter: Chuck Rolke
>Priority: Major
> Attachments: DISPATCH-1309-backtraces.txt, 
> DISPATCH-1309-gen_configs_linear.py
>
>
> qpid-dispatch master @ 51244, which is very close to the 1.6 release, has 
> various crashes.
> The test network is 12 routers spread over two systems. (Configuration 
> generator to be attached.) Four interior routers are in linear arrangement 
> with A and C on one system ('unused'), and B and D on the other system 
> ('taj'). Each system then attaches four edge routers, one to each interior 
> router.
> Running lightweight tests, like proton cpp simple_send and simple_recv to 
> ports on INTA and INTB interior routers leads to a crash on INTC. The crashes 
> typically look like reuse of structures after they have been freed (addresses 
> are 0x). Other crashes hint of general memory corruption 
> (crashes in malloc.c).
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (DISPATCH-1309) Various crashes in 1.6 release

2019-04-02 Thread Chuck Rolke (JIRA)


 [ 
https://issues.apache.org/jira/browse/DISPATCH-1309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chuck Rolke updated DISPATCH-1309:
--
Attachment: DISPATCH-1309-gen_configs_linear.py

> Various crashes in 1.6 release
> --
>
> Key: DISPATCH-1309
> URL: https://issues.apache.org/jira/browse/DISPATCH-1309
> Project: Qpid Dispatch
>  Issue Type: Bug
>Affects Versions: 1.6.0
>Reporter: Chuck Rolke
>Priority: Major
> Attachments: DISPATCH-1309-backtraces.txt, 
> DISPATCH-1309-gen_configs_linear.py
>
>
> qpid-dispatch master @ 51244, which is very close to the 1.6 release, has 
> various crashes.
> The test network is 12 routers spread over two systems. (Configuration 
> generator to be attached.) Four interior routers are in linear arrangement 
> with A and C on one system ('unused'), and B and D on the other system 
> ('taj'). Each system then attaches four edge routers, one to each interior 
> router.
> Running lightweight tests, like proton cpp simple_send and simple_recv to 
> ports on INTA and INTB interior routers leads to a crash on INTC. The crashes 
> typically look like reuse of structures after they have been freed (addresses 
> are 0x). Other crashes hint of general memory corruption 
> (crashes in malloc.c).
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (DISPATCH-1309) Various crashes in 1.6 release

2019-04-02 Thread Chuck Rolke (JIRA)


 [ 
https://issues.apache.org/jira/browse/DISPATCH-1309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chuck Rolke updated DISPATCH-1309:
--
Attachment: DISPATCH-1309-backtraces.txt

> Various crashes in 1.6 release
> --
>
> Key: DISPATCH-1309
> URL: https://issues.apache.org/jira/browse/DISPATCH-1309
> Project: Qpid Dispatch
>  Issue Type: Bug
>Affects Versions: 1.6.0
>Reporter: Chuck Rolke
>Priority: Major
> Attachments: DISPATCH-1309-backtraces.txt
>
>
> qpid-dispatch master @ 51244, which is very close to the 1.6 release, has 
> various crashes.
> The test network is 12 routers spread over two systems. (Configuration 
> generator to be attached.) Four interior routers are in linear arrangement 
> with A and C on one system ('unused'), and B and D on the other system 
> ('taj'). Each system then attaches four edge routers, one to each interior 
> router.
> Running lightweight tests, like proton cpp simple_send and simple_recv to 
> ports on INTA and INTB interior routers leads to a crash on INTC. The crashes 
> typically look like reuse of structures after they have been freed (addresses 
> are 0x). Other crashes hint of general memory corruption 
> (crashes in malloc.c).
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Created] (DISPATCH-1309) Various crashes in 1.6 release

2019-04-02 Thread Chuck Rolke (JIRA)
Chuck Rolke created DISPATCH-1309:
-

 Summary: Various crashes in 1.6 release
 Key: DISPATCH-1309
 URL: https://issues.apache.org/jira/browse/DISPATCH-1309
 Project: Qpid Dispatch
  Issue Type: Bug
Affects Versions: 1.6.0
Reporter: Chuck Rolke


qpid-dispatch master @ 51244, which is very close to the 1.6 release, has 
various crashes.

The test network is 12 routers spread over two systems. (Configuration 
generator to be attached.) Four interior routers are in linear arrangement with 
A and C on one system ('unused'), and B and D on the other system ('taj'). Each 
system then attaches four edge routers, one to each interior router.

Running lightweight tests, like proton cpp simple_send and simple_recv to ports 
on INTA and INTB interior routers leads to a crash on INTC. The crashes 
typically look like reuse of structures after they have been freed (addresses 
are 0x). Other crashes hint of general memory corruption 
(crashes in malloc.c).

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Assigned] (QPID-8290) [Broker-J] Release Qpid Broker-J version 7.1.2

2019-03-30 Thread Alex Rudyy (JIRA)


 [ 
https://issues.apache.org/jira/browse/QPID-8290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alex Rudyy reassigned QPID-8290:


Assignee: Alex Rudyy

> [Broker-J] Release Qpid Broker-J version 7.1.2
> --
>
> Key: QPID-8290
> URL: https://issues.apache.org/jira/browse/QPID-8290
> Project: Qpid
>  Issue Type: Task
>  Components: Broker-J
>Affects Versions: qpid-java-broker-7.1.2
>Reporter: Alex Rudyy
>Assignee: Alex Rudyy
>Priority: Major
> Fix For: qpid-java-broker-7.1.2
>
>
> Release Qpid Broker-J version 7.1.2 following instructions at
> [https://cwiki.apache.org/confluence/display/qpid/Releasing+Qpid+Broker-J]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Created] (QPID-8290) [Broker-J] Release Qpid Broker-J version 7.1.2

2019-03-29 Thread Alex Rudyy (JIRA)
Alex Rudyy created QPID-8290:


 Summary: [Broker-J] Release Qpid Broker-J version 7.1.2
 Key: QPID-8290
 URL: https://issues.apache.org/jira/browse/QPID-8290
 Project: Qpid
  Issue Type: Task
  Components: Broker-J
Affects Versions: qpid-java-broker-7.1.2
Reporter: Alex Rudyy
 Fix For: qpid-java-broker-7.1.2


Release Qpid Broker-J version 7.1.2 following instructions at
[https://cwiki.apache.org/confluence/display/qpid/Releasing+Qpid+Broker-J]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1993) Tests fail on Windows for release builds (without debug symbols)

2019-03-26 Thread Andrew Stitcher (JIRA)


[ 
https://issues.apache.org/jira/browse/PROTON-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16802168#comment-16802168
 ] 

Andrew Stitcher commented on PROTON-1993:
-

[~roromo] Is it possible to get the test log file - this summary here doesn't 
contain enough to be useful to diagnose the problem. The test log should be in 
the {{Testing/Temporary/LastTest.log}} file (relative to the build directory).

Alternatively add {{-V}} to the {{ctest}} command line.

> Tests fail on Windows for release builds (without debug symbols)
> 
>
> Key: PROTON-1993
> URL: https://issues.apache.org/jira/browse/PROTON-1993
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: proton-c
>Affects Versions: proton-c-0.26.0, proton-c-0.27.0
> Environment: Windows 7 Pro 64 bit, as well as Windows 10 Pro 64 bit, 
> up to date MSVC 2017 compiler, CMake build system.
>Reporter: Bogdan Bozi
>Priority: Major
>
> Environment: project created using CMake, building only the C and C++ 
> binding, for 64 bit architecture using the MS VS2017 compiler.
>  
> Tests are ok for the following build configurations:
>  * Debug
>  * RelWithDebInfo
> Tests fail for the following build configurations:
>  * Release
>  * MinSizeRel
>  
> Issue is present with the current head, as well as the released 
> proton-c-0.26.0. Older versions were not tested but might fail too.
> Linux builds were not tested.
>  
> Test results for builds with debug symbols:
> {noformat}
> 1>-- Build started: Project: RUN_TESTS, Configuration: Debug x64 --
> 1>Test project C:/Work/projects/qpid-proton/build
> 1> Start 1: c-example-tests
> 1> 1/22 Test #1: c-example-tests .. Passed 1.68 sec
> 1> Start 2: c-core-test
> 1> 2/22 Test #2: c-core-test .. Passed 0.11 sec
> 1> Start 3: c-extra-test
> 1> 3/22 Test #3: c-extra-test . Passed 0.07 sec
> 1> Start 4: c-proactor-test
> 1> 4/22 Test #4: c-proactor-test .. Passed 8.29 sec
> 1> Start 5: c-fdlimit-tests
> 1> 5/22 Test #5: c-fdlimit-tests .. Passed 0.10 sec
> 1> Start 6: fuzz-connection-driver
> 1> 6/22 Test #6: fuzz-connection-driver ... Passed 0.96 sec
> 1> Start 7: fuzz-message-decode
> 1> 7/22 Test #7: fuzz-message-decode .. Passed 0.28 sec
> 1> Start 8: fuzz-url
> 1> 8/22 Test #8: fuzz-url . Passed 0.10 sec
> 1> Start 9: fuzz-sniff-header
> 1> 9/22 Test #9: fuzz-sniff-header  Passed 0.06 sec
> 1> Start 10: cpp-codec_test
> 1>10/22 Test #10: cpp-codec_test ... Passed 0.07 sec
> 1> Start 11: cpp-connection_driver_test
> 1>11/22 Test #11: cpp-connection_driver_test ... Passed 0.09 sec
> 1> Start 12: cpp-interop_test
> 1>12/22 Test #12: cpp-interop_test . Passed 0.06 sec
> 1> Start 13: cpp-message_test
> 1>13/22 Test #13: cpp-message_test . Passed 0.07 sec
> 1> Start 14: cpp-map_test
> 1>14/22 Test #14: cpp-map_test . Passed 0.07 sec
> 1> Start 15: cpp-scalar_test
> 1>15/22 Test #15: cpp-scalar_test .. Passed 0.07 sec
> 1> Start 16: cpp-value_test
> 1>16/22 Test #16: cpp-value_test ... Passed 0.08 sec
> 1> Start 17: cpp-container_test
> 1>17/22 Test #17: cpp-container_test ... Passed 0.60 sec
> 1> Start 18: cpp-reconnect_test
> 1>18/22 Test #18: cpp-reconnect_test ... Passed 8.58 sec
> 1> Start 19: cpp-link_test
> 1>19/22 Test #19: cpp-link_test  Passed 1.10 sec
> 1> Start 20: cpp-url-test
> 1>20/22 Test #20: cpp-url-test . Passed 0.07 sec
> 1> Start 21: cpp-example-container
> 1>21/22 Test #21: cpp-example-container  Passed 0.75 sec
> 1> Start 22: cpp-example-container-ssl
> 1>22/22 Test #22: cpp-example-container-ssl  Passed 0.46 sec
> 1>
> 1>100% tests passed, 0 tests failed out of 22
> 1>
> 1>Total Test time (real) = 23.76 sec
> == Build: 1 succeeded, 0 failed, 1 up-to-date, 0 skipped ==
> {noformat}
> Test results for builds without debug symbols:
> {noformat}
> 1>-- Build started: Project: RUN_TESTS, Configuration: Release x64 --
> 1>Test project C:/Work/projects/qpid-proton/build
> 1> Start 1: c-example-tests
> 1> 1/22 Test #1: c-example-tests ..***Failed 0.95 sec

[jira] [Commented] (PROTON-1944) 0.27.0 release tasks

2019-03-07 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/PROTON-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16787058#comment-16787058
 ] 

ASF subversion and git services commented on PROTON-1944:
-

Commit c2037614865a121770e733dc12bc59d5e083dcf7 in qpid-proton's branch 
refs/heads/go1 from Robert Gemmell
[ https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=c203761 ]

PROTON-1944: update .so version to account for changes


> 0.27.0 release tasks
> 
>
> Key: PROTON-1944
> URL: https://issues.apache.org/jira/browse/PROTON-1944
> Project: Qpid Proton
>  Issue Type: Task
>  Components: proton-c, release
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Major
> Fix For: proton-c-0.27.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1944) 0.27.0 release tasks

2019-03-07 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/PROTON-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16787059#comment-16787059
 ] 

ASF subversion and git services commented on PROTON-1944:
-

Commit e5816f38b2d80d24e8af78954b79e05421633c00 in qpid-proton's branch 
refs/heads/go1 from Robert Gemmell
[ https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=e5816f3 ]

PROTON-1944: update versions for 0.27.0-rc1


> 0.27.0 release tasks
> 
>
> Key: PROTON-1944
> URL: https://issues.apache.org/jira/browse/PROTON-1944
> Project: Qpid Proton
>  Issue Type: Task
>  Components: proton-c, release
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Major
> Fix For: proton-c-0.27.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Closed] (PROTON-1944) 0.27.0 release tasks

2019-03-02 Thread Robbie Gemmell (JIRA)


 [ 
https://issues.apache.org/jira/browse/PROTON-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robbie Gemmell closed PROTON-1944.
--
Resolution: Done

> 0.27.0 release tasks
> 
>
> Key: PROTON-1944
> URL: https://issues.apache.org/jira/browse/PROTON-1944
> Project: Qpid Proton
>  Issue Type: Task
>  Components: proton-c, release
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Major
> Fix For: proton-c-0.27.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Closed] (QPID-8239) [Broker-J] Release Qpid Broker-J 7.0.7

2019-03-01 Thread Alex Rudyy (JIRA)


 [ 
https://issues.apache.org/jira/browse/QPID-8239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alex Rudyy closed QPID-8239.

Resolution: Fixed

> [Broker-J] Release Qpid Broker-J 7.0.7
> --
>
> Key: QPID-8239
> URL: https://issues.apache.org/jira/browse/QPID-8239
> Project: Qpid
>  Issue Type: Task
>  Components: Broker-J
>Reporter: Alex Rudyy
>Assignee: Alex Rudyy
>Priority: Major
> Fix For: qpid-java-broker-7.0.7
>
>
> Release Qpid Broker-J following instructions provided at 
> [https://cwiki.apache.org/confluence/display/qpid/Releasing+Qpid+Broker-J]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Closed] (QPID-8277) [Broker-J] Release Qpid Broker-J 7.1.1

2019-03-01 Thread Alex Rudyy (JIRA)


 [ 
https://issues.apache.org/jira/browse/QPID-8277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alex Rudyy closed QPID-8277.

Resolution: Fixed

> [Broker-J] Release Qpid Broker-J 7.1.1
> --
>
> Key: QPID-8277
> URL: https://issues.apache.org/jira/browse/QPID-8277
> Project: Qpid
>  Issue Type: Task
>  Components: Broker-J
>Reporter: Alex Rudyy
>Assignee: Alex Rudyy
>Priority: Major
> Fix For: qpid-java-broker-7.1.1
>
>
> Release Qpid Broker-J following instructions provided at 
> [https://cwiki.apache.org/confluence/display/qpid/Releasing+Qpid+Broker-J]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Assigned] (QPID-8239) [Broker-J] Release Qpid Broker-J 7.0.7

2019-02-25 Thread Alex Rudyy (JIRA)


 [ 
https://issues.apache.org/jira/browse/QPID-8239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alex Rudyy reassigned QPID-8239:


Assignee: Alex Rudyy

> [Broker-J] Release Qpid Broker-J 7.0.7
> --
>
> Key: QPID-8239
> URL: https://issues.apache.org/jira/browse/QPID-8239
> Project: Qpid
>  Issue Type: Task
>  Components: Broker-J
>Reporter: Alex Rudyy
>Assignee: Alex Rudyy
>Priority: Major
> Fix For: qpid-java-broker-7.0.7
>
>
> Release Qpid Broker-J following instructions provided at 
> [https://cwiki.apache.org/confluence/display/qpid/Releasing+Qpid+Broker-J]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Assigned] (QPID-8277) [Broker-J] Release Qpid Broker-J 7.1.1

2019-02-25 Thread Alex Rudyy (JIRA)


 [ 
https://issues.apache.org/jira/browse/QPID-8277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alex Rudyy reassigned QPID-8277:


Assignee: Alex Rudyy

> [Broker-J] Release Qpid Broker-J 7.1.1
> --
>
> Key: QPID-8277
> URL: https://issues.apache.org/jira/browse/QPID-8277
> Project: Qpid
>  Issue Type: Task
>  Components: Broker-J
>Reporter: Alex Rudyy
>Assignee: Alex Rudyy
>Priority: Major
> Fix For: qpid-java-broker-7.1.1
>
>
> Release Qpid Broker-J following instructions provided at 
> [https://cwiki.apache.org/confluence/display/qpid/Releasing+Qpid+Broker-J]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (PROTON-2002) 0.28.0 release tasks

2019-02-06 Thread Robbie Gemmell (JIRA)


 [ 
https://issues.apache.org/jira/browse/PROTON-2002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robbie Gemmell updated PROTON-2002:
---
Fix Version/s: (was: proton-c-0.27.0)
   proton-c-0.28.0

> 0.28.0 release tasks
> 
>
> Key: PROTON-2002
> URL: https://issues.apache.org/jira/browse/PROTON-2002
> Project: Qpid Proton
>  Issue Type: Task
>  Components: proton-c, release
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Major
> Fix For: proton-c-0.28.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-2002) 0.28.0 release tasks

2019-02-06 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/PROTON-2002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16761748#comment-16761748
 ] 

ASF subversion and git services commented on PROTON-2002:
-

Commit 7e5d5e5a251ebb365f7acb9e54dc7e88161e3894 in qpid-proton's branch 
refs/heads/master from Robert Gemmell
[ https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=7e5d5e5 ]

PROTON-2002, PROTON-1944: update versions to 0.28.0-SNAPSHOT


> 0.28.0 release tasks
> 
>
> Key: PROTON-2002
> URL: https://issues.apache.org/jira/browse/PROTON-2002
> Project: Qpid Proton
>  Issue Type: Task
>  Components: proton-c, release
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Major
> Fix For: proton-c-0.27.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1944) 0.27.0 release tasks

2019-02-06 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/PROTON-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16761749#comment-16761749
 ] 

ASF subversion and git services commented on PROTON-1944:
-

Commit 7e5d5e5a251ebb365f7acb9e54dc7e88161e3894 in qpid-proton's branch 
refs/heads/master from Robert Gemmell
[ https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=7e5d5e5 ]

PROTON-2002, PROTON-1944: update versions to 0.28.0-SNAPSHOT


> 0.27.0 release tasks
> 
>
> Key: PROTON-1944
> URL: https://issues.apache.org/jira/browse/PROTON-1944
> Project: Qpid Proton
>  Issue Type: Task
>  Components: proton-c, release
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Major
> Fix For: proton-c-0.27.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1944) 0.27.0 release tasks

2019-02-06 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/PROTON-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16761747#comment-16761747
 ] 

ASF subversion and git services commented on PROTON-1944:
-

Commit e5816f38b2d80d24e8af78954b79e05421633c00 in qpid-proton's branch 
refs/heads/master from Robert Gemmell
[ https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=e5816f3 ]

PROTON-1944: update versions for 0.27.0-rc1


> 0.27.0 release tasks
> 
>
> Key: PROTON-1944
> URL: https://issues.apache.org/jira/browse/PROTON-1944
> Project: Qpid Proton
>  Issue Type: Task
>  Components: proton-c, release
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Major
> Fix For: proton-c-0.27.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1944) 0.27.0 release tasks

2019-02-06 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/PROTON-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16761746#comment-16761746
 ] 

ASF subversion and git services commented on PROTON-1944:
-

Commit c2037614865a121770e733dc12bc59d5e083dcf7 in qpid-proton's branch 
refs/heads/master from Robert Gemmell
[ https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=c203761 ]

PROTON-1944: update .so version to account for changes


> 0.27.0 release tasks
> 
>
> Key: PROTON-1944
> URL: https://issues.apache.org/jira/browse/PROTON-1944
> Project: Qpid Proton
>  Issue Type: Task
>  Components: proton-c, release
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Major
> Fix For: proton-c-0.27.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Created] (PROTON-2002) 0.28.0 release tasks

2019-02-06 Thread Robbie Gemmell (JIRA)
Robbie Gemmell created PROTON-2002:
--

 Summary: 0.28.0 release tasks
 Key: PROTON-2002
 URL: https://issues.apache.org/jira/browse/PROTON-2002
 Project: Qpid Proton
  Issue Type: Task
  Components: proton-c, release
Reporter: Robbie Gemmell
Assignee: Robbie Gemmell
 Fix For: proton-c-0.27.0






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Created] (QPID-8277) [Broker-J] Release Qpid Broker-J 7.1.1

2019-02-04 Thread Alex Rudyy (JIRA)
Alex Rudyy created QPID-8277:


 Summary: [Broker-J] Release Qpid Broker-J 7.1.1
 Key: QPID-8277
 URL: https://issues.apache.org/jira/browse/QPID-8277
 Project: Qpid
  Issue Type: Task
  Components: Broker-J
Reporter: Alex Rudyy
 Fix For: qpid-java-broker-7.1.1


Release Qpid Broker-J following instructions provided at 
[https://cwiki.apache.org/confluence/display/qpid/Releasing+Qpid+Broker-J]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Created] (PROTON-1993) Tests fail on Windows for release builds (without debug symbols)

2019-01-24 Thread Bogdan Bozi (JIRA)
Bogdan Bozi created PROTON-1993:
---

 Summary: Tests fail on Windows for release builds (without debug 
symbols)
 Key: PROTON-1993
 URL: https://issues.apache.org/jira/browse/PROTON-1993
 Project: Qpid Proton
  Issue Type: Bug
  Components: proton-c
Affects Versions: proton-c-0.26.0, proton-c-0.27.0
 Environment: Windows 7 Pro 64 bit, as well as Windows 10 Pro 64 bit, 
up to date MSVC 2017 compiler, CMake build system.
Reporter: Bogdan Bozi


Environment: project created using CMake, building only the C and C++ binding, 
for 64 bit architecture using the MS VS2017 compiler.

 

Tests are ok for the following build configurations:
 * Debug
 * RelWithDebInfo

Tests fail for the following build configurations:
 * Release
 * MinSizeRel

 

Issue is present with the current head, as well as the released 
proton-c-0.26.0. Older versions were not tested but might fail too.

Linux builds were not tested.

 

Test results for builds with debug symbols:
{noformat}
1>-- Build started: Project: RUN_TESTS, Configuration: Debug x64 --
1>Test project C:/Work/projects/qpid-proton/build
1> Start 1: c-example-tests
1> 1/22 Test #1: c-example-tests .. Passed 1.68 sec
1> Start 2: c-core-test
1> 2/22 Test #2: c-core-test .. Passed 0.11 sec
1> Start 3: c-extra-test
1> 3/22 Test #3: c-extra-test . Passed 0.07 sec
1> Start 4: c-proactor-test
1> 4/22 Test #4: c-proactor-test .. Passed 8.29 sec
1> Start 5: c-fdlimit-tests
1> 5/22 Test #5: c-fdlimit-tests .. Passed 0.10 sec
1> Start 6: fuzz-connection-driver
1> 6/22 Test #6: fuzz-connection-driver ... Passed 0.96 sec
1> Start 7: fuzz-message-decode
1> 7/22 Test #7: fuzz-message-decode .. Passed 0.28 sec
1> Start 8: fuzz-url
1> 8/22 Test #8: fuzz-url . Passed 0.10 sec
1> Start 9: fuzz-sniff-header
1> 9/22 Test #9: fuzz-sniff-header  Passed 0.06 sec
1> Start 10: cpp-codec_test
1>10/22 Test #10: cpp-codec_test ... Passed 0.07 sec
1> Start 11: cpp-connection_driver_test
1>11/22 Test #11: cpp-connection_driver_test ... Passed 0.09 sec
1> Start 12: cpp-interop_test
1>12/22 Test #12: cpp-interop_test . Passed 0.06 sec
1> Start 13: cpp-message_test
1>13/22 Test #13: cpp-message_test . Passed 0.07 sec
1> Start 14: cpp-map_test
1>14/22 Test #14: cpp-map_test . Passed 0.07 sec
1> Start 15: cpp-scalar_test
1>15/22 Test #15: cpp-scalar_test .. Passed 0.07 sec
1> Start 16: cpp-value_test
1>16/22 Test #16: cpp-value_test ... Passed 0.08 sec
1> Start 17: cpp-container_test
1>17/22 Test #17: cpp-container_test ... Passed 0.60 sec
1> Start 18: cpp-reconnect_test
1>18/22 Test #18: cpp-reconnect_test ... Passed 8.58 sec
1> Start 19: cpp-link_test
1>19/22 Test #19: cpp-link_test  Passed 1.10 sec
1> Start 20: cpp-url-test
1>20/22 Test #20: cpp-url-test . Passed 0.07 sec
1> Start 21: cpp-example-container
1>21/22 Test #21: cpp-example-container  Passed 0.75 sec
1> Start 22: cpp-example-container-ssl
1>22/22 Test #22: cpp-example-container-ssl  Passed 0.46 sec
1>
1>100% tests passed, 0 tests failed out of 22
1>
1>Total Test time (real) = 23.76 sec
== Build: 1 succeeded, 0 failed, 1 up-to-date, 0 skipped ==
{noformat}
Test results for builds without debug symbols:
{noformat}
1>-- Build started: Project: RUN_TESTS, Configuration: Release x64 --
1>Test project C:/Work/projects/qpid-proton/build
1> Start 1: c-example-tests
1> 1/22 Test #1: c-example-tests ..***Failed 0.95 sec
1> Start 2: c-core-test
1> 2/22 Test #2: c-core-test .. Passed 0.07 sec
1> Start 3: c-extra-test
1> 3/22 Test #3: c-extra-test . Passed 0.06 sec
1> Start 4: c-proactor-test
1> 4/22 Test #4: c-proactor-test ..***Failed 0.06 sec
1> Start 5: c-fdlimit-tests
1> 5/22 Test #5: c-fdlimit-tests .. Passed 0.10 sec
1> Start 6: fuzz-connection-driver
1> 6/22 Test #6: fuzz-connection-driver ... Passed 0.46 sec
1> Start 7: fuzz-message-decode
1> 7/22 Test #7: fuzz-message-decode .. Passed 0.25 sec
1> Start 8: fuzz-url
1> 8/22 Test #8: fuzz-url . Passed 0.09 sec
1> Start 9: fuzz-sniff-header
1> 9/22 Test #9: fuzz-sniff-header  Passed 0.06 sec
1> Start 10: cpp-codec_test
1>10/22 Test #10: cpp-codec_test ... Passed 0.06 sec
1> Start 11: cpp-connection_driver_test
1>11/22 Te

[GitHub] asfgit closed pull request #436: DISPATCH-1237 - Modified link cleanup code to not release a multicast…

2019-01-10 Thread GitBox
asfgit closed pull request #436: DISPATCH-1237 - Modified link cleanup code to 
not release a multicast…
URL: https://github.com/apache/qpid-dispatch/pull/436
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/include/qpid/dispatch/message.h b/include/qpid/dispatch/message.h
index 48408ab2..3aaea807 100644
--- a/include/qpid/dispatch/message.h
+++ b/include/qpid/dispatch/message.h
@@ -373,6 +373,17 @@ size_t qd_message_fanout(qd_message_t *msg);
  */
 void qd_message_add_fanout(qd_message_t *msg);
 
+/**
+ * Increments the num_closed_receivers by 1. This is necessary to track the 
number of receivers that
+ * dropped out during or just before transmission of a large message.
+ */
+void qd_message_add_num_closed_receivers(qd_message_t *in_msg);
+
+/**
+ * Returns the value of num_closed_receivers
+ */
+int qd_message_num_closed_receivers(qd_message_t *msg);
+
 /**
  * Disable the Q2-holdoff for this message.
  *
diff --git a/include/qpid/dispatch/router_core.h 
b/include/qpid/dispatch/router_core.h
index 11275d32..f7d6c514 100644
--- a/include/qpid/dispatch/router_core.h
+++ b/include/qpid/dispatch/router_core.h
@@ -705,6 +705,7 @@ void qdr_delivery_set_disposition(qdr_delivery_t *delivery, 
uint64_t disposition
 uint64_t qdr_delivery_disposition(const qdr_delivery_t *delivery);
 void qdr_delivery_set_aborted(const qdr_delivery_t *delivery, bool aborted);
 bool qdr_delivery_is_aborted(const qdr_delivery_t *delivery);
+void qdr_delivery_add_num_closed_receivers(qdr_delivery_t *delivery);
 
 /**
  **
diff --git a/src/message.c b/src/message.c
index 16060d34..d527974a 100644
--- a/src/message.c
+++ b/src/message.c
@@ -1077,6 +1077,22 @@ void qd_message_add_fanout(qd_message_t *in_msg)
 sys_atomic_inc(&msg->content->fanout);
 }
 
+int qd_message_num_closed_receivers(qd_message_t *in_msg)
+{
+if (!in_msg)
+return 0;
+qd_message_pvt_t *msg = (qd_message_pvt_t*) in_msg;
+return msg->content->num_closed_receivers;
+}
+
+void qd_message_add_num_closed_receivers(qd_message_t *in_msg)
+{
+assert(in_msg);
+qd_message_pvt_t *msg = (qd_message_pvt_t*) in_msg;
+msg->content->num_closed_receivers++;
+}
+
+
 /**
 * There are two sources of priority information --
 * message and address. Address takes precedence, falling
@@ -1466,7 +1482,6 @@ void qd_message_send(qd_message_t *in_msg,
 qd_buffer_t  *buf = 0;
 pn_link_t*pnl = qd_link_pn(link);
 
-int  fanout   = qd_message_fanout(in_msg);
 *restart_rx   = false;
 *q3_stalled   = false;
 
@@ -1606,7 +1621,8 @@ void qd_message_send(qd_message_t *in_msg,
 if (next_buf) {
 // There is a next buffer, the previous buffer has been fully sent 
by now.
 qd_buffer_add_fanout(buf);
-if (fanout == qd_buffer_fanout(buf)) {
+
+if (qd_message_fanout(in_msg) - 
qd_message_num_closed_receivers(in_msg) == qd_buffer_fanout(buf)) {
 qd_buffer_t *local_buf = DEQ_HEAD(content->buffers);
 while (local_buf && local_buf != next_buf) {
 DEQ_REMOVE_HEAD(content->buffers);
diff --git a/src/message_private.h b/src/message_private.h
index 36585977..2402e583 100644
--- a/src/message_private.h
+++ b/src/message_private.h
@@ -108,6 +108,7 @@ typedef struct {
 qd_parsed_field_t   *ma_pf_trace;
 int  ma_int_phase;
 sys_atomic_t fanout; // The number of 
receivers for this message. This number does not include in-process subscribers.
+int  num_closed_receivers;
 qd_link_t   *input_link; // message received 
on this link
 
 bool ma_parsed;  // have parsed 
annotations in incoming message
diff --git a/src/router_core/connections.c b/src/router_core/connections.c
index 54a27be8..19b257c4 100644
--- a/src/router_core/connections.c
+++ b/src/router_core/connections.c
@@ -687,11 +687,27 @@ static void qdr_link_cleanup_deliveries_CT(qdr_core_t 
*core, qdr_connection_t *c
 DEQ_REMOVE_HEAD(undelivered);
 peer = qdr_delivery_first_peer_CT(dlv);
 while (peer) {
-qdr_delivery_release_CT(core, peer);
+if (peer->multicast) {
+//
+// If the address of the delivery is a multicast address and 
if there are no receivers for this address, the peer delivery must be released.
+//
+// If the address of the delivery is a multicast address and 
there is at least one othe

[GitHub] codecov-io edited a comment on issue #436: DISPATCH-1237 - Modified link cleanup code to not release a multicast…

2019-01-10 Thread GitBox
codecov-io edited a comment on issue #436: DISPATCH-1237 - Modified link 
cleanup code to not release a multicast…
URL: https://github.com/apache/qpid-dispatch/pull/436#issuecomment-451772267
 
 
   # 
[Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/436?src=pr&el=h1) 
Report
   > Merging 
[#436](https://codecov.io/gh/apache/qpid-dispatch/pull/436?src=pr&el=desc) into 
[master](https://codecov.io/gh/apache/qpid-dispatch/commit/85847d62f694c0717c5db32c60aaa80bf7940ab2?src=pr&el=desc)
 will **increase** coverage by `0.07%`.
   > The diff coverage is `90%`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/qpid-dispatch/pull/436/graphs/tree.svg?width=650&token=rk2Cgd27pP&height=150&src=pr)](https://codecov.io/gh/apache/qpid-dispatch/pull/436?src=pr&el=tree)
   
   ```diff
   @@Coverage Diff @@
   ##   master #436  +/-   ##
   ==
   + Coverage   86.93%   87.01%   +0.07% 
   ==
 Files  85   85  
 Lines   1870018716  +16 
   ==
   + Hits1625716285  +28 
   + Misses   2443 2431  -12
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/qpid-dispatch/pull/436?src=pr&el=tree) | 
Coverage Δ | |
   |---|---|---|
   | 
[src/router\_core/transfer.c](https://codecov.io/gh/apache/qpid-dispatch/pull/436/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL3RyYW5zZmVyLmM=)
 | `91.06% <100%> (+0.77%)` | :arrow_up: |
   | 
[src/router\_core/connections.c](https://codecov.io/gh/apache/qpid-dispatch/pull/436/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2Nvbm5lY3Rpb25zLmM=)
 | `95.15% <83.33%> (+0.03%)` | :arrow_up: |
   | 
[src/message.c](https://codecov.io/gh/apache/qpid-dispatch/pull/436/diff?src=pr&el=tree#diff-c3JjL21lc3NhZ2UuYw==)
 | `88.84% <90%> (-0.02%)` | :arrow_down: |
   | 
[src/remote\_sasl.c](https://codecov.io/gh/apache/qpid-dispatch/pull/436/diff?src=pr&el=tree#diff-c3JjL3JlbW90ZV9zYXNsLmM=)
 | `83.52% <0%> (+0.28%)` | :arrow_up: |
   | 
[src/router\_core/agent\_link.c](https://codecov.io/gh/apache/qpid-dispatch/pull/436/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2FnZW50X2xpbmsuYw==)
 | `64.4% <0%> (+0.56%)` | :arrow_up: |
   | 
[src/router\_core/forwarder.c](https://codecov.io/gh/apache/qpid-dispatch/pull/436/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2ZvcndhcmRlci5j)
 | `93.92% <0%> (+0.7%)` | :arrow_up: |
   | 
[...c/router\_core/modules/test\_hooks/core\_test\_hooks.c](https://codecov.io/gh/apache/qpid-dispatch/pull/436/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL21vZHVsZXMvdGVzdF9ob29rcy9jb3JlX3Rlc3RfaG9va3MuYw==)
 | `93.61% <0%> (+0.95%)` | :arrow_up: |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/436?src=pr&el=continue).
   > **Legend** - [Click here to learn 
more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute  (impact)`, `ø = not affected`, `? = missing data`
   > Powered by 
[Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/436?src=pr&el=footer).
 Last update 
[85847d6...963c3b4](https://codecov.io/gh/apache/qpid-dispatch/pull/436?src=pr&el=lastupdated).
 Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] codecov-io edited a comment on issue #436: DISPATCH-1237 - Modified link cleanup code to not release a multicast…

2019-01-06 Thread GitBox
codecov-io edited a comment on issue #436: DISPATCH-1237 - Modified link 
cleanup code to not release a multicast…
URL: https://github.com/apache/qpid-dispatch/pull/436#issuecomment-451772267
 
 
   # 
[Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/436?src=pr&el=h1) 
Report
   > Merging 
[#436](https://codecov.io/gh/apache/qpid-dispatch/pull/436?src=pr&el=desc) into 
[master](https://codecov.io/gh/apache/qpid-dispatch/commit/ee0d77a57feae97ba21fcfda6f65ac06b29226e5?src=pr&el=desc)
 will **decrease** coverage by `0.03%`.
   > The diff coverage is `50%`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/qpid-dispatch/pull/436/graphs/tree.svg?width=650&token=rk2Cgd27pP&height=150&src=pr)](https://codecov.io/gh/apache/qpid-dispatch/pull/436?src=pr&el=tree)
   
   ```diff
   @@Coverage Diff @@
   ##   master #436  +/-   ##
   ==
   - Coverage   86.97%   86.94%   -0.04% 
   ==
 Files  85   85  
 Lines   1869918703   +4 
   ==
   - Hits1626416261   -3 
   - Misses   2435 2442   +7
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/qpid-dispatch/pull/436?src=pr&el=tree) | 
Coverage Δ | |
   |---|---|---|
   | 
[src/router\_core/connections.c](https://codecov.io/gh/apache/qpid-dispatch/pull/436/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2Nvbm5lY3Rpb25zLmM=)
 | `94.89% <50%> (-0.36%)` | :arrow_down: |
   | 
[src/container.c](https://codecov.io/gh/apache/qpid-dispatch/pull/436/diff?src=pr&el=tree#diff-c3JjL2NvbnRhaW5lci5j)
 | `77.4% <0%> (-0.76%)` | :arrow_down: |
   | 
[src/router\_core/agent\_link.c](https://codecov.io/gh/apache/qpid-dispatch/pull/436/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2FnZW50X2xpbmsuYw==)
 | `63.84% <0%> (-0.57%)` | :arrow_down: |
   | 
[src/router\_core/transfer.c](https://codecov.io/gh/apache/qpid-dispatch/pull/436/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL3RyYW5zZmVyLmM=)
 | `90.29% <0%> (-0.3%)` | :arrow_down: |
   | 
[src/iterator.c](https://codecov.io/gh/apache/qpid-dispatch/pull/436/diff?src=pr&el=tree#diff-c3JjL2l0ZXJhdG9yLmM=)
 | `93.45% <0%> (-0.22%)` | :arrow_down: |
   | 
[src/router\_node.c](https://codecov.io/gh/apache/qpid-dispatch/pull/436/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9ub2RlLmM=)
 | `93.95% <0%> (-0.13%)` | :arrow_down: |
   | 
[src/remote\_sasl.c](https://codecov.io/gh/apache/qpid-dispatch/pull/436/diff?src=pr&el=tree#diff-c3JjL3JlbW90ZV9zYXNsLmM=)
 | `83.52% <0%> (+0.28%)` | :arrow_up: |
   | 
[src/router\_core/core\_client\_api.c](https://codecov.io/gh/apache/qpid-dispatch/pull/436/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2NvcmVfY2xpZW50X2FwaS5j)
 | `92.67% <0%> (+0.36%)` | :arrow_up: |
   | 
[src/router\_core/forwarder.c](https://codecov.io/gh/apache/qpid-dispatch/pull/436/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2ZvcndhcmRlci5j)
 | `93.92% <0%> (+0.7%)` | :arrow_up: |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/436?src=pr&el=continue).
   > **Legend** - [Click here to learn 
more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute  (impact)`, `ø = not affected`, `? = missing data`
   > Powered by 
[Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/436?src=pr&el=footer).
 Last update 
[ee0d77a...52e4660](https://codecov.io/gh/apache/qpid-dispatch/pull/436?src=pr&el=lastupdated).
 Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] codecov-io commented on issue #436: DISPATCH-1237 - Modified link cleanup code to not release a multicast…

2019-01-06 Thread GitBox
codecov-io commented on issue #436: DISPATCH-1237 - Modified link cleanup code 
to not release a multicast…
URL: https://github.com/apache/qpid-dispatch/pull/436#issuecomment-451772267
 
 
   # 
[Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/436?src=pr&el=h1) 
Report
   > Merging 
[#436](https://codecov.io/gh/apache/qpid-dispatch/pull/436?src=pr&el=desc) into 
[master](https://codecov.io/gh/apache/qpid-dispatch/commit/ee0d77a57feae97ba21fcfda6f65ac06b29226e5?src=pr&el=desc)
 will **decrease** coverage by `0.03%`.
   > The diff coverage is `66.66%`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/qpid-dispatch/pull/436/graphs/tree.svg?width=650&token=rk2Cgd27pP&height=150&src=pr)](https://codecov.io/gh/apache/qpid-dispatch/pull/436?src=pr&el=tree)
   
   ```diff
   @@Coverage Diff @@
   ##   master #436  +/-   ##
   ==
   - Coverage   86.97%   86.93%   -0.04% 
   ==
 Files  85   85  
 Lines   1869918705   +6 
   ==
   - Hits1626416262   -2 
   - Misses   2435 2443   +8
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/qpid-dispatch/pull/436?src=pr&el=tree) | 
Coverage Δ | |
   |---|---|---|
   | 
[src/router\_core/connections.c](https://codecov.io/gh/apache/qpid-dispatch/pull/436/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2Nvbm5lY3Rpb25zLmM=)
 | `94.9% <66.66%> (-0.35%)` | :arrow_down: |
   | 
[src/container.c](https://codecov.io/gh/apache/qpid-dispatch/pull/436/diff?src=pr&el=tree#diff-c3JjL2NvbnRhaW5lci5j)
 | `77.4% <0%> (-0.76%)` | :arrow_down: |
   | 
[src/router\_core/agent\_link.c](https://codecov.io/gh/apache/qpid-dispatch/pull/436/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2FnZW50X2xpbmsuYw==)
 | `63.84% <0%> (-0.57%)` | :arrow_down: |
   | 
[src/router\_core/transfer.c](https://codecov.io/gh/apache/qpid-dispatch/pull/436/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL3RyYW5zZmVyLmM=)
 | `90.14% <0%> (-0.45%)` | :arrow_down: |
   | 
[src/iterator.c](https://codecov.io/gh/apache/qpid-dispatch/pull/436/diff?src=pr&el=tree#diff-c3JjL2l0ZXJhdG9yLmM=)
 | `93.45% <0%> (-0.22%)` | :arrow_down: |
   | 
[src/router\_node.c](https://codecov.io/gh/apache/qpid-dispatch/pull/436/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9ub2RlLmM=)
 | `93.95% <0%> (-0.13%)` | :arrow_down: |
   | 
[src/remote\_sasl.c](https://codecov.io/gh/apache/qpid-dispatch/pull/436/diff?src=pr&el=tree#diff-c3JjL3JlbW90ZV9zYXNsLmM=)
 | `83.52% <0%> (+0.28%)` | :arrow_up: |
   | 
[src/router\_core/core\_client\_api.c](https://codecov.io/gh/apache/qpid-dispatch/pull/436/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2NvcmVfY2xpZW50X2FwaS5j)
 | `92.67% <0%> (+0.36%)` | :arrow_up: |
   | 
[src/router\_core/forwarder.c](https://codecov.io/gh/apache/qpid-dispatch/pull/436/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2ZvcndhcmRlci5j)
 | `93.92% <0%> (+0.7%)` | :arrow_up: |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/436?src=pr&el=continue).
   > **Legend** - [Click here to learn 
more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute  (impact)`, `ø = not affected`, `? = missing data`
   > Powered by 
[Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/436?src=pr&el=footer).
 Last update 
[ee0d77a...52e4660](https://codecov.io/gh/apache/qpid-dispatch/pull/436?src=pr&el=lastupdated).
 Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] ganeshmurthy opened a new pull request #436: DISPATCH-1237 - Modified link cleanup code to not release a multicast…

2019-01-06 Thread GitBox
ganeshmurthy opened a new pull request #436: DISPATCH-1237 - Modified link 
cleanup code to not release a multicast…
URL: https://github.com/apache/qpid-dispatch/pull/436
 
 
   …ed peer if there are being delivered to one of more receivers


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Resolved] (QPID-8262) [Broker-J] Release Qpid Broker-J 7.1.0

2019-01-05 Thread Alex Rudyy (JIRA)


 [ 
https://issues.apache.org/jira/browse/QPID-8262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alex Rudyy resolved QPID-8262.
--
Resolution: Fixed

> [Broker-J] Release Qpid Broker-J 7.1.0
> --
>
> Key: QPID-8262
> URL: https://issues.apache.org/jira/browse/QPID-8262
> Project: Qpid
>  Issue Type: Task
>  Components: Broker-J
>Reporter: Alex Rudyy
>Assignee: Alex Rudyy
>Priority: Major
> Fix For: qpid-java-broker-7.1.0
>
>
> Release Qpid Broker-J following instructions provided at 
> [https://cwiki.apache.org/confluence/display/qpid/Releasing+Qpid+Broker-J]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (DISPATCH-1115) Configure Travis to run Dispatch tests agianst the latest Proton release and Proton master branch

2018-12-21 Thread Robbie Gemmell (JIRA)


 [ 
https://issues.apache.org/jira/browse/DISPATCH-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robbie Gemmell updated DISPATCH-1115:
-
Affects Version/s: (was: 1.3.0)
   1.5.0

> Configure Travis to run Dispatch tests agianst the latest Proton release and 
> Proton master branch
> -
>
> Key: DISPATCH-1115
> URL: https://issues.apache.org/jira/browse/DISPATCH-1115
> Project: Qpid Dispatch
>  Issue Type: Task
>  Components: Tools
>Affects Versions: 1.5.0
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
> Fix For: 1.6.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Currently, Dispatch tests running on Travis run only against Proton Master. 
> Make these tests also run against the latest released version of Proton.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Resolved] (DISPATCH-1115) Configure Travis to run Dispatch tests agianst the latest Proton release and Proton master branch

2018-12-21 Thread Robbie Gemmell (JIRA)


 [ 
https://issues.apache.org/jira/browse/DISPATCH-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robbie Gemmell resolved DISPATCH-1115.
--
Resolution: Fixed

> Configure Travis to run Dispatch tests agianst the latest Proton release and 
> Proton master branch
> -
>
> Key: DISPATCH-1115
> URL: https://issues.apache.org/jira/browse/DISPATCH-1115
> Project: Qpid Dispatch
>  Issue Type: Task
>  Components: Tools
>Affects Versions: 1.5.0
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
> Fix For: 1.6.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Currently, Dispatch tests running on Travis run only against Proton Master. 
> Make these tests also run against the latest released version of Proton.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Assigned] (DISPATCH-1115) Configure Travis to run Dispatch tests agianst the latest Proton release and Proton master branch

2018-12-21 Thread Robbie Gemmell (JIRA)


 [ 
https://issues.apache.org/jira/browse/DISPATCH-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robbie Gemmell reassigned DISPATCH-1115:


Assignee: Robbie Gemmell  (was: Ganesh Murthy)

> Configure Travis to run Dispatch tests agianst the latest Proton release and 
> Proton master branch
> -
>
> Key: DISPATCH-1115
> URL: https://issues.apache.org/jira/browse/DISPATCH-1115
> Project: Qpid Dispatch
>  Issue Type: Task
>  Components: Tools
>Affects Versions: 1.5.0
>Reporter: Ganesh Murthy
>Assignee: Robbie Gemmell
>Priority: Major
> Fix For: 1.6.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Currently, Dispatch tests running on Travis run only against Proton Master. 
> Make these tests also run against the latest released version of Proton.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (DISPATCH-1115) Configure Travis to run Dispatch tests agianst the latest Proton release and Proton master branch

2018-12-21 Thread Robbie Gemmell (JIRA)


 [ 
https://issues.apache.org/jira/browse/DISPATCH-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robbie Gemmell updated DISPATCH-1115:
-
Issue Type: Task  (was: Improvement)

> Configure Travis to run Dispatch tests agianst the latest Proton release and 
> Proton master branch
> -
>
> Key: DISPATCH-1115
> URL: https://issues.apache.org/jira/browse/DISPATCH-1115
> Project: Qpid Dispatch
>  Issue Type: Task
>  Components: Tools
>Affects Versions: 1.3.0
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
> Fix For: 1.6.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Currently, Dispatch tests running on Travis run only against Proton Master. 
> Make these tests also run against the latest released version of Proton.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] gemmellr commented on issue #428: DISPATCH-1115: make TravisCI job use a Proton release in addition to master

2018-12-21 Thread GitBox
gemmellr commented on issue #428: DISPATCH-1115: make TravisCI job use a Proton 
release in addition to master
URL: https://github.com/apache/qpid-dispatch/pull/428#issuecomment-449358062
 
 
   Pushed this as it seems to work as desired, if folks have other improvements 
we can add them later.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (DISPATCH-1115) Configure Travis to run Dispatch tests agianst the latest Proton release and Proton master branch

2018-12-21 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16726651#comment-16726651
 ] 

ASF GitHub Bot commented on DISPATCH-1115:
--

gemmellr commented on issue #428: DISPATCH-1115: make TravisCI job use a Proton 
release in addition to master
URL: https://github.com/apache/qpid-dispatch/pull/428#issuecomment-449358062
 
 
   Pushed this as it seems to work as desired, if folks have other improvements 
we can add them later.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Configure Travis to run Dispatch tests agianst the latest Proton release and 
> Proton master branch
> -
>
> Key: DISPATCH-1115
> URL: https://issues.apache.org/jira/browse/DISPATCH-1115
> Project: Qpid Dispatch
>  Issue Type: Improvement
>  Components: Tools
>Affects Versions: 1.3.0
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
> Fix For: 1.6.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Currently, Dispatch tests running on Travis run only against Proton Master. 
> Make these tests also run against the latest released version of Proton.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (DISPATCH-1115) Configure Travis to run Dispatch tests agianst the latest Proton release and Proton master branch

2018-12-21 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16726648#comment-16726648
 ] 

ASF subversion and git services commented on DISPATCH-1115:
---

Commit 181d97b6879e67b1c4b3117e8710e01bd7ee06bf in qpid-dispatch's branch 
refs/heads/master from Robert Gemmell
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=181d97b ]

DISPATCH-1115: have TravisCI build+test against Proton master and a Proton 
release.

- Does a coverage build/test+collection for proton master, regular build/test 
for proton release.

This closes #428


> Configure Travis to run Dispatch tests agianst the latest Proton release and 
> Proton master branch
> -
>
> Key: DISPATCH-1115
> URL: https://issues.apache.org/jira/browse/DISPATCH-1115
> Project: Qpid Dispatch
>  Issue Type: Improvement
>  Components: Tools
>Affects Versions: 1.3.0
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
> Fix For: 1.6.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Currently, Dispatch tests running on Travis run only against Proton Master. 
> Make these tests also run against the latest released version of Proton.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (DISPATCH-1115) Configure Travis to run Dispatch tests agianst the latest Proton release and Proton master branch

2018-12-21 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16726649#comment-16726649
 ] 

ASF GitHub Bot commented on DISPATCH-1115:
--

asfgit closed pull request #428: DISPATCH-1115: make TravisCI job use a Proton 
release in addition to master
URL: https://github.com/apache/qpid-dispatch/pull/428
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/.travis.yml b/.travis.yml
index fc6b8445..43164bd4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,6 +22,9 @@ dist: trusty
 sudo: true
 language: c
 cache: ccache
+env:
+  - PROTON_VERSION=master BUILD_TYPE=Coverage
+  - PROTON_VERSION=0.26.0 BUILD_TYPE=RelWithDebInfo
 
 addons:
   apt:
@@ -47,8 +50,7 @@ addons:
 
 install:
 - PREFIX=$PWD/install
-- git submodule add https://gitbox.apache.org/repos/asf/qpid-proton.git
-- git submodule update --init
+- git clone --depth=10 --branch=$PROTON_VERSION 
https://github.com/apache/qpid-proton.git
 
 # Build and install latest proton from source.
 - mkdir qpid-proton/build
@@ -63,18 +65,17 @@ before_script:
 - source qpid-proton/build/config.sh
 - mkdir build
 - pushd build
-- cmake .. -DCMAKE_INSTALL_PREFIX=$PREFIX -DUSE_VALGRIND=NO 
-DCMAKE_BUILD_TYPE=Coverage
+- cmake .. -DCMAKE_INSTALL_PREFIX=$PREFIX -DUSE_VALGRIND=NO 
-DCMAKE_BUILD_TYPE=${BUILD_TYPE}
 - cmake --build . --target install
 
 script:
 - pushd ../qpid-proton
-- echo $(echo "Current proton checkout:") $(git rev-parse HEAD)
+- echo $(echo "Current proton commit:") $(git rev-parse HEAD) 
"(${PROTON_VERSION})"
 - popd
-- ctest -V && cmake --build . --target coverage
+- ctest -V && if [ "$BUILD_TYPE" = "Coverage" ]; then cmake --build . --target 
coverage; fi
 - popd
 - mvn apache-rat:check
 
 after_success:
 - pushd build
-- bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect 
coverage reports"
-
+- if [ "$BUILD_TYPE" = "Coverage" ]; then bash <(curl -s 
https://codecov.io/bash); fi


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Configure Travis to run Dispatch tests agianst the latest Proton release and 
> Proton master branch
> -
>
> Key: DISPATCH-1115
> URL: https://issues.apache.org/jira/browse/DISPATCH-1115
> Project: Qpid Dispatch
>  Issue Type: Improvement
>  Components: Tools
>Affects Versions: 1.3.0
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
> Fix For: 1.6.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Currently, Dispatch tests running on Travis run only against Proton Master. 
> Make these tests also run against the latest released version of Proton.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] asfgit closed pull request #428: DISPATCH-1115: make TravisCI job use a Proton release in addition to master

2018-12-21 Thread GitBox
asfgit closed pull request #428: DISPATCH-1115: make TravisCI job use a Proton 
release in addition to master
URL: https://github.com/apache/qpid-dispatch/pull/428
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/.travis.yml b/.travis.yml
index fc6b8445..43164bd4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,6 +22,9 @@ dist: trusty
 sudo: true
 language: c
 cache: ccache
+env:
+  - PROTON_VERSION=master BUILD_TYPE=Coverage
+  - PROTON_VERSION=0.26.0 BUILD_TYPE=RelWithDebInfo
 
 addons:
   apt:
@@ -47,8 +50,7 @@ addons:
 
 install:
 - PREFIX=$PWD/install
-- git submodule add https://gitbox.apache.org/repos/asf/qpid-proton.git
-- git submodule update --init
+- git clone --depth=10 --branch=$PROTON_VERSION 
https://github.com/apache/qpid-proton.git
 
 # Build and install latest proton from source.
 - mkdir qpid-proton/build
@@ -63,18 +65,17 @@ before_script:
 - source qpid-proton/build/config.sh
 - mkdir build
 - pushd build
-- cmake .. -DCMAKE_INSTALL_PREFIX=$PREFIX -DUSE_VALGRIND=NO 
-DCMAKE_BUILD_TYPE=Coverage
+- cmake .. -DCMAKE_INSTALL_PREFIX=$PREFIX -DUSE_VALGRIND=NO 
-DCMAKE_BUILD_TYPE=${BUILD_TYPE}
 - cmake --build . --target install
 
 script:
 - pushd ../qpid-proton
-- echo $(echo "Current proton checkout:") $(git rev-parse HEAD)
+- echo $(echo "Current proton commit:") $(git rev-parse HEAD) 
"(${PROTON_VERSION})"
 - popd
-- ctest -V && cmake --build . --target coverage
+- ctest -V && if [ "$BUILD_TYPE" = "Coverage" ]; then cmake --build . --target 
coverage; fi
 - popd
 - mvn apache-rat:check
 
 after_success:
 - pushd build
-- bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect 
coverage reports"
-
+- if [ "$BUILD_TYPE" = "Coverage" ]; then bash <(curl -s 
https://codecov.io/bash); fi


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (DISPATCH-1115) Configure Travis to run Dispatch tests agianst the latest Proton release and Proton master branch

2018-12-20 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16726103#comment-16726103
 ] 

ASF GitHub Bot commented on DISPATCH-1115:
--

gemmellr commented on issue #428: DISPATCH-1115: make TravisCI job use a Proton 
release in addition to master
URL: https://github.com/apache/qpid-dispatch/pull/428#issuecomment-449088645
 
 
   Updated to only do the coverage build and reporting tasks on one of the 
sub-jobs


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Configure Travis to run Dispatch tests agianst the latest Proton release and 
> Proton master branch
> -
>
> Key: DISPATCH-1115
> URL: https://issues.apache.org/jira/browse/DISPATCH-1115
> Project: Qpid Dispatch
>  Issue Type: Improvement
>  Components: Tools
>Affects Versions: 1.3.0
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
> Fix For: 1.6.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Currently, Dispatch tests running on Travis run only against Proton Master. 
> Make these tests also run against the latest released version of Proton.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] gemmellr commented on issue #428: DISPATCH-1115: make TravisCI job use a Proton release in addition to master

2018-12-20 Thread GitBox
gemmellr commented on issue #428: DISPATCH-1115: make TravisCI job use a Proton 
release in addition to master
URL: https://github.com/apache/qpid-dispatch/pull/428#issuecomment-449088645
 
 
   Updated to only do the coverage build and reporting tasks on one of the 
sub-jobs


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (DISPATCH-1115) Configure Travis to run Dispatch tests agianst the latest Proton release and Proton master branch

2018-12-19 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16725191#comment-16725191
 ] 

ASF GitHub Bot commented on DISPATCH-1115:
--

gemmellr commented on issue #428: DISPATCH-1115: make TravisCI job use a Proton 
release in addition to master
URL: https://github.com/apache/qpid-dispatch/pull/428#issuecomment-448672524
 
 
   Ignore this comment (but not the PR), testing integration again.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Configure Travis to run Dispatch tests agianst the latest Proton release and 
> Proton master branch
> -
>
> Key: DISPATCH-1115
> URL: https://issues.apache.org/jira/browse/DISPATCH-1115
> Project: Qpid Dispatch
>  Issue Type: Improvement
>  Components: Tools
>Affects Versions: 1.3.0
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
> Fix For: 1.6.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Currently, Dispatch tests running on Travis run only against Proton Master. 
> Make these tests also run against the latest released version of Proton.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] gemmellr commented on issue #428: DISPATCH-1115: make TravisCI job use a Proton release in addition to master

2018-12-19 Thread GitBox
gemmellr commented on issue #428: DISPATCH-1115: make TravisCI job use a Proton 
release in addition to master
URL: https://github.com/apache/qpid-dispatch/pull/428#issuecomment-448672524
 
 
   Ignore this comment (but not the PR), testing integration again.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] gemmellr commented on issue #428: DISPATCH-1115: make TravisCI job use a Proton release in addition to master

2018-12-19 Thread GitBox
gemmellr commented on issue #428: DISPATCH-1115: make TravisCI job use a Proton 
release in addition to master
URL: https://github.com/apache/qpid-dispatch/pull/428#issuecomment-448666834
 
 
   Ignore this comment (but not the PR), testing integration.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] gemmellr opened a new pull request #428: DISPATCH-1115: make TravisCI job use a Proton release in addition to master

2018-12-19 Thread GitBox
gemmellr opened a new pull request #428: DISPATCH-1115: make TravisCI job use a 
Proton release in addition to master
URL: https://github.com/apache/qpid-dispatch/pull/428
 
 
   There have been various cases that using only Proton master for CI caused 
Dispatch test failures, or lead to Dispatch master only working with proton 
master when this wasn't particularly desired at the time. This can cause wasted 
time when investigating test failures, and complicate release cycles / 
compatibility unnecessarily.
   
   This change swaps to getting Proton from a checkout rather than submodule, 
and makes the proton version an env variable forming a matrix of sub-jobs to 
test different versions, such as master and last release as currently used here.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Assigned] (QPID-8262) [Broker-J] Release Qpid Broker-J 7.1.0

2018-12-19 Thread Alex Rudyy (JIRA)


 [ 
https://issues.apache.org/jira/browse/QPID-8262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alex Rudyy reassigned QPID-8262:


Assignee: Alex Rudyy

> [Broker-J] Release Qpid Broker-J 7.1.0
> --
>
> Key: QPID-8262
> URL: https://issues.apache.org/jira/browse/QPID-8262
> Project: Qpid
>  Issue Type: Task
>  Components: Broker-J
>Reporter: Alex Rudyy
>Assignee: Alex Rudyy
>Priority: Major
> Fix For: qpid-java-broker-7.1.0
>
>
> Release Qpid Broker-J following instructions provided at 
> [https://cwiki.apache.org/confluence/display/qpid/Releasing+Qpid+Broker-J]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (DISPATCH-1115) Configure Travis to run Dispatch tests agianst the latest Proton release and Proton master branch

2018-12-18 Thread Ganesh Murthy (JIRA)


 [ 
https://issues.apache.org/jira/browse/DISPATCH-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ganesh Murthy updated DISPATCH-1115:

Fix Version/s: (was: 1.5.0)
   1.6.0

> Configure Travis to run Dispatch tests agianst the latest Proton release and 
> Proton master branch
> -
>
> Key: DISPATCH-1115
> URL: https://issues.apache.org/jira/browse/DISPATCH-1115
> Project: Qpid Dispatch
>  Issue Type: Improvement
>  Components: Tools
>Affects Versions: 1.3.0
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
> Fix For: 1.6.0
>
>
> Currently, Dispatch tests running on Travis run only against Proton Master. 
> Make these tests also run against the latest released version of Proton.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Resolved] (QPIDIT-125) Release QIT 0.2.0

2018-12-04 Thread Kim van der Riet (JIRA)


 [ 
https://issues.apache.org/jira/browse/QPIDIT-125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kim van der Riet resolved QPIDIT-125.
-
Resolution: Fixed

Released on August 24, 2018.

> Release QIT 0.2.0
> -
>
> Key: QPIDIT-125
> URL: https://issues.apache.org/jira/browse/QPIDIT-125
> Project: Apache QPID Interoperability Test Suite
>  Issue Type: Task
>Reporter: Kim van der Riet
>Assignee: Kim van der Riet
>Priority: Major
> Fix For: 0.2.0
>
>
> Update docs, create branches, tags, etc. for the release of Qpid Interop Test 
> v. 0.2.0



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Created] (QPID-8262) [Broker-J] Release Qpid Broker-J 7.1.0

2018-12-03 Thread Alex Rudyy (JIRA)
Alex Rudyy created QPID-8262:


 Summary: [Broker-J] Release Qpid Broker-J 7.1.0
 Key: QPID-8262
 URL: https://issues.apache.org/jira/browse/QPID-8262
 Project: Qpid
  Issue Type: Task
  Components: Broker-J
Reporter: Alex Rudyy
 Fix For: qpid-java-broker-7.1.0


Release Qpid Broker-J following instructions provided at 
[https://cwiki.apache.org/confluence/display/qpid/Releasing+Qpid+Broker-J]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1944) 0.27.0 release tasks

2018-11-02 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/PROTON-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16673653#comment-16673653
 ] 

ASF subversion and git services commented on PROTON-1944:
-

Commit 5b5927de939c83162b543801532c61fdb0434826 in qpid-proton's branch 
refs/heads/go1 from [~gemmellr]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=5b5927d ]

PROTON-1926, PROTON-1944: restore versions for 0.26.0-rc2

This reverts commit 1b554aad70452d6501cb3e13a6c10186d14e9dc9.


> 0.27.0 release tasks
> 
>
> Key: PROTON-1944
> URL: https://issues.apache.org/jira/browse/PROTON-1944
> Project: Qpid Proton
>  Issue Type: Task
>  Components: proton-c, release
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Major
> Fix For: proton-c-0.27.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1926) 0.26.0 release tasks

2018-11-02 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/PROTON-1926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16673647#comment-16673647
 ] 

ASF subversion and git services commented on PROTON-1926:
-

Commit fd518f29b532c4e692ca7684b0917234e4bfff1d in qpid-proton's branch 
refs/heads/go1 from [~gemmellr]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=fd518f2 ]

PROTON-1926: update versions for 0.26.0-rc1


> 0.26.0 release tasks
> 
>
> Key: PROTON-1926
> URL: https://issues.apache.org/jira/browse/PROTON-1926
> Project: Qpid Proton
>  Issue Type: Task
>  Components: proton-c, release
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Major
> Fix For: proton-c-0.26.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1926) 0.26.0 release tasks

2018-11-02 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/PROTON-1926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16673652#comment-16673652
 ] 

ASF subversion and git services commented on PROTON-1926:
-

Commit 5b5927de939c83162b543801532c61fdb0434826 in qpid-proton's branch 
refs/heads/go1 from [~gemmellr]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=5b5927d ]

PROTON-1926, PROTON-1944: restore versions for 0.26.0-rc2

This reverts commit 1b554aad70452d6501cb3e13a6c10186d14e9dc9.


> 0.26.0 release tasks
> 
>
> Key: PROTON-1926
> URL: https://issues.apache.org/jira/browse/PROTON-1926
> Project: Qpid Proton
>  Issue Type: Task
>  Components: proton-c, release
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Major
> Fix For: proton-c-0.26.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1944) 0.27.0 release tasks

2018-11-02 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/PROTON-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16673648#comment-16673648
 ] 

ASF subversion and git services commented on PROTON-1944:
-

Commit 1b554aad70452d6501cb3e13a6c10186d14e9dc9 in qpid-proton's branch 
refs/heads/go1 from [~gemmellr]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=1b554aa ]

PROTON-1944, PROTON-1926: update versions for 0.27.0-SNAPSHOT


> 0.27.0 release tasks
> 
>
> Key: PROTON-1944
> URL: https://issues.apache.org/jira/browse/PROTON-1944
> Project: Qpid Proton
>  Issue Type: Task
>  Components: proton-c, release
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Major
> Fix For: proton-c-0.27.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1926) 0.26.0 release tasks

2018-11-02 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/PROTON-1926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16673649#comment-16673649
 ] 

ASF subversion and git services commented on PROTON-1926:
-

Commit 1b554aad70452d6501cb3e13a6c10186d14e9dc9 in qpid-proton's branch 
refs/heads/go1 from [~gemmellr]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=1b554aa ]

PROTON-1944, PROTON-1926: update versions for 0.27.0-SNAPSHOT


> 0.26.0 release tasks
> 
>
> Key: PROTON-1926
> URL: https://issues.apache.org/jira/browse/PROTON-1926
> Project: Qpid Proton
>  Issue Type: Task
>  Components: proton-c, release
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Major
> Fix For: proton-c-0.26.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-8250) Qpid C++ 1.39.0 release tasks

2018-10-26 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/QPID-8250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16665788#comment-16665788
 ] 

ASF subversion and git services commented on QPID-8250:
---

Commit 23040b4ec9d577f9f8e9058f1b6ce1b9fd135a08 in qpid-cpp's branch 
refs/heads/master from [~jr...@redhat.com]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-cpp.git;h=23040b4 ]

QPID-8250: Update versions for the next release and regen the man pages


> Qpid C++ 1.39.0 release tasks
> -
>
> Key: QPID-8250
> URL: https://issues.apache.org/jira/browse/QPID-8250
> Project: Qpid
>  Issue Type: Task
>  Components: C++ Broker, C++ Client
>Reporter: Justin Ross
>Assignee: Justin Ross
>Priority: Major
> Fix For: qpid-cpp-1.39.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-8250) Qpid C++ 1.39.0 release tasks

2018-10-22 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/QPID-8250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16658942#comment-16658942
 ] 

ASF subversion and git services commented on QPID-8250:
---

Commit 936183a80990e2c02089bfa9ee563d94213e9909 in qpid-cpp's branch 
refs/heads/master from [~jr...@redhat.com]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-cpp.git;h=936183a ]

QPID-8250: Back to the snapshot version


> Qpid C++ 1.39.0 release tasks
> -
>
> Key: QPID-8250
> URL: https://issues.apache.org/jira/browse/QPID-8250
> Project: Qpid
>  Issue Type: Task
>  Components: C++ Broker, C++ Client
>Reporter: Justin Ross
>Assignee: Justin Ross
>Priority: Major
> Fix For: qpid-cpp-1.39.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-8250) Qpid C++ 1.39.0 release tasks

2018-10-22 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/QPID-8250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16658939#comment-16658939
 ] 

ASF subversion and git services commented on QPID-8250:
---

Commit 0f5d21861f6935ed2e4eb6e21f1d3cef19e22aa5 in qpid-cpp's branch 
refs/heads/master from [~jr...@redhat.com]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-cpp.git;h=0f5d218 ]

QPID-8250: Update versions for 1.39.0-rc1


> Qpid C++ 1.39.0 release tasks
> -
>
> Key: QPID-8250
> URL: https://issues.apache.org/jira/browse/QPID-8250
> Project: Qpid
>  Issue Type: Task
>  Components: C++ Broker, C++ Client
>Reporter: Justin Ross
>Assignee: Justin Ross
>Priority: Major
> Fix For: qpid-cpp-1.39.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (QPID-8250) Qpid C++ 1.39.0 release tasks

2018-10-21 Thread Justin Ross (JIRA)


 [ 
https://issues.apache.org/jira/browse/QPID-8250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Ross updated QPID-8250:
--
Fix Version/s: (was: qpid-cpp-1.38.0)
   qpid-cpp-1.39.0

> Qpid C++ 1.39.0 release tasks
> -
>
> Key: QPID-8250
> URL: https://issues.apache.org/jira/browse/QPID-8250
> Project: Qpid
>  Issue Type: Task
>  Components: C++ Broker, C++ Client
>Reporter: Justin Ross
>Assignee: Justin Ross
>Priority: Major
> Fix For: qpid-cpp-1.39.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Created] (QPID-8250) Qpid C++ 1.39.0 release tasks

2018-10-21 Thread Justin Ross (JIRA)
Justin Ross created QPID-8250:
-

 Summary: Qpid C++ 1.39.0 release tasks
 Key: QPID-8250
 URL: https://issues.apache.org/jira/browse/QPID-8250
 Project: Qpid
  Issue Type: Task
  Components: C++ Broker, C++ Client
Reporter: Justin Ross
Assignee: Justin Ross
 Fix For: qpid-cpp-1.38.0






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Closed] (PROTON-1926) 0.26.0 release tasks

2018-10-08 Thread Robbie Gemmell (JIRA)


 [ 
https://issues.apache.org/jira/browse/PROTON-1926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robbie Gemmell closed PROTON-1926.
--

> 0.26.0 release tasks
> 
>
> Key: PROTON-1926
> URL: https://issues.apache.org/jira/browse/PROTON-1926
> Project: Qpid Proton
>  Issue Type: Task
>  Components: proton-c, release
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Major
> Fix For: proton-c-0.26.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Resolved] (PROTON-1926) 0.26.0 release tasks

2018-10-08 Thread Robbie Gemmell (JIRA)


 [ 
https://issues.apache.org/jira/browse/PROTON-1926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robbie Gemmell resolved PROTON-1926.

Resolution: Done

> 0.26.0 release tasks
> 
>
> Key: PROTON-1926
> URL: https://issues.apache.org/jira/browse/PROTON-1926
> Project: Qpid Proton
>  Issue Type: Task
>  Components: proton-c, release
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Major
> Fix For: proton-c-0.26.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (DISPATCH-1115) Configure Travis to run Dispatch tests agianst the latest Proton release and Proton master branch

2018-10-05 Thread Ganesh Murthy (JIRA)


 [ 
https://issues.apache.org/jira/browse/DISPATCH-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ganesh Murthy updated DISPATCH-1115:

Fix Version/s: (was: 1.4.0)
   1.5.0

> Configure Travis to run Dispatch tests agianst the latest Proton release and 
> Proton master branch
> -
>
> Key: DISPATCH-1115
> URL: https://issues.apache.org/jira/browse/DISPATCH-1115
> Project: Qpid Dispatch
>  Issue Type: Improvement
>  Components: Tools
>Affects Versions: 1.3.0
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
> Fix For: 1.5.0
>
>
> Currently, Dispatch tests running on Travis run only against Proton Master. 
> Make these tests also run against the latest released version of Proton.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1926) 0.26.0 release tasks

2018-10-04 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/PROTON-1926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638109#comment-16638109
 ] 

ASF subversion and git services commented on PROTON-1926:
-

Commit e769f784ee9752148f36fc8c5cc59ee06850de27 in qpid-proton's branch 
refs/heads/master from [~gemmellr]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=e769f78 ]

PROTON-1944, PROTON-1926: update versions for 0.27.0-SNAPSHOT


> 0.26.0 release tasks
> 
>
> Key: PROTON-1926
> URL: https://issues.apache.org/jira/browse/PROTON-1926
> Project: Qpid Proton
>  Issue Type: Task
>  Components: proton-c, release
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Major
> Fix For: proton-c-0.26.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1926) 0.26.0 release tasks

2018-10-04 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/PROTON-1926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638106#comment-16638106
 ] 

ASF subversion and git services commented on PROTON-1926:
-

Commit 5b5927de939c83162b543801532c61fdb0434826 in qpid-proton's branch 
refs/heads/master from [~gemmellr]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=5b5927d ]

PROTON-1926, PROTON-1944: restore versions for 0.26.0-rc2

This reverts commit 1b554aad70452d6501cb3e13a6c10186d14e9dc9.


> 0.26.0 release tasks
> 
>
> Key: PROTON-1926
> URL: https://issues.apache.org/jira/browse/PROTON-1926
> Project: Qpid Proton
>  Issue Type: Task
>  Components: proton-c, release
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Major
> Fix For: proton-c-0.26.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1944) 0.27.0 release tasks

2018-10-04 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/PROTON-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638108#comment-16638108
 ] 

ASF subversion and git services commented on PROTON-1944:
-

Commit e769f784ee9752148f36fc8c5cc59ee06850de27 in qpid-proton's branch 
refs/heads/master from [~gemmellr]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=e769f78 ]

PROTON-1944, PROTON-1926: update versions for 0.27.0-SNAPSHOT


> 0.27.0 release tasks
> 
>
> Key: PROTON-1944
> URL: https://issues.apache.org/jira/browse/PROTON-1944
> Project: Qpid Proton
>  Issue Type: Task
>  Components: proton-c, release
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Major
> Fix For: proton-c-0.27.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1944) 0.27.0 release tasks

2018-10-04 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/PROTON-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638107#comment-16638107
 ] 

ASF subversion and git services commented on PROTON-1944:
-

Commit 5b5927de939c83162b543801532c61fdb0434826 in qpid-proton's branch 
refs/heads/master from [~gemmellr]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=5b5927d ]

PROTON-1926, PROTON-1944: restore versions for 0.26.0-rc2

This reverts commit 1b554aad70452d6501cb3e13a6c10186d14e9dc9.


> 0.27.0 release tasks
> 
>
> Key: PROTON-1944
> URL: https://issues.apache.org/jira/browse/PROTON-1944
> Project: Qpid Proton
>  Issue Type: Task
>  Components: proton-c, release
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Major
> Fix For: proton-c-0.27.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (PROTON-1944) 0.27.0 release tasks

2018-10-01 Thread Robbie Gemmell (JIRA)


 [ 
https://issues.apache.org/jira/browse/PROTON-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robbie Gemmell updated PROTON-1944:
---
Fix Version/s: (was: proton-c-0.26.0)
   proton-c-0.27.0

> 0.27.0 release tasks
> 
>
> Key: PROTON-1944
> URL: https://issues.apache.org/jira/browse/PROTON-1944
> Project: Qpid Proton
>  Issue Type: Task
>  Components: proton-c, release
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Major
> Fix For: proton-c-0.27.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1926) 0.26.0 release tasks

2018-10-01 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/PROTON-1926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16634031#comment-16634031
 ] 

ASF subversion and git services commented on PROTON-1926:
-

Commit 1b554aad70452d6501cb3e13a6c10186d14e9dc9 in qpid-proton's branch 
refs/heads/master from [~gemmellr]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=1b554aa ]

PROTON-1944, PROTON-1926: update versions for 0.27.0-SNAPSHOT


> 0.26.0 release tasks
> 
>
> Key: PROTON-1926
> URL: https://issues.apache.org/jira/browse/PROTON-1926
> Project: Qpid Proton
>  Issue Type: Task
>  Components: proton-c, release
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Major
> Fix For: proton-c-0.26.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1944) 0.27.0 release tasks

2018-10-01 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/PROTON-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16634030#comment-16634030
 ] 

ASF subversion and git services commented on PROTON-1944:
-

Commit 1b554aad70452d6501cb3e13a6c10186d14e9dc9 in qpid-proton's branch 
refs/heads/master from [~gemmellr]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=1b554aa ]

PROTON-1944, PROTON-1926: update versions for 0.27.0-SNAPSHOT


> 0.27.0 release tasks
> 
>
> Key: PROTON-1944
> URL: https://issues.apache.org/jira/browse/PROTON-1944
> Project: Qpid Proton
>  Issue Type: Task
>  Components: proton-c, release
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Major
> Fix For: proton-c-0.26.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1926) 0.26.0 release tasks

2018-10-01 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/PROTON-1926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16634029#comment-16634029
 ] 

ASF subversion and git services commented on PROTON-1926:
-

Commit fd518f29b532c4e692ca7684b0917234e4bfff1d in qpid-proton's branch 
refs/heads/master from [~gemmellr]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=fd518f2 ]

PROTON-1926: update versions for 0.26.0-rc1


> 0.26.0 release tasks
> 
>
> Key: PROTON-1926
> URL: https://issues.apache.org/jira/browse/PROTON-1926
> Project: Qpid Proton
>  Issue Type: Task
>  Components: proton-c, release
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Major
> Fix For: proton-c-0.26.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Created] (PROTON-1944) 0.27.0 release tasks

2018-10-01 Thread Robbie Gemmell (JIRA)
Robbie Gemmell created PROTON-1944:
--

 Summary: 0.27.0 release tasks
 Key: PROTON-1944
 URL: https://issues.apache.org/jira/browse/PROTON-1944
 Project: Qpid Proton
  Issue Type: Task
  Components: proton-c, release
Reporter: Robbie Gemmell
Assignee: Robbie Gemmell
 Fix For: proton-c-0.26.0






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1926) 0.26.0 release tasks

2018-10-01 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/PROTON-1926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16633860#comment-16633860
 ] 

ASF subversion and git services commented on PROTON-1926:
-

Commit 2149ad68ae1ba3db09ba70b96a4bb4d9991f5ddc in qpid-proton's branch 
refs/heads/master from [~gemmellr]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=2149ad6 ]

PROTON-1926: bump so versions based on review by Justin, Andrew, Alan, and 
Cliff.


> 0.26.0 release tasks
> 
>
> Key: PROTON-1926
> URL: https://issues.apache.org/jira/browse/PROTON-1926
> Project: Qpid Proton
>  Issue Type: Task
>  Components: proton-c, release
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Major
> Fix For: proton-c-0.26.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (DISPATCH-1090) Transfer/Disposition(state=release) loop forms when application disconnects abruptly from brokered queue until link credit is exhausted.

2018-09-10 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16609587#comment-16609587
 ] 

ASF subversion and git services commented on DISPATCH-1090:
---

Commit 03ba19e6534a7779970c59c4c9fb2f9ee6e3a2c8 in qpid-dispatch's branch 
refs/heads/master from [~ganeshmurthy]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=03ba19e ]

DISPATCH-1090 - Augmented drain test to reopen receiver and making sure the 
drained sender was re-issued credit this being  able to send to the receiver


> Transfer/Disposition(state=release) loop forms when application disconnects 
> abruptly from brokered queue until link credit is exhausted.
> 
>
> Key: DISPATCH-1090
> URL: https://issues.apache.org/jira/browse/DISPATCH-1090
> Project: Qpid Dispatch
>  Issue Type: Bug
> Environment: Version  1.3.0-SNAPSHOT
>  (30ff7ff1d54b8f280b36f76dc8c340cb4c88567b)
>Reporter: Keith Wall
>Assignee: Ganesh Murthy
>Priority: Major
> Fix For: 1.4.0
>
> Attachments: DISPATCH-1090_dispatch_server.log
>
>
> I have configured a single Dispatch Router instance to route messages through 
> a broker queue (i.e. following section 7.2.5 of the 
> [docs|https://qpid.apache.org/releases/qpid-dispatch-1.2.0/user-guide/index.html#routing-messages-through-broker]).
> The application does the following:
> # Forms a sending links to the queue, sends a single message then disconnects.
> # Forms a receiving link to the same queue, receives the message without 
> settling then abruptly terminates the program.
> Inspecting the protocol trace, I see that after the Dispatch Router has sent 
> a {{Disposition state=modified}} for the message that was held by the 
> application when it terminated, a {{Transfer}}/{{Disposition state=release}} 
> loop forms between the Dispatch Router and Broker until the link credit is 
> exhausted.  
> Protocol trace attached to this issue demonstrates the problem.
> Dispatch Router was configured by the following commands:
> {noformat}
> qdmanage create --type org.apache.qpid.dispatch.connector host=oslo.local 
> port=5672 name=artemis-broker role=route-container
> qdmanage create --type org.apache.qpid.dispatch.router.config.autoLink 
> addr=queue direction=in connection=artemis-broker
> qdmanage create --type org.apache.qpid.dispatch.router.config.autoLink 
> addr=queue direction=out connection=artemis-broker
> qdmanage create --type=org.apache.qpid.dispatch.router.config.address 
> pattern=queue waypoint=true
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (DISPATCH-1090) Transfer/Disposition(state=release) loop forms when application disconnects abruptly from brokered queue until link credit is exhausted.

2018-09-10 Thread Robbie Gemmell (JIRA)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16609311#comment-16609311
 ] 

Robbie Gemmell commented on DISPATCH-1090:
--

I may be misunderstanding, I don't know the router code, but reading the test 
it seems like the change operates only after a message arrives that is 
undeliverable? That could prevent a release->send loop forming until the credit 
is used in some cases, but it seems like in others it wouldn't be as effective 
as it could be?

There is obviously a race here in that even if the drain were performed 
immediately when the last receiver went away the sender might already have put 
lots of messages in flight using credit it had. However it seems a little odd 
potentially leaving the sender with that credit for an unknown amount of time 
until they use it to send something. In that regard, its just as likely a large 
number of small messages could end up being sent later if they become available 
at the sender and end up being sent+released.

One complication might be address-specific links vs anonymous sender links, 
though it isn't clear to me whether they are handled any different (again, 
don't know the router code). In some ways makes sense, stops them sending lots 
to the address, but in other ways could be questionable as the anonymous link 
then cant sent to other addresses either.

In any case, I'd perhaps say the tests could do with expanding to ensure credit 
is restored at the appropriate time and in the expected amount. Another useful 
case to test might be when a new receiver becomes available before the sender 
has completed draining after the original receivers went away. Distinct drain 
attempts cant really be correlated without allowing them to complete before 
then flowing more credit or attempting another drain, and failing to account 
for that might leave you thinking a link has credit when it doesnt.

> Transfer/Disposition(state=release) loop forms when application disconnects 
> abruptly from brokered queue until link credit is exhausted.
> 
>
> Key: DISPATCH-1090
> URL: https://issues.apache.org/jira/browse/DISPATCH-1090
> Project: Qpid Dispatch
>  Issue Type: Bug
> Environment: Version  1.3.0-SNAPSHOT
>  (30ff7ff1d54b8f280b36f76dc8c340cb4c88567b)
>Reporter: Keith Wall
>Assignee: Ganesh Murthy
>Priority: Major
> Fix For: 1.4.0
>
> Attachments: DISPATCH-1090_dispatch_server.log
>
>
> I have configured a single Dispatch Router instance to route messages through 
> a broker queue (i.e. following section 7.2.5 of the 
> [docs|https://qpid.apache.org/releases/qpid-dispatch-1.2.0/user-guide/index.html#routing-messages-through-broker]).
> The application does the following:
> # Forms a sending links to the queue, sends a single message then disconnects.
> # Forms a receiving link to the same queue, receives the message without 
> settling then abruptly terminates the program.
> Inspecting the protocol trace, I see that after the Dispatch Router has sent 
> a {{Disposition state=modified}} for the message that was held by the 
> application when it terminated, a {{Transfer}}/{{Disposition state=release}} 
> loop forms between the Dispatch Router and Broker until the link credit is 
> exhausted.  
> Protocol trace attached to this issue demonstrates the problem.
> Dispatch Router was configured by the following commands:
> {noformat}
> qdmanage create --type org.apache.qpid.dispatch.connector host=oslo.local 
> port=5672 name=artemis-broker role=route-container
> qdmanage create --type org.apache.qpid.dispatch.router.config.autoLink 
> addr=queue direction=in connection=artemis-broker
> qdmanage create --type org.apache.qpid.dispatch.router.config.autoLink 
> addr=queue direction=out connection=artemis-broker
> qdmanage create --type=org.apache.qpid.dispatch.router.config.address 
> pattern=queue waypoint=true
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Resolved] (DISPATCH-1090) Transfer/Disposition(state=release) loop forms when application disconnects abruptly from brokered queue until link credit is exhausted.

2018-09-10 Thread Ganesh Murthy (JIRA)


 [ 
https://issues.apache.org/jira/browse/DISPATCH-1090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ganesh Murthy resolved DISPATCH-1090.
-
   Resolution: Fixed
Fix Version/s: (was: Backlog)
   1.4.0

> Transfer/Disposition(state=release) loop forms when application disconnects 
> abruptly from brokered queue until link credit is exhausted.
> 
>
> Key: DISPATCH-1090
> URL: https://issues.apache.org/jira/browse/DISPATCH-1090
> Project: Qpid Dispatch
>  Issue Type: Bug
> Environment: Version  1.3.0-SNAPSHOT
>  (30ff7ff1d54b8f280b36f76dc8c340cb4c88567b)
>Reporter: Keith Wall
>Assignee: Ganesh Murthy
>Priority: Major
> Fix For: 1.4.0
>
> Attachments: DISPATCH-1090_dispatch_server.log
>
>
> I have configured a single Dispatch Router instance to route messages through 
> a broker queue (i.e. following section 7.2.5 of the 
> [docs|https://qpid.apache.org/releases/qpid-dispatch-1.2.0/user-guide/index.html#routing-messages-through-broker]).
> The application does the following:
> # Forms a sending links to the queue, sends a single message then disconnects.
> # Forms a receiving link to the same queue, receives the message without 
> settling then abruptly terminates the program.
> Inspecting the protocol trace, I see that after the Dispatch Router has sent 
> a {{Disposition state=modified}} for the message that was held by the 
> application when it terminated, a {{Transfer}}/{{Disposition state=release}} 
> loop forms between the Dispatch Router and Broker until the link credit is 
> exhausted.  
> Protocol trace attached to this issue demonstrates the problem.
> Dispatch Router was configured by the following commands:
> {noformat}
> qdmanage create --type org.apache.qpid.dispatch.connector host=oslo.local 
> port=5672 name=artemis-broker role=route-container
> qdmanage create --type org.apache.qpid.dispatch.router.config.autoLink 
> addr=queue direction=in connection=artemis-broker
> qdmanage create --type org.apache.qpid.dispatch.router.config.autoLink 
> addr=queue direction=out connection=artemis-broker
> qdmanage create --type=org.apache.qpid.dispatch.router.config.address 
> pattern=queue waypoint=true
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (DISPATCH-1090) Transfer/Disposition(state=release) loop forms when application disconnects abruptly from brokered queue until link credit is exhausted.

2018-09-10 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16609229#comment-16609229
 ] 

ASF subversion and git services commented on DISPATCH-1090:
---

Commit 0a8d4328580f805d490be32d7b8af7cbcc0e4d64 in qpid-dispatch's branch 
refs/heads/master from [~ganeshmurthy]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=0a8d432 ]

DISPATCH-1090 - Drain excess credit if there are no receivers. This closes #371.


> Transfer/Disposition(state=release) loop forms when application disconnects 
> abruptly from brokered queue until link credit is exhausted.
> 
>
> Key: DISPATCH-1090
> URL: https://issues.apache.org/jira/browse/DISPATCH-1090
> Project: Qpid Dispatch
>  Issue Type: Bug
> Environment: Version  1.3.0-SNAPSHOT
>  (30ff7ff1d54b8f280b36f76dc8c340cb4c88567b)
>Reporter: Keith Wall
>Assignee: Ganesh Murthy
>Priority: Major
> Fix For: Backlog
>
> Attachments: DISPATCH-1090_dispatch_server.log
>
>
> I have configured a single Dispatch Router instance to route messages through 
> a broker queue (i.e. following section 7.2.5 of the 
> [docs|https://qpid.apache.org/releases/qpid-dispatch-1.2.0/user-guide/index.html#routing-messages-through-broker]).
> The application does the following:
> # Forms a sending links to the queue, sends a single message then disconnects.
> # Forms a receiving link to the same queue, receives the message without 
> settling then abruptly terminates the program.
> Inspecting the protocol trace, I see that after the Dispatch Router has sent 
> a {{Disposition state=modified}} for the message that was held by the 
> application when it terminated, a {{Transfer}}/{{Disposition state=release}} 
> loop forms between the Dispatch Router and Broker until the link credit is 
> exhausted.  
> Protocol trace attached to this issue demonstrates the problem.
> Dispatch Router was configured by the following commands:
> {noformat}
> qdmanage create --type org.apache.qpid.dispatch.connector host=oslo.local 
> port=5672 name=artemis-broker role=route-container
> qdmanage create --type org.apache.qpid.dispatch.router.config.autoLink 
> addr=queue direction=in connection=artemis-broker
> qdmanage create --type org.apache.qpid.dispatch.router.config.autoLink 
> addr=queue direction=out connection=artemis-broker
> qdmanage create --type=org.apache.qpid.dispatch.router.config.address 
> pattern=queue waypoint=true
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (DISPATCH-1090) Transfer/Disposition(state=release) loop forms when application disconnects abruptly from brokered queue until link credit is exhausted.

2018-09-10 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16609230#comment-16609230
 ] 

ASF GitHub Bot commented on DISPATCH-1090:
--

Github user asfgit closed the pull request at:

https://github.com/apache/qpid-dispatch/pull/371


> Transfer/Disposition(state=release) loop forms when application disconnects 
> abruptly from brokered queue until link credit is exhausted.
> 
>
> Key: DISPATCH-1090
> URL: https://issues.apache.org/jira/browse/DISPATCH-1090
> Project: Qpid Dispatch
>  Issue Type: Bug
> Environment: Version  1.3.0-SNAPSHOT
>  (30ff7ff1d54b8f280b36f76dc8c340cb4c88567b)
>Reporter: Keith Wall
>Assignee: Ganesh Murthy
>Priority: Major
> Fix For: Backlog
>
> Attachments: DISPATCH-1090_dispatch_server.log
>
>
> I have configured a single Dispatch Router instance to route messages through 
> a broker queue (i.e. following section 7.2.5 of the 
> [docs|https://qpid.apache.org/releases/qpid-dispatch-1.2.0/user-guide/index.html#routing-messages-through-broker]).
> The application does the following:
> # Forms a sending links to the queue, sends a single message then disconnects.
> # Forms a receiving link to the same queue, receives the message without 
> settling then abruptly terminates the program.
> Inspecting the protocol trace, I see that after the Dispatch Router has sent 
> a {{Disposition state=modified}} for the message that was held by the 
> application when it terminated, a {{Transfer}}/{{Disposition state=release}} 
> loop forms between the Dispatch Router and Broker until the link credit is 
> exhausted.  
> Protocol trace attached to this issue demonstrates the problem.
> Dispatch Router was configured by the following commands:
> {noformat}
> qdmanage create --type org.apache.qpid.dispatch.connector host=oslo.local 
> port=5672 name=artemis-broker role=route-container
> qdmanage create --type org.apache.qpid.dispatch.router.config.autoLink 
> addr=queue direction=in connection=artemis-broker
> qdmanage create --type org.apache.qpid.dispatch.router.config.autoLink 
> addr=queue direction=out connection=artemis-broker
> qdmanage create --type=org.apache.qpid.dispatch.router.config.address 
> pattern=queue waypoint=true
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (DISPATCH-1090) Transfer/Disposition(state=release) loop forms when application disconnects abruptly from brokered queue until link credit is exhausted.

2018-09-10 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16609217#comment-16609217
 ] 

ASF GitHub Bot commented on DISPATCH-1090:
--

Github user ganeshmurthy commented on the issue:

https://github.com/apache/qpid-dispatch/pull/371
  
Fixed "Draim" to "Drain". Thanks for testing.


> Transfer/Disposition(state=release) loop forms when application disconnects 
> abruptly from brokered queue until link credit is exhausted.
> 
>
> Key: DISPATCH-1090
> URL: https://issues.apache.org/jira/browse/DISPATCH-1090
> Project: Qpid Dispatch
>  Issue Type: Bug
> Environment: Version  1.3.0-SNAPSHOT
>  (30ff7ff1d54b8f280b36f76dc8c340cb4c88567b)
>Reporter: Keith Wall
>Assignee: Ganesh Murthy
>Priority: Major
> Fix For: Backlog
>
> Attachments: DISPATCH-1090_dispatch_server.log
>
>
> I have configured a single Dispatch Router instance to route messages through 
> a broker queue (i.e. following section 7.2.5 of the 
> [docs|https://qpid.apache.org/releases/qpid-dispatch-1.2.0/user-guide/index.html#routing-messages-through-broker]).
> The application does the following:
> # Forms a sending links to the queue, sends a single message then disconnects.
> # Forms a receiving link to the same queue, receives the message without 
> settling then abruptly terminates the program.
> Inspecting the protocol trace, I see that after the Dispatch Router has sent 
> a {{Disposition state=modified}} for the message that was held by the 
> application when it terminated, a {{Transfer}}/{{Disposition state=release}} 
> loop forms between the Dispatch Router and Broker until the link credit is 
> exhausted.  
> Protocol trace attached to this issue demonstrates the problem.
> Dispatch Router was configured by the following commands:
> {noformat}
> qdmanage create --type org.apache.qpid.dispatch.connector host=oslo.local 
> port=5672 name=artemis-broker role=route-container
> qdmanage create --type org.apache.qpid.dispatch.router.config.autoLink 
> addr=queue direction=in connection=artemis-broker
> qdmanage create --type org.apache.qpid.dispatch.router.config.autoLink 
> addr=queue direction=out connection=artemis-broker
> qdmanage create --type=org.apache.qpid.dispatch.router.config.address 
> pattern=queue waypoint=true
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (DISPATCH-1090) Transfer/Disposition(state=release) loop forms when application disconnects abruptly from brokered queue until link credit is exhausted.

2018-09-10 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16608843#comment-16608843
 ] 

ASF GitHub Bot commented on DISPATCH-1090:
--

Github user k-wall commented on the issue:

https://github.com/apache/qpid-dispatch/pull/371
  
I manually tested the patch 
https://github.com/apache/qpid-dispatch/pull/371 against Artemis 2.6.2, 
Broker-J 7.0.6 and CPP Broker (master).  The new behaviour looks good to me.

btw. There's a typo in the commit message "Draim" rather than "Drain".


> Transfer/Disposition(state=release) loop forms when application disconnects 
> abruptly from brokered queue until link credit is exhausted.
> 
>
> Key: DISPATCH-1090
> URL: https://issues.apache.org/jira/browse/DISPATCH-1090
> Project: Qpid Dispatch
>  Issue Type: Bug
> Environment: Version  1.3.0-SNAPSHOT
>  (30ff7ff1d54b8f280b36f76dc8c340cb4c88567b)
>Reporter: Keith Wall
>Assignee: Ganesh Murthy
>Priority: Major
> Fix For: Backlog
>
> Attachments: DISPATCH-1090_dispatch_server.log
>
>
> I have configured a single Dispatch Router instance to route messages through 
> a broker queue (i.e. following section 7.2.5 of the 
> [docs|https://qpid.apache.org/releases/qpid-dispatch-1.2.0/user-guide/index.html#routing-messages-through-broker]).
> The application does the following:
> # Forms a sending links to the queue, sends a single message then disconnects.
> # Forms a receiving link to the same queue, receives the message without 
> settling then abruptly terminates the program.
> Inspecting the protocol trace, I see that after the Dispatch Router has sent 
> a {{Disposition state=modified}} for the message that was held by the 
> application when it terminated, a {{Transfer}}/{{Disposition state=release}} 
> loop forms between the Dispatch Router and Broker until the link credit is 
> exhausted.  
> Protocol trace attached to this issue demonstrates the problem.
> Dispatch Router was configured by the following commands:
> {noformat}
> qdmanage create --type org.apache.qpid.dispatch.connector host=oslo.local 
> port=5672 name=artemis-broker role=route-container
> qdmanage create --type org.apache.qpid.dispatch.router.config.autoLink 
> addr=queue direction=in connection=artemis-broker
> qdmanage create --type org.apache.qpid.dispatch.router.config.autoLink 
> addr=queue direction=out connection=artemis-broker
> qdmanage create --type=org.apache.qpid.dispatch.router.config.address 
> pattern=queue waypoint=true
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPIDIT-125) Release QIT 0.2.0

2018-09-07 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/QPIDIT-125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16607297#comment-16607297
 ] 

ASF subversion and git services commented on QPIDIT-125:


Commit c4f920753ca489859680246eb773a8a74b353488 in qpid-interop-test's branch 
refs/heads/0.2.x from [~kpvdr]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-interop-test.git;h=c4f9207 ]

QPIDIT-125: Minor updates to QUICKSTART.md


> Release QIT 0.2.0
> -
>
> Key: QPIDIT-125
> URL: https://issues.apache.org/jira/browse/QPIDIT-125
> Project: Apache QPID Interoperability Test Suite
>  Issue Type: Task
>Reporter: Kim van der Riet
>Assignee: Kim van der Riet
>Priority: Major
> Fix For: 0.2.0
>
>
> Update docs, create branches, tags, etc. for the release of Qpid Interop Test 
> v. 0.2.0



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPIDIT-125) Release QIT 0.2.0

2018-09-07 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/QPIDIT-125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16607299#comment-16607299
 ] 

ASF subversion and git services commented on QPIDIT-125:


Commit 335c4832a728cb5a407e7ddc1a792532a4d6e5cc in qpid-interop-test's branch 
refs/heads/0.2.x from [~kpvdr]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-interop-test.git;h=335c483 ]

QPIDIT-125: Further nulls discovered in test data removed


> Release QIT 0.2.0
> -
>
> Key: QPIDIT-125
> URL: https://issues.apache.org/jira/browse/QPIDIT-125
> Project: Apache QPID Interoperability Test Suite
>  Issue Type: Task
>Reporter: Kim van der Riet
>Assignee: Kim van der Riet
>Priority: Major
> Fix For: 0.2.0
>
>
> Update docs, create branches, tags, etc. for the release of Qpid Interop Test 
> v. 0.2.0



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPIDIT-125) Release QIT 0.2.0

2018-09-07 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/QPIDIT-125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16607302#comment-16607302
 ] 

ASF subversion and git services commented on QPIDIT-125:


Commit b4c42f2fe3b0cca66735de05bb33537ad179e411 in qpid-interop-test's branch 
refs/heads/0.2.x from [~kpvdr]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-interop-test.git;h=b4c42f2 ]

QPIDIT-125: Minor addition to QUICKSTART.md file


> Release QIT 0.2.0
> -
>
> Key: QPIDIT-125
> URL: https://issues.apache.org/jira/browse/QPIDIT-125
> Project: Apache QPID Interoperability Test Suite
>  Issue Type: Task
>Reporter: Kim van der Riet
>Assignee: Kim van der Riet
>Priority: Major
> Fix For: 0.2.0
>
>
> Update docs, create branches, tags, etc. for the release of Qpid Interop Test 
> v. 0.2.0



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPIDIT-125) Release QIT 0.2.0

2018-09-07 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/QPIDIT-125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16607298#comment-16607298
 ] 

ASF subversion and git services commented on QPIDIT-125:


Commit d506b92c39aedf0c5f13fbd026a7515cec76cc7c in qpid-interop-test's branch 
refs/heads/0.2.x from [~kpvdr]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-interop-test.git;h=d506b92 ]

QPIDIT-125: More minor updates to QUICKSTART.md


> Release QIT 0.2.0
> -
>
> Key: QPIDIT-125
> URL: https://issues.apache.org/jira/browse/QPIDIT-125
> Project: Apache QPID Interoperability Test Suite
>  Issue Type: Task
>Reporter: Kim van der Riet
>Assignee: Kim van der Riet
>Priority: Major
> Fix For: 0.2.0
>
>
> Update docs, create branches, tags, etc. for the release of Qpid Interop Test 
> v. 0.2.0



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Resolved] (PROTON-1873) 0.25.0 release tasks

2018-09-06 Thread Robbie Gemmell (JIRA)


 [ 
https://issues.apache.org/jira/browse/PROTON-1873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robbie Gemmell resolved PROTON-1873.

Resolution: Done

> 0.25.0 release tasks
> 
>
> Key: PROTON-1873
> URL: https://issues.apache.org/jira/browse/PROTON-1873
> Project: Qpid Proton
>  Issue Type: Task
>  Components: proton-c, release
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Major
> Fix For: proton-c-0.25.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Created] (DISPATCH-1115) Configure Travis to run Dispatch tests agianst the latest Proton release and Proton master branch

2018-09-06 Thread Ganesh Murthy (JIRA)
Ganesh Murthy created DISPATCH-1115:
---

 Summary: Configure Travis to run Dispatch tests agianst the latest 
Proton release and Proton master branch
 Key: DISPATCH-1115
 URL: https://issues.apache.org/jira/browse/DISPATCH-1115
 Project: Qpid Dispatch
  Issue Type: Improvement
  Components: Tools
Affects Versions: 1.3.0
Reporter: Ganesh Murthy
Assignee: Ganesh Murthy
 Fix For: 1.4.0


Currently, Dispatch tests running on Travis run only against Proton Master. 
Make these tests also run against the latest released version of Proton.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Created] (QPID-8239) [Broker-J] Release Qpid Broker-J 7.0.7

2018-09-06 Thread Alex Rudyy (JIRA)
Alex Rudyy created QPID-8239:


 Summary: [Broker-J] Release Qpid Broker-J 7.0.7
 Key: QPID-8239
 URL: https://issues.apache.org/jira/browse/QPID-8239
 Project: Qpid
  Issue Type: Task
  Components: Broker-J
Reporter: Alex Rudyy
 Fix For: qpid-java-broker-7.0.7


Release Qpid Broker-J following instructions provided at 
[https://cwiki.apache.org/confluence/display/qpid/Releasing+Qpid+Broker-J]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (DISPATCH-1090) Transfer/Disposition(state=release) loop forms when application disconnects abruptly from brokered queue until link credit is exhausted.

2018-09-04 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16603279#comment-16603279
 ] 

ASF GitHub Bot commented on DISPATCH-1090:
--

Github user codecov-io commented on the issue:

https://github.com/apache/qpid-dispatch/pull/371
  
# 
[Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/371?src=pr&el=h1) 
Report
> Merging 
[#371](https://codecov.io/gh/apache/qpid-dispatch/pull/371?src=pr&el=desc) into 
[master](https://codecov.io/gh/apache/qpid-dispatch/commit/f0e15f82f577ac5bb86e377a7711da2a3ff73767?src=pr&el=desc)
 will **increase** coverage by `0.05%`.
> The diff coverage is `100%`.

[![Impacted file tree 
graph](https://codecov.io/gh/apache/qpid-dispatch/pull/371/graphs/tree.svg?width=650&token=rk2Cgd27pP&height=150&src=pr)](https://codecov.io/gh/apache/qpid-dispatch/pull/371?src=pr&el=tree)

```diff
@@Coverage Diff @@
##   master #371  +/-   ##
==
+ Coverage84.8%   84.85%   +0.05% 
==
  Files  70   70  
  Lines   1600116002   +1 
==
+ Hits1356913578   +9 
+ Misses   2432 2424   -8
```


| [Impacted 
Files](https://codecov.io/gh/apache/qpid-dispatch/pull/371?src=pr&el=tree) | 
Coverage Δ | |
|---|---|---|
| 
[src/router\_core/transfer.c](https://codecov.io/gh/apache/qpid-dispatch/pull/371/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL3RyYW5zZmVyLmM=)
 | `90.57% <100%> (+0.47%)` | :arrow_up: |
| 
[src/container.c](https://codecov.io/gh/apache/qpid-dispatch/pull/371/diff?src=pr&el=tree#diff-c3JjL2NvbnRhaW5lci5j)
 | `76.74% <0%> (+0.19%)` | :arrow_up: |
| 
[src/router\_core/connections.c](https://codecov.io/gh/apache/qpid-dispatch/pull/371/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2Nvbm5lY3Rpb25zLmM=)
 | `93.09% <0%> (+0.21%)` | :arrow_up: |
| 
[src/router\_node.c](https://codecov.io/gh/apache/qpid-dispatch/pull/371/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9ub2RlLmM=)
 | `93.87% <0%> (+0.26%)` | :arrow_up: |

--

[Continue to review full report at 
Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/371?src=pr&el=continue).
> **Legend** - [Click here to learn 
more](https://docs.codecov.io/docs/codecov-delta)
> `Δ = absolute  (impact)`, `ø = not affected`, `? = missing data`
> Powered by 
[Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/371?src=pr&el=footer).
 Last update 
[f0e15f8...18fbf5b](https://codecov.io/gh/apache/qpid-dispatch/pull/371?src=pr&el=lastupdated).
 Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).



> Transfer/Disposition(state=release) loop forms when application disconnects 
> abruptly from brokered queue until link credit is exhausted.
> 
>
> Key: DISPATCH-1090
> URL: https://issues.apache.org/jira/browse/DISPATCH-1090
> Project: Qpid Dispatch
>  Issue Type: Bug
> Environment: Version  1.3.0-SNAPSHOT
>  (30ff7ff1d54b8f280b36f76dc8c340cb4c88567b)
>Reporter: Keith Wall
>Assignee: Ganesh Murthy
>Priority: Major
> Fix For: Backlog
>
> Attachments: DISPATCH-1090_dispatch_server.log
>
>
> I have configured a single Dispatch Router instance to route messages through 
> a broker queue (i.e. following section 7.2.5 of the 
> [docs|https://qpid.apache.org/releases/qpid-dispatch-1.2.0/user-guide/index.html#routing-messages-through-broker]).
> The application does the following:
> # Forms a sending links to the queue, sends a single message then disconnects.
> # Forms a receiving link to the same queue, receives the message without 
> settling then abruptly terminates the program.
> Inspecting the protocol trace, I see that after the Dispatch Router has sent 
> a {{Disposition state=modified}} for the message that was held by the 
> application when it terminated, a {{Transfer}}/{{Disposition state=release}} 
> loop forms between the Dispatch Router and Broker until the link credit is 
> exhausted.  
> Protocol trace attached to this issue demonstrates the problem.
> Dispatch Router was configured by the following commands:
> {noformat}
> qdmanage create --type org.apache.qpid.dispatch.connector host=oslo.local 
> port=5672 name=artemis-broker role=route-containe

[jira] [Commented] (DISPATCH-1090) Transfer/Disposition(state=release) loop forms when application disconnects abruptly from brokered queue until link credit is exhausted.

2018-09-04 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16603252#comment-16603252
 ] 

ASF GitHub Bot commented on DISPATCH-1090:
--

GitHub user ganeshmurthy opened a pull request:

https://github.com/apache/qpid-dispatch/pull/371

DISPATCH-1090 - Draim excess credit if there are no receivers



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ganeshmurthy/qpid-dispatch DISPATCH-1090-1

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/qpid-dispatch/pull/371.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #371


commit 18fbf5b9ad73069bf00f09da537c34511aa6b2f0
Author: Ganesh Murthy 
Date:   2018-08-28T19:09:16Z

DISPATCH-1090 - Draim excess credit if there are no receivers




> Transfer/Disposition(state=release) loop forms when application disconnects 
> abruptly from brokered queue until link credit is exhausted.
> 
>
> Key: DISPATCH-1090
> URL: https://issues.apache.org/jira/browse/DISPATCH-1090
> Project: Qpid Dispatch
>  Issue Type: Bug
> Environment: Version  1.3.0-SNAPSHOT
>  (30ff7ff1d54b8f280b36f76dc8c340cb4c88567b)
>Reporter: Keith Wall
>Assignee: Ganesh Murthy
>Priority: Major
> Fix For: Backlog
>
> Attachments: DISPATCH-1090_dispatch_server.log
>
>
> I have configured a single Dispatch Router instance to route messages through 
> a broker queue (i.e. following section 7.2.5 of the 
> [docs|https://qpid.apache.org/releases/qpid-dispatch-1.2.0/user-guide/index.html#routing-messages-through-broker]).
> The application does the following:
> # Forms a sending links to the queue, sends a single message then disconnects.
> # Forms a receiving link to the same queue, receives the message without 
> settling then abruptly terminates the program.
> Inspecting the protocol trace, I see that after the Dispatch Router has sent 
> a {{Disposition state=modified}} for the message that was held by the 
> application when it terminated, a {{Transfer}}/{{Disposition state=release}} 
> loop forms between the Dispatch Router and Broker until the link credit is 
> exhausted.  
> Protocol trace attached to this issue demonstrates the problem.
> Dispatch Router was configured by the following commands:
> {noformat}
> qdmanage create --type org.apache.qpid.dispatch.connector host=oslo.local 
> port=5672 name=artemis-broker role=route-container
> qdmanage create --type org.apache.qpid.dispatch.router.config.autoLink 
> addr=queue direction=in connection=artemis-broker
> qdmanage create --type org.apache.qpid.dispatch.router.config.autoLink 
> addr=queue direction=out connection=artemis-broker
> qdmanage create --type=org.apache.qpid.dispatch.router.config.address 
> pattern=queue waypoint=true
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (DISPATCH-1090) Transfer/Disposition(state=release) loop forms when application disconnects abruptly from brokered queue until link credit is exhausted.

2018-09-04 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16603247#comment-16603247
 ] 

ASF GitHub Bot commented on DISPATCH-1090:
--

Github user ganeshmurthy closed the pull request at:

https://github.com/apache/qpid-dispatch/pull/368


> Transfer/Disposition(state=release) loop forms when application disconnects 
> abruptly from brokered queue until link credit is exhausted.
> 
>
> Key: DISPATCH-1090
> URL: https://issues.apache.org/jira/browse/DISPATCH-1090
> Project: Qpid Dispatch
>  Issue Type: Bug
> Environment: Version  1.3.0-SNAPSHOT
>  (30ff7ff1d54b8f280b36f76dc8c340cb4c88567b)
>Reporter: Keith Wall
>Assignee: Ganesh Murthy
>Priority: Major
> Fix For: Backlog
>
> Attachments: DISPATCH-1090_dispatch_server.log
>
>
> I have configured a single Dispatch Router instance to route messages through 
> a broker queue (i.e. following section 7.2.5 of the 
> [docs|https://qpid.apache.org/releases/qpid-dispatch-1.2.0/user-guide/index.html#routing-messages-through-broker]).
> The application does the following:
> # Forms a sending links to the queue, sends a single message then disconnects.
> # Forms a receiving link to the same queue, receives the message without 
> settling then abruptly terminates the program.
> Inspecting the protocol trace, I see that after the Dispatch Router has sent 
> a {{Disposition state=modified}} for the message that was held by the 
> application when it terminated, a {{Transfer}}/{{Disposition state=release}} 
> loop forms between the Dispatch Router and Broker until the link credit is 
> exhausted.  
> Protocol trace attached to this issue demonstrates the problem.
> Dispatch Router was configured by the following commands:
> {noformat}
> qdmanage create --type org.apache.qpid.dispatch.connector host=oslo.local 
> port=5672 name=artemis-broker role=route-container
> qdmanage create --type org.apache.qpid.dispatch.router.config.autoLink 
> addr=queue direction=in connection=artemis-broker
> qdmanage create --type org.apache.qpid.dispatch.router.config.autoLink 
> addr=queue direction=out connection=artemis-broker
> qdmanage create --type=org.apache.qpid.dispatch.router.config.address 
> pattern=queue waypoint=true
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (PROTON-1926) 0.26.0 release tasks

2018-09-03 Thread Robbie Gemmell (JIRA)


 [ 
https://issues.apache.org/jira/browse/PROTON-1926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robbie Gemmell updated PROTON-1926:
---
Fix Version/s: (was: proton-c-0.25.0)
   proton-c-0.26.0

> 0.26.0 release tasks
> 
>
> Key: PROTON-1926
> URL: https://issues.apache.org/jira/browse/PROTON-1926
> Project: Qpid Proton
>  Issue Type: Task
>  Components: proton-c, release
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Major
> Fix For: proton-c-0.26.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1873) 0.25.0 release tasks

2018-09-03 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/PROTON-1873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16602183#comment-16602183
 ] 

ASF subversion and git services commented on PROTON-1873:
-

Commit a1b7d502a7cf2f2dd06757115af26b278499f5dd in qpid-proton's branch 
refs/heads/master from [~gemmellr]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=a1b7d50 ]

PROTON-1873, PROTON-1926: update versions for 0.26.0-SNAPSHOT


> 0.25.0 release tasks
> 
>
> Key: PROTON-1873
> URL: https://issues.apache.org/jira/browse/PROTON-1873
> Project: Qpid Proton
>  Issue Type: Task
>  Components: proton-c, release
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Major
> Fix For: proton-c-0.25.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1926) 0.26.0 release tasks

2018-09-03 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/PROTON-1926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16602184#comment-16602184
 ] 

ASF subversion and git services commented on PROTON-1926:
-

Commit a1b7d502a7cf2f2dd06757115af26b278499f5dd in qpid-proton's branch 
refs/heads/master from [~gemmellr]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=a1b7d50 ]

PROTON-1873, PROTON-1926: update versions for 0.26.0-SNAPSHOT


> 0.26.0 release tasks
> 
>
> Key: PROTON-1926
> URL: https://issues.apache.org/jira/browse/PROTON-1926
> Project: Qpid Proton
>  Issue Type: Task
>  Components: proton-c, release
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Major
> Fix For: proton-c-0.25.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Created] (PROTON-1926) 0.26.0 release tasks

2018-09-03 Thread Robbie Gemmell (JIRA)
Robbie Gemmell created PROTON-1926:
--

 Summary: 0.26.0 release tasks
 Key: PROTON-1926
 URL: https://issues.apache.org/jira/browse/PROTON-1926
 Project: Qpid Proton
  Issue Type: Task
  Components: proton-c, release
Reporter: Robbie Gemmell
Assignee: Robbie Gemmell
 Fix For: proton-c-0.25.0






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1873) 0.25.0 release tasks

2018-09-03 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/PROTON-1873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16602177#comment-16602177
 ] 

ASF subversion and git services commented on PROTON-1873:
-

Commit 4b4a04230a9a8ac91cc6e73c8fc12ac5e7c6db49 in qpid-proton's branch 
refs/heads/master from [~gemmellr]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=4b4a042 ]

PROTON-1873: update versions for 0.25.0-rc1


> 0.25.0 release tasks
> 
>
> Key: PROTON-1873
> URL: https://issues.apache.org/jira/browse/PROTON-1873
> Project: Qpid Proton
>  Issue Type: Task
>  Components: proton-c, release
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Major
> Fix For: proton-c-0.25.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1873) 0.25.0 release tasks

2018-09-03 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/PROTON-1873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16602022#comment-16602022
 ] 

ASF subversion and git services commented on PROTON-1873:
-

Commit 4c9395ef2e1d6150247845772b24017b8319d29e in qpid-proton's branch 
refs/heads/master from [~gemmellr]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=4c9395e ]

PROTON-1873: bump so versions based on review by Justin, Andrew, and Alan.


> 0.25.0 release tasks
> 
>
> Key: PROTON-1873
> URL: https://issues.apache.org/jira/browse/PROTON-1873
> Project: Qpid Proton
>  Issue Type: Task
>  Components: proton-c, release
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Major
> Fix For: proton-c-0.25.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Closed] (QPID-8237) [Broker-J] Release Apache Qpid Broker-J 6.1.7

2018-09-02 Thread Alex Rudyy (JIRA)


 [ 
https://issues.apache.org/jira/browse/QPID-8237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alex Rudyy closed QPID-8237.

Resolution: Fixed

> [Broker-J] Release Apache Qpid Broker-J 6.1.7
> -
>
> Key: QPID-8237
> URL: https://issues.apache.org/jira/browse/QPID-8237
> Project: Qpid
>  Issue Type: Task
>  Components: Broker-J
>Reporter: Alex Rudyy
>Assignee: Alex Rudyy
>Priority: Major
> Fix For: qpid-java-6.1.7
>
>
> Release Qpid Broker-J 6.1.7 following instructions at [Releasing Qpid Java 
> Components 
> 6.x|https://cwiki.apache.org/confluence/display/qpid/Releasing+Qpid+Java+Components+6.x]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (DISPATCH-1090) Transfer/Disposition(state=release) loop forms when application disconnects abruptly from brokered queue until link credit is exhausted.

2018-08-28 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16595478#comment-16595478
 ] 

ASF GitHub Bot commented on DISPATCH-1090:
--

GitHub user ganeshmurthy opened a pull request:

https://github.com/apache/qpid-dispatch/pull/368

DISPATCH-1090 - Draim excess credit if there are no receivers



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ganeshmurthy/qpid-dispatch DISPATCH-1090

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/qpid-dispatch/pull/368.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #368


commit 9fdad1343085fca23ac42223d1fe3c4e0c757b4f
Author: Ganesh Murthy 
Date:   2018-08-28T19:09:16Z

DISPATCH-1090 - Draim excess credit if there are no receivers




> Transfer/Disposition(state=release) loop forms when application disconnects 
> abruptly from brokered queue until link credit is exhausted.
> 
>
> Key: DISPATCH-1090
> URL: https://issues.apache.org/jira/browse/DISPATCH-1090
> Project: Qpid Dispatch
>  Issue Type: Bug
> Environment: Version  1.3.0-SNAPSHOT
>  (30ff7ff1d54b8f280b36f76dc8c340cb4c88567b)
>Reporter: Keith Wall
>Assignee: Ganesh Murthy
>Priority: Major
> Fix For: Backlog
>
> Attachments: DISPATCH-1090_dispatch_server.log
>
>
> I have configured a single Dispatch Router instance to route messages through 
> a broker queue (i.e. following section 7.2.5 of the 
> [docs|https://qpid.apache.org/releases/qpid-dispatch-1.2.0/user-guide/index.html#routing-messages-through-broker]).
> The application does the following:
> # Forms a sending links to the queue, sends a single message then disconnects.
> # Forms a receiving link to the same queue, receives the message without 
> settling then abruptly terminates the program.
> Inspecting the protocol trace, I see that after the Dispatch Router has sent 
> a {{Disposition state=modified}} for the message that was held by the 
> application when it terminated, a {{Transfer}}/{{Disposition state=release}} 
> loop forms between the Dispatch Router and Broker until the link credit is 
> exhausted.  
> Protocol trace attached to this issue demonstrates the problem.
> Dispatch Router was configured by the following commands:
> {noformat}
> qdmanage create --type org.apache.qpid.dispatch.connector host=oslo.local 
> port=5672 name=artemis-broker role=route-container
> qdmanage create --type org.apache.qpid.dispatch.router.config.autoLink 
> addr=queue direction=in connection=artemis-broker
> qdmanage create --type org.apache.qpid.dispatch.router.config.autoLink 
> addr=queue direction=out connection=artemis-broker
> qdmanage create --type=org.apache.qpid.dispatch.router.config.address 
> pattern=queue waypoint=true
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



<    3   4   5   6   7   8   9   10   11   12   >