[jira] [Resolved] (DISPATCH-1387) Coverity issues on master branch

2019-07-18 Thread Ganesh Murthy (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ganesh Murthy resolved DISPATCH-1387. - Resolution: Fixed > Coverity issues on master branch >

[GitHub] [qpid-dispatch] asfgit closed pull request #538: NO-JIRA - fix asserts on stack operations

2019-07-18 Thread GitBox
asfgit closed pull request #538: NO-JIRA - fix asserts on stack operations URL: https://github.com/apache/qpid-dispatch/pull/538 This is an automated message from the Apache Git Service. To respond to the message, please log

[jira] [Commented] (DISPATCH-1387) Coverity issues on master branch

2019-07-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16888190#comment-16888190 ] ASF subversion and git services commented on DISPATCH-1387: --- Commit

[jira] [Commented] (PROTON-2074) Using a connection url with characters that need to be urlencoded can cause a hang

2019-07-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-2074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16888186#comment-16888186 ] ASF subversion and git services commented on PROTON-2074: - Commit

[jira] [Commented] (DISPATCH-1386) qdr_action_list_t could be replaced by an array of struct q

2019-07-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16888176#comment-16888176 ] ASF GitHub Bot commented on DISPATCH-1386: -- franz1981 commented on issue #537: DISPATCH-1386

[GitHub] [qpid-dispatch] franz1981 commented on issue #537: DISPATCH-1386 qdr_action_list_t could be replaced by an array of struct q

2019-07-18 Thread GitBox
franz1981 commented on issue #537: DISPATCH-1386 qdr_action_list_t could be replaced by an array of struct q URL: https://github.com/apache/qpid-dispatch/pull/537#issuecomment-512908206 I've just noticed that a similar improvement could be done on `qdr_general_work_list_t` too, probably

[jira] [Commented] (DISPATCH-1387) Coverity issues on master branch

2019-07-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16888175#comment-16888175 ] ASF subversion and git services commented on DISPATCH-1387: --- Commit

[jira] [Commented] (DISPATCH-1388) Authorization doc fails to describe vhost abstraction clearly

2019-07-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16888131#comment-16888131 ] ASF GitHub Bot commented on DISPATCH-1388: -- ChugR commented on pull request #540:

[GitHub] [qpid-dispatch] ChugR opened a new pull request #540: DISPATCH-1388: Clarify policy restrictions defined by vhost objects

2019-07-18 Thread GitBox
ChugR opened a new pull request #540: DISPATCH-1388: Clarify policy restrictions defined by vhost objects URL: https://github.com/apache/qpid-dispatch/pull/540 State more clearly that policy restrictions are applied to client requests at network ingress only. As I read the

[GitHub] [qpid-dispatch] franz1981 commented on issue #537: DISPATCH-1386 qdr_action_list_t could be replaced by an array of struct q

2019-07-18 Thread GitBox
franz1981 commented on issue #537: DISPATCH-1386 qdr_action_list_t could be replaced by an array of struct q URL: https://github.com/apache/qpid-dispatch/pull/537#issuecomment-512883198 On my tests with 9 workers I've gotten an improvement from 64 K msg/sec -> 73 K msg/sec

[jira] [Commented] (DISPATCH-1386) qdr_action_list_t could be replaced by an array of struct q

2019-07-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16888112#comment-16888112 ] ASF GitHub Bot commented on DISPATCH-1386: -- franz1981 commented on issue #537: DISPATCH-1386

[jira] [Commented] (DISPATCH-1342) Replaced mutex with spin lock on qd_message content

2019-07-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16888111#comment-16888111 ] ASF GitHub Bot commented on DISPATCH-1342: -- franz1981 commented on issue #508: DISPATCH-1342

[GitHub] [qpid-dispatch] franz1981 commented on issue #508: DISPATCH-1342 Replaced mutex with spin lock on qd_message content

2019-07-18 Thread GitBox
franz1981 commented on issue #508: DISPATCH-1342 Replaced mutex with spin lock on qd_message content URL: https://github.com/apache/qpid-dispatch/pull/508#issuecomment-512882948 On my tests with 9 workers I've gotten an improvement from 73 K msg/sec -> 80 K msg/sec, but only if applied

[jira] [Created] (DISPATCH-1388) Authorization doc fails to describe vhost abstraction clearly

2019-07-18 Thread Chuck Rolke (JIRA)
Chuck Rolke created DISPATCH-1388: - Summary: Authorization doc fails to describe vhost abstraction clearly Key: DISPATCH-1388 URL: https://issues.apache.org/jira/browse/DISPATCH-1388 Project: Qpid

[GitHub] [qpid-dispatch] codecov-io commented on issue #539: NO-JIRA - put items on the allocator free list stack to increase localty

2019-07-18 Thread GitBox
codecov-io commented on issue #539: NO-JIRA - put items on the allocator free list stack to increase localty URL: https://github.com/apache/qpid-dispatch/pull/539#issuecomment-512869782 # [Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/539?src=pr=h1) Report > :exclamation:

[GitHub] [qpid-dispatch] franz1981 opened a new pull request #539: NO-JIRA - put items on the allocator free list stack to increase localty

2019-07-18 Thread GitBox
franz1981 opened a new pull request #539: NO-JIRA - put items on the allocator free list stack to increase localty URL: https://github.com/apache/qpid-dispatch/pull/539 I need yet to perform some benchmark This is an

[jira] [Assigned] (DISPATCH-1387) Coverity issues on master branch

2019-07-18 Thread Ganesh Murthy (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ganesh Murthy reassigned DISPATCH-1387: --- Assignee: Ganesh Murthy > Coverity issues on master branch >

[GitHub] [qpid-dispatch] franz1981 opened a new pull request #538: NO-JIRA - fix asserts on stack operations

2019-07-18 Thread GitBox
franz1981 opened a new pull request #538: NO-JIRA - fix asserts on stack operations URL: https://github.com/apache/qpid-dispatch/pull/538 This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Commented] (PROTON-2076) Proton stopped building with -DTHREADERCISER=ON after test_main.cpp was added

2019-07-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-2076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16887923#comment-16887923 ] ASF GitHub Bot commented on PROTON-2076: jdanekrh commented on pull request #184: PROTON-2076

[GitHub] [qpid-proton] jdanekrh opened a new pull request #184: PROTON-2076 compile c-threaderciser.c without test_main.cpp

2019-07-18 Thread GitBox
jdanekrh opened a new pull request #184: PROTON-2076 compile c-threaderciser.c without test_main.cpp URL: https://github.com/apache/qpid-proton/pull/184 This is an automated message from the Apache Git Service. To respond

[jira] [Created] (PROTON-2076) Proton stopped building with -DTHREADERCISER=ON after test_main.cpp was added

2019-07-18 Thread JIRA
Jiri Daněk created PROTON-2076: -- Summary: Proton stopped building with -DTHREADERCISER=ON after test_main.cpp was added Key: PROTON-2076 URL: https://issues.apache.org/jira/browse/PROTON-2076 Project:

[jira] [Updated] (QPID-8341) [Broker-J] Reject overflow policy can erroneously rejects messages when maximumQueueDepthBytes is specified

2019-07-18 Thread Alex Rudyy (JIRA)
[ https://issues.apache.org/jira/browse/QPID-8341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Rudyy updated QPID-8341: - Status: Reviewable (was: In Progress) > [Broker-J] Reject overflow policy can erroneously rejects

[jira] [Updated] (QPID-8341) [Broker-J] Reject overflow policy can erroneously rejects messages when maximumQueueDepthBytes is specified

2019-07-18 Thread Alex Rudyy (JIRA)
[ https://issues.apache.org/jira/browse/QPID-8341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Rudyy updated QPID-8341: - Fix Version/s: qpid-java-broker-7.0.9 qpid-java-broker-8.0.0 > [Broker-J] Reject

[jira] [Commented] (QPID-8341) [Broker-J] Reject overflow policy can erroneously rejects messages when maximumQueueDepthBytes is specified

2019-07-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/QPID-8341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16887818#comment-16887818 ] ASF subversion and git services commented on QPID-8341: --- Commit

[jira] [Updated] (QPID-8342) [Broker-J] Concurrent object creation with virtual host auto-creation policy can fail

2019-07-18 Thread Alex Rudyy (JIRA)
[ https://issues.apache.org/jira/browse/QPID-8342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Rudyy updated QPID-8342: - Status: Reviewable (was: In Progress) > [Broker-J] Concurrent object creation with virtual host

[jira] [Updated] (QPID-8342) [Broker-J] Concurrent object creation with virtual host auto-creation policy can fail

2019-07-18 Thread Alex Rudyy (JIRA)
[ https://issues.apache.org/jira/browse/QPID-8342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Rudyy updated QPID-8342: - Fix Version/s: qpid-java-broker-7.0.9 qpid-java-broker-8.0.0 > [Broker-J] Concurrent

[jira] [Assigned] (QPID-8342) [Broker-J] Concurrent object creation with virtual host auto-creation policy can fail

2019-07-18 Thread Alex Rudyy (JIRA)
[ https://issues.apache.org/jira/browse/QPID-8342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Rudyy reassigned QPID-8342: Assignee: Alex Rudyy > [Broker-J] Concurrent object creation with virtual host auto-creation

[jira] [Assigned] (QPID-8341) [Broker-J] Reject overflow policy can erroneously rejects messages when maximumQueueDepthBytes is specified

2019-07-18 Thread Alex Rudyy (JIRA)
[ https://issues.apache.org/jira/browse/QPID-8341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Rudyy reassigned QPID-8341: Assignee: Alex Rudyy > [Broker-J] Reject overflow policy can erroneously rejects messages when >

[jira] [Commented] (QPID-8342) [Broker-J] Concurrent object creation with virtual host auto-creation policy can fail

2019-07-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/QPID-8342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16887764#comment-16887764 ] ASF subversion and git services commented on QPID-8342: --- Commit

[GitHub] [qpid-dispatch] mgoulish commented on a change in pull request #526: mercury initial checkin

2019-07-18 Thread GitBox
mgoulish commented on a change in pull request #526: mercury initial checkin URL: https://github.com/apache/qpid-dispatch/pull/526#discussion_r304796699 ## File path: tools/mercury/README.md ## @@ -0,0 +1,508 @@ +# Mercury +##interactive Golang Testing System for Qpid