[jira] [Commented] (PROTON-1963) [j] Improve performance of the codec for certain common encoding operations

2018-11-13 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/PROTON-1963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16685775#comment-16685775
 ] 

ASF subversion and git services commented on PROTON-1963:
-

Commit 589504d76e0a9567dcacca43695d4af414cd2e58 in qpid-proton-j's branch 
refs/heads/master from [~tabish121]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton-j.git;h=589504d ]

PROTON-1963 Improve performance of some fast path codec types

For the fast path types that configure their map type encoding with a
key type use a single lookup for the type to reduce overhead on each
write.

For the map based types do an in-place decode using the known key types
and other structural expectations to improve decode performance.

For the fast path data section type use the known structure of the type
and avoid looking up encodings to improve performance of decodes.

> [j] Improve performance of the codec for certain common encoding operations
> ---
>
> Key: PROTON-1963
> URL: https://issues.apache.org/jira/browse/PROTON-1963
> Project: Qpid Proton
>  Issue Type: Improvement
>  Components: proton-j
>Affects Versions: proton-j-0.30.0
>Reporter: Timothy Bish
>Assignee: Timothy Bish
>Priority: Minor
> Fix For: proton-j-0.31.0
>
>
> Some additional improvements can be made to the proton-j codec that enables 
> faster encoding of ASCII strings and faster decoding of types like 
> MessageAnnotations and ApplicationProperties



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1963) [j] Improve performance of the codec for certain common encoding operations

2018-11-13 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/PROTON-1963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16685774#comment-16685774
 ] 

ASF subversion and git services commented on PROTON-1963:
-

Commit c8fd87e09177f49bd8f8ce7744d2f83af3510b3b in qpid-proton-j's branch 
refs/heads/master from [~tabish121]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton-j.git;h=c8fd87e ]

PROTON-1963 Optimize hot path for encoder and decoder classes

Optimize the hot paths in the encoder and decoder to deal directly with
the primitive types and allow inlining of the normal encodings lookup
path.  Also cleans up some type encoding to use the read with defaults
methods.

> [j] Improve performance of the codec for certain common encoding operations
> ---
>
> Key: PROTON-1963
> URL: https://issues.apache.org/jira/browse/PROTON-1963
> Project: Qpid Proton
>  Issue Type: Improvement
>  Components: proton-j
>Affects Versions: proton-j-0.30.0
>Reporter: Timothy Bish
>Assignee: Timothy Bish
>Priority: Minor
> Fix For: proton-j-0.31.0
>
>
> Some additional improvements can be made to the proton-j codec that enables 
> faster encoding of ASCII strings and faster decoding of types like 
> MessageAnnotations and ApplicationProperties



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1963) [j] Improve performance of the codec for certain common encoding operations

2018-11-13 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/PROTON-1963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16685773#comment-16685773
 ] 

ASF subversion and git services commented on PROTON-1963:
-

Commit 391af064e2d50dfd29700f160166e86d8f4cba19 in qpid-proton-j's branch 
refs/heads/master from [~tabish121]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton-j.git;h=391af06 ]

PROTON-1963 Refactor string encoding size calculation

Assume ASCII by default when calculating the string size in UTF8 to
allow for inlining of this method in most cases and fallback to a
multi-byte calculation only when non-ASCII chars are detected.

> [j] Improve performance of the codec for certain common encoding operations
> ---
>
> Key: PROTON-1963
> URL: https://issues.apache.org/jira/browse/PROTON-1963
> Project: Qpid Proton
>  Issue Type: Improvement
>  Components: proton-j
>Affects Versions: proton-j-0.30.0
>Reporter: Timothy Bish
>Assignee: Timothy Bish
>Priority: Minor
> Fix For: proton-j-0.31.0
>
>
> Some additional improvements can be made to the proton-j codec that enables 
> faster encoding of ASCII strings and faster decoding of types like 
> MessageAnnotations and ApplicationProperties



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] qpid-dispatch pull request #421: Import crolke's adverbl project

2018-11-13 Thread ChugR
GitHub user ChugR opened a pull request:

https://github.com/apache/qpid-dispatch/pull/421

Import crolke's adverbl project

Scraper is a data scraping program. It reads qpid-dispatch router log files,
categorizes and sorts the data, and produces an HTML summary.


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ChugR/qpid-dispatch adverbl-log-scraper

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/qpid-dispatch/pull/421.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #421


commit e3f49322eaad43167bd44574fec0527ce6a8f920
Author: Chuck Rolke 
Date:   2018-11-13T20:53:37Z

Import crolke's adverbl project




---

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Created] (PROTON-1963) [j] Improve performance of the codec for certain common encoding operations

2018-11-13 Thread Timothy Bish (JIRA)
Timothy Bish created PROTON-1963:


 Summary: [j] Improve performance of the codec for certain common 
encoding operations
 Key: PROTON-1963
 URL: https://issues.apache.org/jira/browse/PROTON-1963
 Project: Qpid Proton
  Issue Type: Improvement
  Components: proton-j
Affects Versions: proton-j-0.30.0
Reporter: Timothy Bish
Assignee: Timothy Bish
 Fix For: proton-j-0.31.0


Some additional improvements can be made to the proton-j codec that enables 
faster encoding of ASCII strings and faster decoding of types like 
MessageAnnotations and ApplicationProperties



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] qpid-dispatch pull request #417: NO-JIRA: Add a tool for post-processing val...

2018-11-13 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/qpid-dispatch/pull/417


---

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (DISPATCH-1177) Edge router does not show any node in the network

2018-11-13 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16685501#comment-16685501
 ] 

ASF GitHub Bot commented on DISPATCH-1177:
--

GitHub user ganeshmurthy opened a pull request:

https://github.com/apache/qpid-dispatch/pull/420

DISPATCH-1177 - Added new option -e to qdstat. This will show only th…

…e edge connections and show which of those connections is active

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ganeshmurthy/qpid-dispatch DISPATCH-1177-1

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/qpid-dispatch/pull/420.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #420


commit 0e4cd7253671aff01c7815390e8f89b1a7bfa59f
Author: Ganesh Murthy 
Date:   2018-11-13T17:12:38Z

DISPATCH-1177 - Added new option -e to qdstat. This will show only the edge 
connections and show which of those connections is active




> Edge router does not show any node in the network
> -
>
> Key: DISPATCH-1177
> URL: https://issues.apache.org/jira/browse/DISPATCH-1177
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Management Agent
>Reporter: Fernando Giorgetti
>Assignee: Ganesh Murthy
>Priority: Major
>
> When running "qdstat -n" on an Edge-Router, which is connected to its uplink 
> interior router, no nodes are displayed and message says it is a Standalone 
> instance: _*"Router is Standalone - No Router List".*_



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Created] (DISPATCH-1185) Update .gitignore for a few generated files

2018-11-13 Thread Ernest Allen (JIRA)
Ernest Allen created DISPATCH-1185:
--

 Summary: Update .gitignore for a few generated files
 Key: DISPATCH-1185
 URL: https://issues.apache.org/jira/browse/DISPATCH-1185
 Project: Qpid Dispatch
  Issue Type: Bug
Reporter: Ernest Allen
Assignee: Ernest Allen


console/stand-alone/package-lock.json and tests/failoverserver.py are generated 
files and should not be commited each time a build is run.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Resolved] (DISPATCH-1185) Update .gitignore for a few generated files

2018-11-13 Thread Ernest Allen (JIRA)


 [ 
https://issues.apache.org/jira/browse/DISPATCH-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ernest Allen resolved DISPATCH-1185.

Resolution: Fixed

> Update .gitignore for a few generated files
> ---
>
> Key: DISPATCH-1185
> URL: https://issues.apache.org/jira/browse/DISPATCH-1185
> Project: Qpid Dispatch
>  Issue Type: Bug
>Reporter: Ernest Allen
>Assignee: Ernest Allen
>Priority: Major
>
> console/stand-alone/package-lock.json and tests/failoverserver.py are 
> generated files and should not be commited each time a build is run.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (DISPATCH-1185) Update .gitignore for a few generated files

2018-11-13 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16685499#comment-16685499
 ] 

ASF subversion and git services commented on DISPATCH-1185:
---

Commit 3c09709ba3abecf7a096b5d0a9f154f3a62a1c5e in qpid-dispatch's branch 
refs/heads/master from [~eallen]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=3c09709 ]

DISPATCH-1185 Added some generated files to ignore list


> Update .gitignore for a few generated files
> ---
>
> Key: DISPATCH-1185
> URL: https://issues.apache.org/jira/browse/DISPATCH-1185
> Project: Qpid Dispatch
>  Issue Type: Bug
>Reporter: Ernest Allen
>Assignee: Ernest Allen
>Priority: Major
>
> console/stand-alone/package-lock.json and tests/failoverserver.py are 
> generated files and should not be commited each time a build is run.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] qpid-dispatch pull request #420: DISPATCH-1177 - Added new option -e to qdst...

2018-11-13 Thread ganeshmurthy
GitHub user ganeshmurthy opened a pull request:

https://github.com/apache/qpid-dispatch/pull/420

DISPATCH-1177 - Added new option -e to qdstat. This will show only th…

…e edge connections and show which of those connections is active

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ganeshmurthy/qpid-dispatch DISPATCH-1177-1

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/qpid-dispatch/pull/420.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #420


commit 0e4cd7253671aff01c7815390e8f89b1a7bfa59f
Author: Ganesh Murthy 
Date:   2018-11-13T17:12:38Z

DISPATCH-1177 - Added new option -e to qdstat. This will show only the edge 
connections and show which of those connections is active




---

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] qpid-dispatch pull request #419: Added new option -e to qdstat. This will sh...

2018-11-13 Thread ganeshmurthy
Github user ganeshmurthy closed the pull request at:

https://github.com/apache/qpid-dispatch/pull/419


---

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] qpid-dispatch pull request #419: Added new option -e to qdstat. This will sh...

2018-11-13 Thread ganeshmurthy
GitHub user ganeshmurthy opened a pull request:

https://github.com/apache/qpid-dispatch/pull/419

Added new option -e to qdstat. This will show only the edge connectio…

…ns and show which of those connections is active

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ganeshmurthy/qpid-dispatch DISPATCH-1177

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/qpid-dispatch/pull/419.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #419


commit 5fc50c0a99c3c014640e184c92b561fd2bb8efe6
Author: Ganesh Murthy 
Date:   2018-11-13T17:12:38Z

Added new option -e to qdstat. This will show only the edge connections and 
show which of those connections is active




---

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (DISPATCH-1184) Deal with router ids that differ only by spaces in the id

2018-11-13 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16685424#comment-16685424
 ] 

ASF subversion and git services commented on DISPATCH-1184:
---

Commit 368e181087109f8f838aa3557282e0cff1aa2864 in qpid-dispatch's branch 
refs/heads/master from [~eallen]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=368e181 ]

DISPATCH-1184 Fix traffic animations for similar router names on console's 
topology page


> Deal with router ids that differ only by spaces in the id
> -
>
> Key: DISPATCH-1184
> URL: https://issues.apache.org/jira/browse/DISPATCH-1184
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Console
>Reporter: Ernest Allen
>Assignee: Ernest Allen
>Priority: Major
>
> If two routers have router.ids that differ only by spaces in the id, then 
> traffic animations on the topology page are broken.
> For example:
> router 1 has an ID of 'A routerID'
> router 2 has an ID or 'Arouter ID'
> then the console can't distinguish between them when creating traffic 
> animations.
> The console should escape the spaces instead of removing them when creating 
> the animations.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (DISPATCH-1184) Deal with router ids that differ only by spaces in the id

2018-11-13 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16685427#comment-16685427
 ] 

ASF subversion and git services commented on DISPATCH-1184:
---

Commit dc2ed28417f4f012a869b46282644ef191ecec10 in qpid-dispatch's branch 
refs/heads/master from [~eallen]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=dc2ed28 ]

DISPATCH-1184 Remove extraneous line from tooltip


> Deal with router ids that differ only by spaces in the id
> -
>
> Key: DISPATCH-1184
> URL: https://issues.apache.org/jira/browse/DISPATCH-1184
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Console
>Reporter: Ernest Allen
>Assignee: Ernest Allen
>Priority: Major
>
> If two routers have router.ids that differ only by spaces in the id, then 
> traffic animations on the topology page are broken.
> For example:
> router 1 has an ID of 'A routerID'
> router 2 has an ID or 'Arouter ID'
> then the console can't distinguish between them when creating traffic 
> animations.
> The console should escape the spaces instead of removing them when creating 
> the animations.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Resolved] (DISPATCH-1184) Deal with router ids that differ only by spaces in the id

2018-11-13 Thread Ernest Allen (JIRA)


 [ 
https://issues.apache.org/jira/browse/DISPATCH-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ernest Allen resolved DISPATCH-1184.

Resolution: Fixed

> Deal with router ids that differ only by spaces in the id
> -
>
> Key: DISPATCH-1184
> URL: https://issues.apache.org/jira/browse/DISPATCH-1184
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Console
>Reporter: Ernest Allen
>Assignee: Ernest Allen
>Priority: Major
>
> If two routers have router.ids that differ only by spaces in the id, then 
> traffic animations on the topology page are broken.
> For example:
> router 1 has an ID of 'A routerID'
> router 2 has an ID or 'Arouter ID'
> then the console can't distinguish between them when creating traffic 
> animations.
> The console should escape the spaces instead of removing them when creating 
> the animations.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Created] (DISPATCH-1184) Deal with router ids that differ only by spaces in the id

2018-11-13 Thread Ernest Allen (JIRA)
Ernest Allen created DISPATCH-1184:
--

 Summary: Deal with router ids that differ only by spaces in the id
 Key: DISPATCH-1184
 URL: https://issues.apache.org/jira/browse/DISPATCH-1184
 Project: Qpid Dispatch
  Issue Type: Bug
  Components: Console
Reporter: Ernest Allen
Assignee: Ernest Allen


If two routers have router.ids that differ only by spaces in the id, then 
traffic animations on the topology page are broken.

For example:

router 1 has an ID of 'A routerID'

router 2 has an ID or 'Arouter ID'

then the console can't distinguish between them when creating traffic 
animations.

The console should escape the spaces instead of removing them when creating the 
animations.

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org