[jira] [Assigned] (DISPATCH-1168) Display additional detail for end-point connections, and edge-routers on the console's topology page

2018-11-17 Thread Ernest Allen (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ernest Allen reassigned DISPATCH-1168: -- Assignee: Ernest Allen > Display additional detail for end-point connections, and

[jira] [Resolved] (DISPATCH-1168) Display additional detail for end-point connections, and edge-routers on the console's topology page

2018-11-17 Thread Ernest Allen (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ernest Allen resolved DISPATCH-1168. Resolution: Fixed Used a modal dialog to display the detail. The dialog displays a

[jira] [Commented] (DISPATCH-1168) Display additional detail for end-point connections, and edge-routers on the console's topology page

2018-11-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16690626#comment-16690626 ] ASF subversion and git services commented on DISPATCH-1168: --- Commit

[jira] [Commented] (DISPATCH-1168) Display additional detail for end-point connections, and edge-routers on the console's topology page

2018-11-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16690696#comment-16690696 ] ASF subversion and git services commented on DISPATCH-1168: --- Commit

[jira] [Created] (PROTON-1965) Optimize CompositeReadableBuffer::equals with single chunk

2018-11-17 Thread Francesco Nigro (JIRA)
Francesco Nigro created PROTON-1965: --- Summary: Optimize CompositeReadableBuffer::equals with single chunk Key: PROTON-1965 URL: https://issues.apache.org/jira/browse/PROTON-1965 Project: Qpid Proton

[jira] [Commented] (PROTON-1965) Optimize CompositeReadableBuffer::equals with single chunk

2018-11-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16690700#comment-16690700 ] ASF GitHub Bot commented on PROTON-1965: GitHub user franz1981 opened a pull request:

[GitHub] qpid-proton-j pull request #20: PROTON-1965 Optimize CompositeReadableBuffer...

2018-11-17 Thread franz1981
GitHub user franz1981 opened a pull request: https://github.com/apache/qpid-proton-j/pull/20 PROTON-1965 Optimize CompositeReadableBuffer::equals with single chunk Using the single chunk directly while performing the byte comparison increase the performance. Master: ```

[GitHub] qpid-proton-j pull request #20: PROTON-1965 Optimize CompositeReadableBuffer...

2018-11-17 Thread franz1981
Github user franz1981 commented on a diff in the pull request: https://github.com/apache/qpid-proton-j/pull/20#discussion_r234421816 --- Diff: proton-j/src/main/java/org/apache/qpid/proton/codec/CompositeReadableBuffer.java --- @@ -825,33 +825,67 @@ public int hashCode() {

[jira] [Commented] (PROTON-1965) Optimize CompositeReadableBuffer::equals with single chunk

2018-11-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16690703#comment-16690703 ] ASF GitHub Bot commented on PROTON-1965: Github user franz1981 commented on a diff in the pull