[
https://issues.apache.org/jira/browse/DISPATCH-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16635936#comment-16635936
]
ASF GitHub Bot commented on DISPATCH-1081:
------------------------------------------
Github user codecov-io commented on the issue:
https://github.com/apache/qpid-dispatch/pull/376
#
[Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/376?src=pr&el=h1)
Report
> Merging
[#376](https://codecov.io/gh/apache/qpid-dispatch/pull/376?src=pr&el=desc) into
[master](https://codecov.io/gh/apache/qpid-dispatch/commit/c392ea84e639a7d2e1c7cb765b047b698d2f0521?src=pr&el=desc)
will **decrease** coverage by `0.04%`.
> The diff coverage is `n/a`.
[](https://codecov.io/gh/apache/qpid-dispatch/pull/376?src=pr&el=tree)
```diff
@@ Coverage Diff @@
## master #376 +/- ##
==========================================
- Coverage 84.85% 84.81% -0.05%
==========================================
Files 70 73 +3
Lines 16073 16475 +402
==========================================
+ Hits 13639 13973 +334
- Misses 2434 2502 +68
```
| [Impacted
Files](https://codecov.io/gh/apache/qpid-dispatch/pull/376?src=pr&el=tree) |
Coverage Δ | |
|---|---|---|
|
[src/server.c](https://codecov.io/gh/apache/qpid-dispatch/pull/376/diff?src=pr&el=tree#diff-c3JjL3NlcnZlci5j)
| `82.3% <0%> (-2.14%)` | :arrow_down: |
|
[src/message.c](https://codecov.io/gh/apache/qpid-dispatch/pull/376/diff?src=pr&el=tree#diff-c3JjL21lc3NhZ2UuYw==)
| `88.06% <0%> (-0.61%)` | :arrow_down: |
|
[src/router\_core/agent\_link.c](https://codecov.io/gh/apache/qpid-dispatch/pull/376/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2FnZW50X2xpbmsuYw==)
| `63.21% <0%> (-0.58%)` | :arrow_down: |
|
[src/router\_core/router\_core.c](https://codecov.io/gh/apache/qpid-dispatch/pull/376/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL3JvdXRlcl9jb3JlLmM=)
| `92.07% <0%> (-0.16%)` | :arrow_down: |
|
[src/remote\_sasl.c](https://codecov.io/gh/apache/qpid-dispatch/pull/376/diff?src=pr&el=tree#diff-c3JjL3JlbW90ZV9zYXNsLmM=)
| `1.15% <0%> (-0.01%)` | :arrow_down: |
|
[src/router\_core/router\_core\_thread.c](https://codecov.io/gh/apache/qpid-dispatch/pull/376/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL3JvdXRlcl9jb3JlX3RocmVhZC5j)
| `100% <0%> (ø)` | :arrow_up: |
|
[src/router\_core/edge\_control.c](https://codecov.io/gh/apache/qpid-dispatch/pull/376/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2VkZ2VfY29udHJvbC5j)
| `80% <0%> (ø)` | |
|
[src/router\_core/core\_link\_endpoint.c](https://codecov.io/gh/apache/qpid-dispatch/pull/376/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2NvcmVfbGlua19lbmRwb2ludC5j)
| `80% <0%> (ø)` | |
|
[src/router\_core/modules/core\_test\_hooks.c](https://codecov.io/gh/apache/qpid-dispatch/pull/376/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL21vZHVsZXMvY29yZV90ZXN0X2hvb2tzLmM=)
| `87.02% <0%> (ø)` | |
|
[src/router\_node.c](https://codecov.io/gh/apache/qpid-dispatch/pull/376/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9ub2RlLmM=)
| `93.75% <0%> (ø)` | :arrow_up: |
| ... and [6
more](https://codecov.io/gh/apache/qpid-dispatch/pull/376/diff?src=pr&el=tree-more)
| |
------
[Continue to review full report at
Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/376?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/376?src=pr&el=footer).
Last update
[c392ea8...a1e3f5d](https://codecov.io/gh/apache/qpid-dispatch/pull/376?src=pr&el=lastupdated).
Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
> Messages to multicast addresses are being released when no receivers attached
> -----------------------------------------------------------------------------
>
> Key: DISPATCH-1081
> URL: https://issues.apache.org/jira/browse/DISPATCH-1081
> Project: Qpid Dispatch
> Issue Type: Bug
> Affects Versions: 1.2.0
> Reporter: Alexander Rafferty
> Assignee: Ganesh Murthy
> Priority: Major
>
> When sending messages to a multicast address to which no consumers are
> attached, the router sends back a disposition of RELEASED. The expected
> behaviour is that all messages will be immediately settled by the ingress
> router with a disposition of ACCEPTED as per section 2.4.1 of the Dispatch
> router book:
> {quote}Multicast delivery is not reliable. If a producer sends an unsettled
> delivery, the ingress router shall settle the delivery with ACCEPTED
> disposition regardless of whether the message was delivered to any consumers.
> {quote}
> Is this a bug, or is this the expected behaviour? If this is the expected
> behaviour, can the router be configured to always accept messages to
> multicast addresses even where no consumers are actively listening?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]