[jira] [Assigned] (DISPATCH-1256) Throughput gets worse as more routers are added

2019-01-23 Thread Alan Conway (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Conway reassigned DISPATCH-1256: - Assignee: Ted Ross > Throughput gets worse as more routers are added > --

[jira] [Updated] (DISPATCH-1256) Throughput gets worse as more routers are added

2019-01-23 Thread Alan Conway (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Conway updated DISPATCH-1256: -- Attachment: reproducer.tgz > Throughput gets worse as more routers are added > -

[jira] [Created] (DISPATCH-1256) Throughput gets worse as more routers are added

2019-01-23 Thread Alan Conway (JIRA)
Alan Conway created DISPATCH-1256: - Summary: Throughput gets worse as more routers are added Key: DISPATCH-1256 URL: https://issues.apache.org/jira/browse/DISPATCH-1256 Project: Qpid Dispatch

[jira] [Resolved] (DISPATCH-1255) Test execution with python3 modifies files in source directory

2019-01-23 Thread Chuck Rolke (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chuck Rolke resolved DISPATCH-1255. --- Resolution: Fixed Fix Version/s: 1.6.0 cmake configure output files were committed

[jira] [Commented] (DISPATCH-1255) Test execution with python3 modifies files in source directory

2019-01-23 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16750447#comment-16750447 ] ASF subversion and git services commented on DISPATCH-1255: ---

[GitHub] ChugR commented on issue #173: Rework Python binding to use only core APIs

2019-01-23 Thread GitBox
ChugR commented on issue #173: Rework Python binding to use only core APIs URL: https://github.com/apache/qpid-proton/pull/173#issuecomment-456951784 I get the same two errors/stack traces seen by @ganeshmurthy. In addition, I occasionally (50%) see a failure in system_tests_delivery_abort.

[jira] [Reopened] (DISPATCH-1249) Rejected messages in a 4-router chain

2019-01-23 Thread Alan Conway (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Conway reopened DISPATCH-1249: --- I have now seen this happening even after waiting for topology to stabilize. I'm not sure wha

[jira] [Created] (DISPATCH-1255) Test execution with python3 modifies files in source directory

2019-01-23 Thread Chuck Rolke (JIRA)
Chuck Rolke created DISPATCH-1255: - Summary: Test execution with python3 modifies files in source directory Key: DISPATCH-1255 URL: https://issues.apache.org/jira/browse/DISPATCH-1255 Project: Qpid Di

[jira] [Commented] (DISPATCH-1254) qdstat sometimes raises "TypeError: 'NoneType' object is not iterable"

2019-01-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16750312#comment-16750312 ] ASF GitHub Bot commented on DISPATCH-1254: -- codecov-io commented on issue #44

[GitHub] codecov-io commented on issue #444: DISPATCH-1254 - Fix a corner cases, usually when a router is just sta…

2019-01-23 Thread GitBox
codecov-io commented on issue #444: DISPATCH-1254 - Fix a corner cases, usually when a router is just sta… URL: https://github.com/apache/qpid-dispatch/pull/444#issuecomment-456918948 # [Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/444?src=pr&el=h1) Report > :exclamation: N

[jira] [Commented] (DISPATCH-1254) qdstat sometimes raises "TypeError: 'NoneType' object is not iterable"

2019-01-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16750290#comment-16750290 ] ASF GitHub Bot commented on DISPATCH-1254: -- ganeshmurthy commented on pull re

[GitHub] ganeshmurthy opened a new pull request #444: DISPATCH-1254 - Fix a corner cases, usually when a router is just sta…

2019-01-23 Thread GitBox
ganeshmurthy opened a new pull request #444: DISPATCH-1254 - Fix a corner cases, usually when a router is just sta… URL: https://github.com/apache/qpid-dispatch/pull/444 …rting up, where the validOrigins list can come across as None -

[jira] [Updated] (DISPATCH-1254) qdstat sometimes raises "TypeError: 'NoneType' object is not iterable"

2019-01-23 Thread Alan Conway (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Conway updated DISPATCH-1254: -- Description: Calling qdstat -nv repeatedly to check the status of a router network sometimes

[jira] [Updated] (DISPATCH-1249) Rejected messages in a 4-router chain

2019-01-23 Thread Alan Conway (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Conway updated DISPATCH-1249: -- Attachment: qdr-chain.sh > Rejected messages in a 4-router chain > -

[jira] [Updated] (DISPATCH-1254) qdstat sometimes raises "TypeError: 'NoneType' object is not iterable"

2019-01-23 Thread Alan Conway (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Conway updated DISPATCH-1254: -- Description: Calling qdstat -nv repeatedly to check the status of a router network sometimes

[jira] [Created] (DISPATCH-1254) qdstat sometimes raises "TypeError: 'NoneType' object is not iterable"

2019-01-23 Thread Alan Conway (JIRA)
Alan Conway created DISPATCH-1254: - Summary: qdstat sometimes raises "TypeError: 'NoneType' object is not iterable" Key: DISPATCH-1254 URL: https://issues.apache.org/jira/browse/DISPATCH-1254 Project:

[GitHub] ChugR commented on issue #173: Rework Python binding to use only core APIs

2019-01-23 Thread GitBox
ChugR commented on issue #173: Rework Python binding to use only core APIs URL: https://github.com/apache/qpid-proton/pull/173#issuecomment-456849349 I get the same two errors/stack traces seen by @ganeshmurthy. In addition, I occasionally (50%) see a failure in system_tests_delivery_abort.

[jira] [Resolved] (DISPATCH-1249) Rejected messages in a 4-router chain

2019-01-23 Thread Alan Conway (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Conway resolved DISPATCH-1249. --- Resolution: Not A Bug > Rejected messages in a 4-router chain > --

[jira] [Commented] (DISPATCH-1249) Rejected messages in a 4-router chain

2019-01-23 Thread Alan Conway (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16750142#comment-16750142 ] Alan Conway commented on DISPATCH-1249: --- Updated qdr-chain.sh, no need for stati

[jira] [Updated] (DISPATCH-1249) Rejected messages in a 4-router chain

2019-01-23 Thread Alan Conway (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Conway updated DISPATCH-1249: -- Attachment: (was: qdr-chain.sh) > Rejected messages in a 4-router chain > --

[jira] [Assigned] (DISPATCH-1249) Rejected messages in a 4-router chain

2019-01-23 Thread Ganesh Murthy (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ganesh Murthy reassigned DISPATCH-1249: --- Assignee: Ganesh Murthy > Rejected messages in a 4-router chain > ---

[GitHub] astitcher commented on issue #173: Rework Python binding to use only core APIs

2019-01-23 Thread GitBox
astitcher commented on issue #173: Rework Python binding to use only core APIs URL: https://github.com/apache/qpid-proton/pull/173#issuecomment-456838959 @ganeshmurthy Thank you - I'll fix that issue then get back to you again. ---

[jira] [Updated] (DISPATCH-1249) Rejected messages in a 4-router chain

2019-01-23 Thread Alan Conway (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Conway updated DISPATCH-1249: -- Description: Set up a chain of 4 routers, each connected to the previous. Wait for qdstat -

[GitHub] ganeshmurthy edited a comment on issue #173: Rework Python binding to use only core APIs

2019-01-23 Thread GitBox
ganeshmurthy edited a comment on issue #173: Rework Python binding to use only core APIs URL: https://github.com/apache/qpid-proton/pull/173#issuecomment-456837203 Hi @astitcher, I got down the very latest code from this PR and ran qpid-dispatch master against this PR. All but one test pas

[GitHub] ganeshmurthy commented on issue #173: Rework Python binding to use only core APIs

2019-01-23 Thread GitBox
ganeshmurthy commented on issue #173: Rework Python binding to use only core APIs URL: https://github.com/apache/qpid-proton/pull/173#issuecomment-456837203 Hi @astitcher, I got down the very latest code from this PR and ran qpid-dispatch master against this PR. All but one test passed. Th

[jira] [Updated] (DISPATCH-1249) Rejected messages in a 4-router chain

2019-01-23 Thread Alan Conway (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Conway updated DISPATCH-1249: -- Description: Set up a chain of 4 routers, each connected to the previous. Wait for qdstat -

[jira] [Updated] (DISPATCH-1245) Console build generates new warnings about potential vulnerabilities

2019-01-23 Thread Ganesh Murthy (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ganesh Murthy updated DISPATCH-1245: Fix Version/s: 1.6.0 > Console build generates new warnings about potential vulnerabilit

[jira] [Updated] (DISPATCH-1252) Display connect page if console is disconnected

2019-01-23 Thread Ganesh Murthy (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ganesh Murthy updated DISPATCH-1252: Fix Version/s: 1.6.0 > Display connect page if console is disconnected > ---

[jira] [Updated] (DISPATCH-1251) Allow traffic animations to run simultaneaously on console's topology page.

2019-01-23 Thread Ganesh Murthy (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ganesh Murthy updated DISPATCH-1251: Fix Version/s: 1.6.0 > Allow traffic animations to run simultaneaously on console's topo

[jira] [Commented] (DISPATCH-1251) Allow traffic animations to run simultaneaously on console's topology page.

2019-01-23 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16750018#comment-16750018 ] ASF subversion and git services commented on DISPATCH-1251: ---

[jira] [Created] (DISPATCH-1253) Show clients connected to edge routers on console's topology page.

2019-01-23 Thread Ernest Allen (JIRA)
Ernest Allen created DISPATCH-1253: -- Summary: Show clients connected to edge routers on console's topology page. Key: DISPATCH-1253 URL: https://issues.apache.org/jira/browse/DISPATCH-1253 Project: Q

[jira] [Resolved] (DISPATCH-1252) Display connect page if console is disconnected

2019-01-23 Thread Ernest Allen (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ernest Allen resolved DISPATCH-1252. Resolution: Fixed > Display connect page if console is disconnected > --

[jira] [Resolved] (DISPATCH-1251) Allow traffic animations to run simultaneaously on console's topology page.

2019-01-23 Thread Ernest Allen (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ernest Allen resolved DISPATCH-1251. Resolution: Fixed > Allow traffic animations to run simultaneaously on console's topolog

[jira] [Commented] (DISPATCH-1252) Display connect page if console is disconnected

2019-01-23 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16750014#comment-16750014 ] ASF subversion and git services commented on DISPATCH-1252: ---

[jira] [Created] (DISPATCH-1252) Display connect page if console is disconnected

2019-01-23 Thread Ernest Allen (JIRA)
Ernest Allen created DISPATCH-1252: -- Summary: Display connect page if console is disconnected Key: DISPATCH-1252 URL: https://issues.apache.org/jira/browse/DISPATCH-1252 Project: Qpid Dispatch

[jira] [Created] (DISPATCH-1251) Allow traffic animations to run simultaneaously on console's topology page.

2019-01-23 Thread Ernest Allen (JIRA)
Ernest Allen created DISPATCH-1251: -- Summary: Allow traffic animations to run simultaneaously on console's topology page. Key: DISPATCH-1251 URL: https://issues.apache.org/jira/browse/DISPATCH-1251

[jira] [Resolved] (DISPATCH-1245) Console build generates new warnings about potential vulnerabilities

2019-01-23 Thread Ernest Allen (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ernest Allen resolved DISPATCH-1245. Resolution: Fixed > Console build generates new warnings about potential vulnerabilities

[jira] [Closed] (DISPATCH-1241) Connector defined with failoverUrls list is losing the list at startup

2019-01-23 Thread Fernando Giorgetti (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fernando Giorgetti closed DISPATCH-1241. Resolution: Invalid Based on the discussion with Ganesh, the connector seems to