[jira] [Commented] (DISPATCH-179) Refactor Router Core

2015-10-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14968304#comment-14968304 ] ASF subversion and git services commented on DISPATCH-179: -- Com

[jira] [Commented] (DISPATCH-179) Refactor Router Core

2015-10-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14968011#comment-14968011 ] ASF subversion and git services commented on DISPATCH-179: -- Com

[jira] [Commented] (DISPATCH-185) Support for management notifications, log messages as notifications

2015-10-21 Thread Chuck Rolke (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14967947#comment-14967947 ] Chuck Rolke commented on DISPATCH-185: -- I think it would be useful to have the work

[jira] [Commented] (QPIDJMS-121) Adds ability to acknowledge amqp messages with different ack types

2015-10-21 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/jira/browse/QPIDJMS-121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14967894#comment-14967894 ] Timothy Bish commented on QPIDJMS-121: -- The initial work on implementing the AMQP BI

[jira] [Commented] (QPIDJMS-121) Adds ability to acknowledge amqp messages with different ack types

2015-10-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/QPIDJMS-121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14967875#comment-14967875 ] ASF subversion and git services commented on QPIDJMS-121: - Commit

[jira] [Updated] (DISPATCH-185) Support for management notifications, log messages as notifications

2015-10-21 Thread Alan Conway (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Conway updated DISPATCH-185: - Attachment: management-events.rst Draft proposal for management notifications > Support for man

Re: Review Request 39427: Do not free proton links until there is no more pending work on the link.

2015-10-21 Thread Alan Conway
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/39427/#review103445 --- It looks plausible but I don't know the code well enough to be conf

[jira] [Created] (DISPATCH-185) Support for management notifications, log messages as notifications

2015-10-21 Thread Alan Conway (JIRA)
Alan Conway created DISPATCH-185: Summary: Support for management notifications, log messages as notifications Key: DISPATCH-185 URL: https://issues.apache.org/jira/browse/DISPATCH-185 Project: Qpid D

[jira] [Commented] (QPID-6790) qpidd crashes in the interop_tests unit test.

2015-10-21 Thread Ken Giusti (JIRA)
[ https://issues.apache.org/jira/browse/QPID-6790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14967545#comment-14967545 ] Ken Giusti commented on QPID-6790: -- WIP: https://reviews.apache.org/r/39427/ > qpidd cra

Re: Review Request 39427: Do not free proton links until there is no more pending work on the link.

2015-10-21 Thread Kenneth Giusti
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/39427/ --- (Updated Oct. 21, 2015, 5:51 p.m.) Review request for qpid and Gordon Sim. Re

[jira] [Commented] (QPID-6750) [Java Broker] Use Guava ListenableFuture rather than invent our own future class for store interaction

2015-10-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/QPID-6750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14967399#comment-14967399 ] ASF subversion and git services commented on QPID-6750: --- Commit 17098

[jira] [Commented] (DISPATCH-179) Refactor Router Core

2015-10-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14967370#comment-14967370 ] ASF subversion and git services commented on DISPATCH-179: -- Com

[jira] [Resolved] (QPID-6795) Virtual host should close thread pools before transitioning to error state

2015-10-21 Thread Lorenz Quack (JIRA)
[ https://issues.apache.org/jira/browse/QPID-6795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lorenz Quack resolved QPID-6795. Resolution: Fixed > Virtual host should close thread pools before transitioning to error state >

[jira] [Commented] (QPID-6797) [Java Broker] Minor performance improvements

2015-10-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/QPID-6797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14967341#comment-14967341 ] ASF subversion and git services commented on QPID-6797: --- Commit 17098

[jira] [Commented] (QPID-6801) Documentation for new Broker's new Logging sub-system

2015-10-21 Thread Lorenz Quack (JIRA)
[ https://issues.apache.org/jira/browse/QPID-6801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14967336#comment-14967336 ] Lorenz Quack commented on QPID-6801: Good work, Keith. This was some writing and I thin

Re: [jira] [Commented] (QPID-6790) qpidd crashes in the interop_tests unit test.

2015-10-21 Thread Ken Giusti
I believe this is the culprit: https://issues.apache.org/jira/browse/QPID-6563 We're freeing the pn_link while there are deliveries still referenced by qpidd. I started an attempt to fix here, but it doesn't work (yet): https://reviews.apache.org/r/39427/ - Original Message - > From

[jira] [Commented] (QPID-6790) qpidd crashes in the interop_tests unit test.

2015-10-21 Thread Alan Conway (JIRA)
[ https://issues.apache.org/jira/browse/QPID-6790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14967274#comment-14967274 ] Alan Conway commented on QPID-6790: --- Here is a valgrind trace of the problem. Unfortunate

Re: Review Request 39222: C++ binding link options

2015-10-21 Thread Justin Ross
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/39222/#review103405 --- examples/cpp/selected_recv.cpp (line 40)

[jira] [Closed] (DISPATCH-182) Introduce new logging levels or modules to print proton PN_TRACE_DRV and PN_TRACE_RAW messages to the dispatch router log

2015-10-21 Thread Ganesh Murthy (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ganesh Murthy closed DISPATCH-182. -- Resolution: Won't Fix We are unable to introduce new modules due to a limitation in proton. Pl

[jira] [Commented] (QPID-6792) Enqueue path should report flow to disk state change too

2015-10-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/QPID-6792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14966880#comment-14966880 ] ASF subversion and git services commented on QPID-6792: --- Commit 17098

[jira] [Commented] (DISPATCH-163) Add username and password for authentication of connectors

2015-10-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14966872#comment-14966872 ] ASF GitHub Bot commented on DISPATCH-163: - Github user ganeshmurthy closed the p

[jira] [Commented] (DISPATCH-163) Add username and password for authentication of connectors

2015-10-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14966871#comment-14966871 ] ASF GitHub Bot commented on DISPATCH-163: - Github user ganeshmurthy commented on

[jira] [Commented] (DISPATCH-163) Add username and password for authentication of connectors

2015-10-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14966878#comment-14966878 ] ASF GitHub Bot commented on DISPATCH-163: - GitHub user ganeshmurthy opened a pul

[jira] [Assigned] (QPID-6792) Enqueue path should report flow to disk state change too

2015-10-21 Thread Lorenz Quack (JIRA)
[ https://issues.apache.org/jira/browse/QPID-6792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lorenz Quack reassigned QPID-6792: -- Assignee: Lorenz Quack > Enqueue path should report flow to disk state change too >

[jira] [Updated] (QPID-6792) Enqueue path should report flow to disk state change too

2015-10-21 Thread Lorenz Quack (JIRA)
[ https://issues.apache.org/jira/browse/QPID-6792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lorenz Quack updated QPID-6792: --- Status: Reviewable (was: In Progress) > Enqueue path should report flow to disk state change too > ---

[jira] [Updated] (QPID-6792) Enqueue path should report flow to disk state change too

2015-10-21 Thread Lorenz Quack (JIRA)
[ https://issues.apache.org/jira/browse/QPID-6792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lorenz Quack updated QPID-6792: --- Assignee: (was: Lorenz Quack) > Enqueue path should report flow to disk state change too >

[GitHub] qpid-dispatch pull request: DISPATCH-163 - Added username and pass...

2015-10-21 Thread ganeshmurthy
Github user ganeshmurthy commented on the pull request: https://github.com/apache/qpid-dispatch/pull/22#issuecomment-149909805 Found a few more things that needs attention. I am closing this pull request --- If your project is set up for it, you can reply to this email and have your r

[GitHub] qpid-dispatch pull request: DISPATCH-163 - Added username and pass...

2015-10-21 Thread ganeshmurthy
GitHub user ganeshmurthy opened a pull request: https://github.com/apache/qpid-dispatch/pull/24 DISPATCH-163 - Added username and password for authentication of conn… …ectors. Added system test to verify SASL PLAIN authentication You can merge this pull request into a Git reposi

[jira] [Created] (DISPATCH-184) dispatch do not stop when 'amqp' is not defined

2015-10-21 Thread Zdenek Kraus (JIRA)
Zdenek Kraus created DISPATCH-184: - Summary: dispatch do not stop when 'amqp' is not defined Key: DISPATCH-184 URL: https://issues.apache.org/jira/browse/DISPATCH-184 Project: Qpid Dispatch I

[GitHub] qpid-dispatch pull request: DISPATCH-163 - Added username and pass...

2015-10-21 Thread ganeshmurthy
Github user ganeshmurthy closed the pull request at: https://github.com/apache/qpid-dispatch/pull/22 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the fea

[GitHub] qpid-dispatch pull request: DISPATCH-163 - Added username and pass...

2015-10-21 Thread ganeshmurthy
Github user ganeshmurthy commented on the pull request: https://github.com/apache/qpid-dispatch/pull/22#issuecomment-149900387 This pull request is still open. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your proje

[jira] [Commented] (DISPATCH-163) Add username and password for authentication of connectors

2015-10-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14966823#comment-14966823 ] ASF GitHub Bot commented on DISPATCH-163: - Github user ganeshmurthy commented on

[jira] [Resolved] (QPID-6802) Document how the Broker uses memory

2015-10-21 Thread Keith Wall (JIRA)
[ https://issues.apache.org/jira/browse/QPID-6802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Wall resolved QPID-6802. -- Resolution: Fixed > Document how the Broker uses memory > --- > >

[jira] [Closed] (QPID-6802) Document how the Broker uses memory

2015-10-21 Thread Keith Wall (JIRA)
[ https://issues.apache.org/jira/browse/QPID-6802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Wall closed QPID-6802. > Document how the Broker uses memory > --- > > Key: QPID-6802 >

[jira] [Created] (QPID-6803) ByteBuffer slices/duplicates contribute significantly to garbage overhead in busy Brokers

2015-10-21 Thread Keith Wall (JIRA)
Keith Wall created QPID-6803: Summary: ByteBuffer slices/duplicates contribute significantly to garbage overhead in busy Brokers Key: QPID-6803 URL: https://issues.apache.org/jira/browse/QPID-6803 Project

[jira] [Commented] (DISPATCH-182) Introduce new logging levels or modules to print proton PN_TRACE_DRV and PN_TRACE_RAW messages to the dispatch router log

2015-10-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14966649#comment-14966649 ] ASF GitHub Bot commented on DISPATCH-182: - Github user ganeshmurthy closed the p

[GitHub] qpid-dispatch pull request: DISPATCH-182 - Enable all logging opti...

2015-10-21 Thread ganeshmurthy
Github user ganeshmurthy closed the pull request at: https://github.com/apache/qpid-dispatch/pull/23 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the fea

[jira] [Commented] (QPID-6802) Document how the Broker uses memory

2015-10-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/QPID-6802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14966591#comment-14966591 ] ASF subversion and git services commented on QPID-6802: --- Commit 17097

[jira] [Commented] (QPID-6802) Document how the Broker uses memory

2015-10-21 Thread Keith Wall (JIRA)
[ https://issues.apache.org/jira/browse/QPID-6802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14966518#comment-14966518 ] Keith Wall commented on QPID-6802: -- Looks good: In the memory section, you say "Messages

[jira] [Commented] (QPID-6801) Documentation for new Broker's new Logging sub-system

2015-10-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/QPID-6801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14966415#comment-14966415 ] ASF subversion and git services commented on QPID-6801: --- Commit 17097