[
https://issues.apache.org/jira/browse/DISPATCH-974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16837415#comment-16837415
]
ASF GitHub Bot commented on DISPATCH-974:
-----------------------------------------
codecov-io commented on issue #503: DISPATCH-974 - Added code to qdstat and
qdmanage clients to repeatedl…
URL: https://github.com/apache/qpid-dispatch/pull/503#issuecomment-491342762
#
[Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/503?src=pr&el=h1)
Report
> Merging
[#503](https://codecov.io/gh/apache/qpid-dispatch/pull/503?src=pr&el=desc) into
[master](https://codecov.io/gh/apache/qpid-dispatch/commit/9dbb4c5de6ff2c73ef84b2126e1f7aaf7a2272f8?src=pr&el=desc)
will **decrease** coverage by `0.03%`.
> The diff coverage is `n/a`.
[](https://codecov.io/gh/apache/qpid-dispatch/pull/503?src=pr&el=tree)
```diff
@@ Coverage Diff @@
## master #503 +/- ##
==========================================
- Coverage 86.96% 86.93% -0.04%
==========================================
Files 87 87
Lines 19313 19314 +1
==========================================
- Hits 16795 16790 -5
- Misses 2518 2524 +6
```
| [Impacted
Files](https://codecov.io/gh/apache/qpid-dispatch/pull/503?src=pr&el=tree) |
Coverage Δ | |
|---|---|---|
|
[src/router\_core/transfer.c](https://codecov.io/gh/apache/qpid-dispatch/pull/503/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL3RyYW5zZmVyLmM=)
| `93.64% <0%> (-0.83%)` | :arrow_down: |
|
[src/parse.c](https://codecov.io/gh/apache/qpid-dispatch/pull/503/diff?src=pr&el=tree#diff-c3JjL3BhcnNlLmM=)
| `87.9% <0%> (-0.26%)` | :arrow_down: |
|
[src/router\_core/route\_tables.c](https://codecov.io/gh/apache/qpid-dispatch/pull/503/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL3JvdXRlX3RhYmxlcy5j)
| `76.67% <0%> (-0.25%)` | :arrow_down: |
|
[src/router\_node.c](https://codecov.io/gh/apache/qpid-dispatch/pull/503/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9ub2RlLmM=)
| `93.69% <0%> (-0.24%)` | :arrow_down: |
|
[src/router\_core/router\_core.c](https://codecov.io/gh/apache/qpid-dispatch/pull/503/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL3JvdXRlcl9jb3JlLmM=)
| `86.48% <0%> (-0.22%)` | :arrow_down: |
|
[src/router\_core/agent\_link.c](https://codecov.io/gh/apache/qpid-dispatch/pull/503/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2FnZW50X2xpbmsuYw==)
| `67.52% <0%> (ø)` | :arrow_up: |
|
[src/router\_core/management\_agent.c](https://codecov.io/gh/apache/qpid-dispatch/pull/503/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL21hbmFnZW1lbnRfYWdlbnQuYw==)
| `98.52% <0%> (+0.49%)` | :arrow_up: |
|
[src/router\_core/agent\_address.c](https://codecov.io/gh/apache/qpid-dispatch/pull/503/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2FnZW50X2FkZHJlc3MuYw==)
| `90.24% <0%> (+0.81%)` | :arrow_up: |
------
[Continue to review full report at
Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/503?src=pr&el=continue).
> **Legend** - [Click here to learn
more](https://docs.codecov.io/docs/codecov-delta)
> `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
> Powered by
[Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/503?src=pr&el=footer).
Last update
[9dbb4c5...1864812](https://codecov.io/gh/apache/qpid-dispatch/pull/503?src=pr&el=lastupdated).
Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Getting connections via the router management protocol causes AMQP framing
> errors
> ---------------------------------------------------------------------------------
>
> Key: DISPATCH-974
> URL: https://issues.apache.org/jira/browse/DISPATCH-974
> Project: Qpid Dispatch
> Issue Type: Bug
> Components: Management Agent
> Affects Versions: 1.0.1
> Reporter: Marcel Meulemans
> Assignee: Ganesh Murthy
> Priority: Major
> Attachments: qdrouter-frame-errors.pcapng.gz
>
>
> I am running a standalone router with 5000 clients connected. When I try to
> get all connections via qdstat (qdstat --limit 5000 -c) something goes wrong
> (seems to be a framing error). The output from qdstat is:
> {{ MessageException: [-10]: data error: (null)}}
> The problems seems to somehow be related to result size because when I set
> the limit to less I get the list of connections as expected. In my situation
> the critical limit is 3447 (i.e. 3447 result in the expected list of
> connections, 3448 result in the error above). It does not seem to be frame
> size related because getting 3447 connection is already spread over transfer
> frames (256182, 256512 and 159399 bytes).
> The error is not qdstat related because using some plain proton code to
> create a management query results in the same problem. Ultimately the call to
> pn_message_decode with data receive from the router fails (also wireshark can
> not decode the final frame).
> I have attached a wireshark dump to the qdstat session with the router
> ([^qdrouter-frame-errors.pcapng.gz]). The logs of the router (at info level)
> contain no further information.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]