[jira] [Commented] (DISPATCH-1285) Router crashes occasionally on system_tests_delivery_abort

2019-03-18 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on DISPATCH-1285:
--

ganeshmurthy commented on pull request #464: DISPATCH-1285 - Prevented the 
deferred invoking of deferred_AMQP_rx_h…
URL: https://github.com/apache/qpid-dispatch/pull/464
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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


> Router crashes occasionally on system_tests_delivery_abort
> --
>
> Key: DISPATCH-1285
> URL: https://issues.apache.org/jira/browse/DISPATCH-1285
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Container
>Affects Versions: 1.5.0
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
> Fix For: 1.6.0
>
>
> The router occasionally crashes with the following backtrace when running 
> system_tests_delivery_abort. Dont run the test independently, run it as part 
> of the test suite using ctest -VV
>  
> {noformat}
> (gdb) bt
> #0  0x7f3f763d8aaf in qd_link_get_node_context (link=0x7f3f580b40e8) at 
> /home/gmurthy/opensource/qpid-dispatch/src/container.c:1053
> #1  0x7f3f7642595f in deferred_AMQP_rx_handler (context=0x7f3f580b40e8, 
> discard=false) at /home/gmurthy/opensource/qpid-dispatch/src/router_node.c:640
> #2  0x7f3f7642bf02 in invoke_deferred_calls (conn=0x1b5a568, 
> discard=false) at /home/gmurthy/opensource/qpid-dispatch/src/server.c:728
> #3  0x7f3f7642c9c2 in handle (qd_server=0x1a0f5b0, e=0x7f3f58093520, 
> pn_conn=0x1bf4e40, ctx=0x1b5a568) at 
> /home/gmurthy/opensource/qpid-dispatch/src/server.c:961
> #4  0x7f3f7642cd2a in thread_run (arg=0x1a0f5b0) at 
> /home/gmurthy/opensource/qpid-dispatch/src/server.c:1017
> #5  0x7f3f7632258e in start_thread () from /lib64/libpthread.so.0
> #6  0x7f3f75dca6a3 in clone () from /lib64/libc.so.6
> (gdb){noformat}
>  
> Here is the output from the test -
> {noformat}
> 40: Test command: /usr/bin/python 
> "/home/gmurthy/opensource/qpid-dispatch/build/tests/run.py" "unit2" "-v" 
> "system_tests_delivery_abort"
> 40: Test timeout computed to be: 1500
> 40: test_01_message_route_truncated_one_router 
> (system_tests_delivery_abort.RouterTest) ... ok
> 40: test_02_message_route_truncated_two_routers 
> (system_tests_delivery_abort.RouterTest) ... ok
> 40: test_03_link_route_truncated_one_router 
> (system_tests_delivery_abort.RouterTest) ... ok
> 40: test_04_link_route_truncated_two_routers 
> (system_tests_delivery_abort.RouterTest) ... ERROR
> 40: test_05_message_route_abort_one_router 
> (system_tests_delivery_abort.RouterTest) ... ERROR
> 40: test_06_message_route_abort_two_routers 
> (system_tests_delivery_abort.RouterTest) ... ERROR
> 40: test_07_multicast_truncate_one_router 
> (system_tests_delivery_abort.RouterTest) ... ERROR
> 40: ERROR
> 40:
> 40: ==
> 40: ERROR: test_04_link_route_truncated_two_routers 
> (system_tests_delivery_abort.RouterTest)
> 40: --
> 40: Traceback (most recent call last):
> 40:   File 
> "/home/gmurthy/opensource/qpid-dispatch/tests/system_tests_delivery_abort.py",
>  line 101, in test_04_link_route_truncated_two_routers
> 40: test.run()
> 40:   File 
> "/home/gmurthy/opensource/qpid-dispatch/tests/system_tests_delivery_abort.py",
>  line 390, in run
> 40: container.run()
> 40:   File 
> "/opt/qpid-proton/qpid-proton/lib64/proton/bindings/python/proton/_reactor.py",
>  line 181, in run
> 40: while self.process(): pass
> 40:   File 
> "/opt/qpid-proton/qpid-proton/lib64/proton/bindings/python/proton/_reactor.py",
>  line 240, in process
> 40: event.dispatch(self._global_handler)
> 40:   File 
> "/opt/qpid-proton/qpid-proton/lib64/proton/bindings/python/proton/_events.py",
>  line 135, in dispatch
> 40: _dispatch(handler, type.method, self)
> 40:   File 
> "/opt/qpid-proton/qpid-proton/lib64/proton/bindings/python/proton/_events.py",
>  line 117, in _dispatch
> 40: handler.on_unhandled(method, *args)
> 40:   File 
> "/opt/qpid-proton/qpid-proton/lib64/proton/bindings/python/proton/_reactor.py",
>  line 665, in on_unhandled
> 40: event.dispatch(self.base)
> 40:   File 
> "/opt/qpid-proton/qpid-proton/lib64/proton/bindings/python/proton/_events.py",
>  line 135, in dispatch
> 40: _dispatch(handler, type.method, self)
> 40:   File 
> "/opt/qpid-proton/qpid-proton/lib64/proton/bindings/python/proton/_

[GitHub] [qpid-dispatch] ganeshmurthy closed pull request #464: DISPATCH-1285 - Prevented the deferred invoking of deferred_AMQP_rx_h…

2019-03-18 Thread GitBox
ganeshmurthy closed pull request #464: DISPATCH-1285 - Prevented the deferred 
invoking of deferred_AMQP_rx_h…
URL: https://github.com/apache/qpid-dispatch/pull/464
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] (DISPATCH-1290) expose simple http base health check

2019-03-18 Thread Ted Ross (JIRA)


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

Ted Ross resolved DISPATCH-1290.

Resolution: Fixed

> expose simple http base health check
> 
>
> Key: DISPATCH-1290
> URL: https://issues.apache.org/jira/browse/DISPATCH-1290
> Project: Qpid Dispatch
>  Issue Type: Improvement
>Reporter: Gordon Sim
>Assignee: Gordon Sim
>Priority: Major
> Fix For: 1.6.0
>
>
> This is very useful running under kubernetes or similar environments, as a 
> simple check that the router is running ok.



--
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-1290) expose simple http base health check

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


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

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

Commit 1e22255eede6f82828a433839cb25087c2c7b300 in qpid-dispatch's branch 
refs/heads/master from Gordon Sim
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=1e22255 ]

DISPATCH-1290: add simple http healthcheck and allow websockets to be disabled 
on http listener
This closes #468


> expose simple http base health check
> 
>
> Key: DISPATCH-1290
> URL: https://issues.apache.org/jira/browse/DISPATCH-1290
> Project: Qpid Dispatch
>  Issue Type: Improvement
>Reporter: Gordon Sim
>Assignee: Gordon Sim
>Priority: Major
> Fix For: 1.6.0
>
>
> This is very useful running under kubernetes or similar environments, as a 
> simple check that the router is running ok.



--
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-1290) expose simple http base health check

2019-03-18 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on DISPATCH-1290:
--

asfgit commented on pull request #468: DISPATCH-1290: add simple http 
healthcheck
URL: https://github.com/apache/qpid-dispatch/pull/468
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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


> expose simple http base health check
> 
>
> Key: DISPATCH-1290
> URL: https://issues.apache.org/jira/browse/DISPATCH-1290
> Project: Qpid Dispatch
>  Issue Type: Improvement
>Reporter: Gordon Sim
>Assignee: Gordon Sim
>Priority: Major
> Fix For: 1.6.0
>
>
> This is very useful running under kubernetes or similar environments, as a 
> simple check that the router is running ok.



--
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] [qpid-dispatch] asfgit closed pull request #468: DISPATCH-1290: add simple http healthcheck

2019-03-18 Thread GitBox
asfgit closed pull request #468: DISPATCH-1290: add simple http healthcheck
URL: https://github.com/apache/qpid-dispatch/pull/468
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] (DISPATCH-1287) router gets confused by clients response to drain and subsequently issue too little credit

2019-03-18 Thread Gordon Sim (JIRA)


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

Gordon Sim reassigned DISPATCH-1287:


Assignee: Gordon Sim

> router gets confused by clients response to drain and subsequently issue too 
> little credit
> --
>
> Key: DISPATCH-1287
> URL: https://issues.apache.org/jira/browse/DISPATCH-1287
> Project: Qpid Dispatch
>  Issue Type: Bug
>Affects Versions: 1.5.0
>Reporter: Gordon Sim
>Assignee: Gordon Sim
>Priority: Major
> Fix For: 1.6.0
>
> Attachments: drainable.py
>
>
> A sender is opened for an address on which there is a receiver. It sends one 
> messages which is accepted. The receiver then detaches and the sender tries 
> to send another message. This second message is released and the router 
> attempts to drain the senders credit.
> The sender responds to the drain request by not sending any further messages 
> but incrementing the delivery_count by the appropriate amount.
> If a receiver attaches on the address again after this point, the router 
> issues credit back to the sender, but only issues link-credit=1.



--
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] [qpid-dispatch] astitcher opened a new pull request #469: Change use of pn_ssl_domain_allow_unsecured_client() to pn_transport_require_encryption()

2019-03-18 Thread GitBox
astitcher opened a new pull request #469: Change use of 
pn_ssl_domain_allow_unsecured_client() to pn_transport_require_encryption()
URL: https://github.com/apache/qpid-dispatch/pull/469
 
 
   pn_ssl_domain_unsecured_client() is deprecated and may be removed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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-1287) router gets confused by clients response to drain and subsequently issue too little credit

2019-03-18 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on DISPATCH-1287:
--

grs commented on pull request #466: DISPATCH-1287: when sender has indicated 
credit is drained...
URL: https://github.com/apache/qpid-dispatch/pull/466
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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


> router gets confused by clients response to drain and subsequently issue too 
> little credit
> --
>
> Key: DISPATCH-1287
> URL: https://issues.apache.org/jira/browse/DISPATCH-1287
> Project: Qpid Dispatch
>  Issue Type: Bug
>Affects Versions: 1.5.0
>Reporter: Gordon Sim
>Assignee: Gordon Sim
>Priority: Major
> Fix For: 1.6.0
>
> Attachments: drainable.py
>
>
> A sender is opened for an address on which there is a receiver. It sends one 
> messages which is accepted. The receiver then detaches and the sender tries 
> to send another message. This second message is released and the router 
> attempts to drain the senders credit.
> The sender responds to the drain request by not sending any further messages 
> but incrementing the delivery_count by the appropriate amount.
> If a receiver attaches on the address again after this point, the router 
> issues credit back to the sender, but only issues link-credit=1.



--
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] [qpid-proton] astitcher closed pull request #175: src/ssl/openssl: add libressl compatibility

2019-03-18 Thread GitBox
astitcher closed pull request #175: src/ssl/openssl: add libressl compatibility
URL: https://github.com/apache/qpid-proton/pull/175
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [qpid-proton] astitcher commented on issue #175: src/ssl/openssl: add libressl compatibility

2019-03-18 Thread GitBox
astitcher commented on issue #175: src/ssl/openssl: add libressl compatibility
URL: https://github.com/apache/qpid-proton/pull/175#issuecomment-474068772
 
 
   This PR should now be resolved with commit SHA 
87898b3d71aea5bfd9e4157d6da04071e1461339


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] [qpid-dispatch] grs closed pull request #466: DISPATCH-1287: when sender has indicated credit is drained...

2019-03-18 Thread GitBox
grs closed pull request #466: DISPATCH-1287: when sender has indicated credit 
is drained...
URL: https://github.com/apache/qpid-dispatch/pull/466
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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] (DISPATCH-1287) router gets confused by clients response to drain and subsequently issue too little credit

2019-03-18 Thread Gordon Sim (JIRA)


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

Gordon Sim resolved DISPATCH-1287.
--
Resolution: Fixed

> router gets confused by clients response to drain and subsequently issue too 
> little credit
> --
>
> Key: DISPATCH-1287
> URL: https://issues.apache.org/jira/browse/DISPATCH-1287
> Project: Qpid Dispatch
>  Issue Type: Bug
>Affects Versions: 1.5.0
>Reporter: Gordon Sim
>Priority: Major
> Fix For: 1.6.0
>
> Attachments: drainable.py
>
>
> A sender is opened for an address on which there is a receiver. It sends one 
> messages which is accepted. The receiver then detaches and the sender tries 
> to send another message. This second message is released and the router 
> attempts to drain the senders credit.
> The sender responds to the drain request by not sending any further messages 
> but incrementing the delivery_count by the appropriate amount.
> If a receiver attaches on the address again after this point, the router 
> issues credit back to the sender, but only issues link-credit=1.



--
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-1287) router gets confused by clients response to drain and subsequently issue too little credit

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


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

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

Commit 0f7d271d5f49357d72abd05df4ba15fe4f5d4378 in qpid-dispatch's branch 
refs/heads/master from Gordon Sim
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=0f7d271 ]

DISPATCH-1287: when sender has indicated credit is drained, pending credit can 
be reset


> router gets confused by clients response to drain and subsequently issue too 
> little credit
> --
>
> Key: DISPATCH-1287
> URL: https://issues.apache.org/jira/browse/DISPATCH-1287
> Project: Qpid Dispatch
>  Issue Type: Bug
>Affects Versions: 1.5.0
>Reporter: Gordon Sim
>Priority: Major
> Fix For: 1.6.0
>
> Attachments: drainable.py
>
>
> A sender is opened for an address on which there is a receiver. It sends one 
> messages which is accepted. The receiver then detaches and the sender tries 
> to send another message. This second message is released and the router 
> attempts to drain the senders credit.
> The sender responds to the drain request by not sending any further messages 
> but incrementing the delivery_count by the appropriate amount.
> If a receiver attaches on the address again after this point, the router 
> issues credit back to the sender, but only issues link-credit=1.



--
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-1280) http against https enabled listener causes segfault

2019-03-18 Thread michael goulish (JIRA)


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

michael goulish reassigned DISPATCH-1280:
-

Assignee: michael goulish

> http against https enabled listener causes segfault
> ---
>
> Key: DISPATCH-1280
> URL: https://issues.apache.org/jira/browse/DISPATCH-1280
> Project: Qpid Dispatch
>  Issue Type: Bug
>Reporter: Gordon Sim
>Assignee: michael goulish
>Priority: Major
>
> If you have a listener with http enabled, an ssl profile referenced, but 
> requireSsl set to false, and then try to access it over plain http, you get a 
> segfault in libwebsockets if using version 3.0.1-2. Downgrading to 2.4.2 of 
> libwebsockets fixes this.



--
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-1291) Update console to use router-generated link settlement rates

2019-03-18 Thread Robbie Gemmell (JIRA)


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

Robbie Gemmell updated DISPATCH-1291:
-
Description: The console currently computes rates locally based on changes 
in link counters. With DISPATCH-1289, these rates are now computed inside the 
router. The console should use the router-supplied rate values rather than 
generate its own local rates.  (was: The console currently computes rates 
locally based on changes in link counters. With 
[ENTMQIC-2133|https://issues.jboss.org/browse/ENTMQIC-2133], these rates are 
now computed inside the router. The console should use the router-supplied rate 
values rather than generate its own local rates.)

> Update console to use router-generated link settlement rates
> 
>
> Key: DISPATCH-1291
> URL: https://issues.apache.org/jira/browse/DISPATCH-1291
> Project: Qpid Dispatch
>  Issue Type: Improvement
>  Components: Console
>Affects Versions: 1.5.0
>Reporter: Ernest Allen
>Assignee: Ernest Allen
>Priority: Major
>
> The console currently computes rates locally based on changes in link 
> counters. With DISPATCH-1289, these rates are now computed inside the router. 
> The console should use the router-supplied rate values rather than generate 
> its own local rates.



--
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-1291) Update console to use router-generated link settlement rates

2019-03-18 Thread Ernest Allen (JIRA)
Ernest Allen created DISPATCH-1291:
--

 Summary: Update console to use router-generated link settlement 
rates
 Key: DISPATCH-1291
 URL: https://issues.apache.org/jira/browse/DISPATCH-1291
 Project: Qpid Dispatch
  Issue Type: Improvement
  Components: Console
Affects Versions: 1.5.0
Reporter: Ernest Allen
Assignee: Ernest Allen


The console currently computes rates locally based on changes in link counters. 
With [ENTMQIC-2133|https://issues.jboss.org/browse/ENTMQIC-2133], these rates 
are now computed inside the router. The console should use the router-supplied 
rate values rather than generate its own local rates.



--
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