[jira] [Created] (QPID-8322) [Broker-J] Error about negative credit used value is reported into broker logs

2019-06-14 Thread Alex Rudyy (JIRA)
Alex Rudyy created QPID-8322: Summary: [Broker-J] Error about negative credit used value is reported into broker logs Key: QPID-8322 URL: https://issues.apache.org/jira/browse/QPID-8322 Project: Qpid

[jira] [Commented] (DISPATCH-1359) Set ctest timeout to 300 seconds.

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

[jira] [Reopened] (DISPATCH-1359) Set ctest timeout to 300 seconds.

2019-06-14 Thread Chuck Rolke (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chuck Rolke reopened DISPATCH-1359: --- Assignee: Chuck Rolke (was: Ganesh Murthy) The fix so as committed has an issue

[jira] [Commented] (QPIDJMS-461) JmsMessageIDBuilder::createMessageID can save StringBuilder allocations

2019-06-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/QPIDJMS-461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16864429#comment-16864429 ] ASF GitHub Bot commented on QPIDJMS-461: tabish121 commented on issue #30: QPIDJMS-461 Optimize

[GitHub] [qpid-jms] tabish121 commented on issue #30: QPIDJMS-461 Optimize the default message ID builder

2019-06-14 Thread GitBox
tabish121 commented on issue #30: QPIDJMS-461 Optimize the default message ID builder URL: https://github.com/apache/qpid-jms/pull/30#issuecomment-502256721 You should test the alternate and see if it accomplishes the savings you were hoping for

[jira] [Commented] (QPIDJMS-461) JmsMessageIDBuilder::createMessageID can save StringBuilder allocations

2019-06-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/QPIDJMS-461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16864417#comment-16864417 ] ASF GitHub Bot commented on QPIDJMS-461: franz1981 commented on pull request #29: QPIDJMS-461

[jira] [Commented] (QPIDJMS-461) JmsMessageIDBuilder::createMessageID can save StringBuilder allocations

2019-06-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/QPIDJMS-461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16864415#comment-16864415 ] ASF GitHub Bot commented on QPIDJMS-461: tabish121 commented on issue #29: QPIDJMS-461

[GitHub] [qpid-jms] franz1981 closed pull request #29: QPIDJMS-461 JmsMessageIDBuilder::createMessageID can save StringBuilder allocations

2019-06-14 Thread GitBox
franz1981 closed pull request #29: QPIDJMS-461 JmsMessageIDBuilder::createMessageID can save StringBuilder allocations URL: https://github.com/apache/qpid-jms/pull/29 This is an automated message from the Apache Git

[GitHub] [qpid-jms] tabish121 commented on issue #29: QPIDJMS-461 JmsMessageIDBuilder::createMessageID can save StringBuilder allocations

2019-06-14 Thread GitBox
tabish121 commented on issue #29: QPIDJMS-461 JmsMessageIDBuilder::createMessageID can save StringBuilder allocations URL: https://github.com/apache/qpid-jms/pull/29#issuecomment-502252997 I tried out an alternative to this that doesn't require any thread locals or changes to the existing

[jira] [Commented] (QPIDJMS-461) JmsMessageIDBuilder::createMessageID can save StringBuilder allocations

2019-06-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/QPIDJMS-461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16864414#comment-16864414 ] ASF GitHub Bot commented on QPIDJMS-461: tabish121 commented on pull request #30: QPIDJMS-461

[GitHub] [qpid-jms] tabish121 opened a new pull request #30: QPIDJMS-461 Optimize the default message ID builder

2019-06-14 Thread GitBox
tabish121 opened a new pull request #30: QPIDJMS-461 Optimize the default message ID builder URL: https://github.com/apache/qpid-jms/pull/30 Change the builtin Message ID builder to create a builder per producer and optimize the string handling used to create the Message ID from the

[jira] [Commented] (DISPATCH-1282) Support for building on macOS

2019-06-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16864377#comment-16864377 ] ASF GitHub Bot commented on DISPATCH-1282: -- jdanekrh commented on issue #459: [WIP]

[GitHub] [qpid-dispatch] jdanekrh commented on issue #459: [WIP] DISPATCH-1282 - Support for building on macOS

2019-06-14 Thread GitBox
jdanekrh commented on issue #459: [WIP] DISPATCH-1282 - Support for building on macOS URL: https://github.com/apache/qpid-dispatch/pull/459#issuecomment-502234413 I got it to work on my machine, but I cannot do the same on Travis CI. Probably some silly oversight on my part. I'll try look

[jira] [Created] (PROTON-2066) provide access to the properties map sent in the link attach performative

2019-06-14 Thread Ken Giusti (JIRA)
Ken Giusti created PROTON-2066: -- Summary: provide access to the properties map sent in the link attach performative Key: PROTON-2066 URL: https://issues.apache.org/jira/browse/PROTON-2066 Project: Qpid

[jira] [Commented] (QPIDJMS-461) JmsMessageIDBuilder::createMessageID can save StringBuilder allocations

2019-06-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/QPIDJMS-461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16864338#comment-16864338 ] ASF GitHub Bot commented on QPIDJMS-461: tabish121 commented on issue #29: QPIDJMS-461

[GitHub] [qpid-jms] tabish121 commented on issue #29: QPIDJMS-461 JmsMessageIDBuilder::createMessageID can save StringBuilder allocations

2019-06-14 Thread GitBox
tabish121 commented on issue #29: QPIDJMS-461 JmsMessageIDBuilder::createMessageID can save StringBuilder allocations URL: https://github.com/apache/qpid-jms/pull/29#issuecomment-502216304 Somehow breaking the configurable message ID policy seems like the wrong way to go here.

[jira] [Resolved] (DISPATCH-1370) Move the schema, connect, and entities tabs to the right in the console

2019-06-14 Thread Ernest Allen (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ernest Allen resolved DISPATCH-1370. Resolution: Fixed Fix Version/s: 1.9.0 > Move the schema, connect, and entities

[jira] [Commented] (DISPATCH-1370) Move the schema, connect, and entities tabs to the right in the console

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

[jira] [Created] (DISPATCH-1370) Move the schema, connect, and entities tabs to the right in the console

2019-06-14 Thread Ernest Allen (JIRA)
Ernest Allen created DISPATCH-1370: -- Summary: Move the schema, connect, and entities tabs to the right in the console Key: DISPATCH-1370 URL: https://issues.apache.org/jira/browse/DISPATCH-1370

[jira] [Created] (DISPATCH-1369) Update console dependencies to avoid npm security warnings

2019-06-14 Thread Ernest Allen (JIRA)
Ernest Allen created DISPATCH-1369: -- Summary: Update console dependencies to avoid npm security warnings Key: DISPATCH-1369 URL: https://issues.apache.org/jira/browse/DISPATCH-1369 Project: Qpid

[jira] [Resolved] (DISPATCH-1365) Table of links with delayed deliveries is showing all endpoint links

2019-06-14 Thread Ernest Allen (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ernest Allen resolved DISPATCH-1365. Resolution: Fixed Fix Version/s: 1.9.0 > Table of links with delayed deliveries

[jira] [Commented] (DISPATCH-1365) Table of links with delayed deliveries is showing all endpoint links

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

[GitHub] [qpid-dispatch] codecov-io commented on issue #505: NO-JIRA: add tests that update and settle deliveries before rx completes

2019-06-14 Thread GitBox
codecov-io commented on issue #505: NO-JIRA: add tests that update and settle deliveries before rx completes URL: https://github.com/apache/qpid-dispatch/pull/505#issuecomment-502193817 # [Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/505?src=pr=h1) Report > Merging

[GitHub] [qpid-jms] franz1981 opened a new pull request #29: QPIDJMS-461 JmsMessageIDBuilder::createMessageID can save StringBuilder allocations

2019-06-14 Thread GitBox
franz1981 opened a new pull request #29: QPIDJMS-461 JmsMessageIDBuilder::createMessageID can save StringBuilder allocations URL: https://github.com/apache/qpid-jms/pull/29 This is an automated message from the Apache Git

[jira] [Commented] (QPIDJMS-461) JmsMessageIDBuilder::createMessageID can save StringBuilder allocations

2019-06-14 Thread Francesco Nigro (JIRA)
[ https://issues.apache.org/jira/browse/QPIDJMS-461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16864198#comment-16864198 ] Francesco Nigro commented on QPIDJMS-461: - This is the allocation flamgraphs that shows (in

[jira] [Updated] (QPIDJMS-461) JmsMessageIDBuilder::createMessageID can save StringBuilder allocations

2019-06-14 Thread Francesco Nigro (JIRA)
[ https://issues.apache.org/jira/browse/QPIDJMS-461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francesco Nigro updated QPIDJMS-461: Attachment: screenshot-1.png > JmsMessageIDBuilder::createMessageID can save

[jira] [Created] (QPIDJMS-461) JmsMessageIDBuilder::createMessageID can save StringBuilder allocations

2019-06-14 Thread Francesco Nigro (JIRA)
Francesco Nigro created QPIDJMS-461: --- Summary: JmsMessageIDBuilder::createMessageID can save StringBuilder allocations Key: QPIDJMS-461 URL: https://issues.apache.org/jira/browse/QPIDJMS-461

[jira] [Assigned] (DISPATCH-1368) Link (address) priority is ignored by the second hop router

2019-06-14 Thread michael goulish (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] michael goulish reassigned DISPATCH-1368: - Assignee: michael goulish > Link (address) priority is ignored by the second

[jira] [Updated] (DISPATCH-1368) Link (address) priority is ignored by the second hop router

2019-06-14 Thread Ken Giusti (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ken Giusti updated DISPATCH-1368: - Description: Address-based priority is only enforced on the egress of the first hop router.

[jira] [Created] (DISPATCH-1368) Link (address) priority is ignored by the second hop router

2019-06-14 Thread Ken Giusti (JIRA)
Ken Giusti created DISPATCH-1368: Summary: Link (address) priority is ignored by the second hop router Key: DISPATCH-1368 URL: https://issues.apache.org/jira/browse/DISPATCH-1368 Project: Qpid

[jira] [Created] (PROTON-2065) Provide single method to determine 'virtual host'

2019-06-14 Thread Gordon Sim (JIRA)
Gordon Sim created PROTON-2065: -- Summary: Provide single method to determine 'virtual host' Key: PROTON-2065 URL: https://issues.apache.org/jira/browse/PROTON-2065 Project: Qpid Proton Issue