You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@qpid.apache.org by Ganesh Murthy <gm...@apache.org> on 2018/10/12 15:11:16 UTC

[VOTE] Release Qpid Dispatch Router 1.4.0 (RC1)

Hello All,

         Please cast your vote on this thread to release RC1 as the
official Qpid Dispatch Router version  1.4.0.

RC1 of Qpid Dispatch Router version 1.4.0 can be found here:

https://dist.apache.org/repos/dist/dev/qpid/dispatch/1.4.0-rc1/

The following features, improvements, and bug fixes are introduced in 1.4.0:


Features -
    DISPATCH-1096 - support AMQP prioritized messages
    DISPATCH-1133 - Router core modules for Core extensions

Improvements -
    DISPATCH-1082 - Log messages can not be correlated to a specific connection
    DISPATCH-1099 - Add a timer facility for the core thread
    DISPATCH-1103 - auto-links should retry after detach
    DISPATCH-1105 - Remove untested and presumed unused iovec facility
    DISPATCH-1107 - Need info for logs to help disambiguate router connections
    DISPATCH-1108 - Tests failing in travis due to import errors
    DISPATCH-1109 - use serving host and port as defaults for connect
screen in console served by router
    DISPATCH-1123 - Add a link-endpoint API for in-core modules that
need to terminate links
    DISPATCH-1128 - Add delivery rate to connection mouseover on topology page
    DISPATCH-1129 - Receiver crash due to data corruption on multicast
streamed messages
    DISPATCH-1130 - Expose which message priority is being handled by
an inter-router link
    DISPATCH-1132 - Cleanup and memory reduction in the message module

Bug fixes -
    DISPATCH-1010 - Intermittent test failure with
system_tests_disallow_link_resumable_link_route
    DISPATCH-1081 - Messages to multicast addresses are being released
when no receivers attached
    DISPATCH-1086 - Dispatch Router sporadically goes into a state
where TLS connections to the auth service fail
    DISPATCH-1090 - Transfer/Disposition(state=release) loop forms
when application disconnects abruptly from brokered queue until link
credit is exhausted.
    DISPATCH-1098 - Fedora 28 python3-only test issues
    DISPATCH-1101 - system_tests_link_routes_add_external_prefix
failure on python3
    DISPATCH-1102 - Add/Delete link route prefix memory leak
    DISPATCH-1104 - qdstat --log log levels are wrong
    DISPATCH-1106 - Interrouter link name collisions when routers
started in same second
    DISPATCH-1110 - Intermittent router hang while running QIT's AMQP
large content test
    DISPATCH-1111 - auth delegation plugin: authenticated identity
should be taken from nested map
    DISPATCH-1112 - Interconnect not sending the detach response under load
    DISPATCH-1113 - Can't update log/AUTHSERVICE
    DISPATCH-1116 - qdmanage lets the module of log instance be changed
    DISPATCH-1117 - doc on update logging with qdmanage is inaccurate
    DISPATCH-1118 - Fix Valgrind errors in the tests
    DISPATCH-1119 - Assert in qdr_del_link_ref in self test
system_tests_multi_tenancy
    DISPATCH-1121 - qd_parse_as_(u)int() fails to detect
over/underflow of 32bit integers
    DISPATCH-1126 - ERROR Attempt to attach too many inter-router
links for priority sheaf.
    DISPATCH-1131 - validate link route prefix field
    DISPATCH-1134 - Console test should be skipped if it was manually
executed but console was not built
    DISPATCH-1137 - Connection info contains stale pointer to container id

Thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org


Re: [VOTE] Release Qpid Dispatch Router 1.4.0 (RC1)

Posted by Chuck Rolke <cr...@redhat.com>.
+1

verif checksum
Built with proton master@aa85a on fc27 x64
Ran self test
Ran local smoke tests


----- Original Message -----
> From: "Ganesh Murthy" <gm...@apache.org>
> To: users@qpid.apache.org
> Sent: Friday, October 12, 2018 11:11:16 AM
> Subject: [VOTE] Release Qpid Dispatch Router 1.4.0 (RC1)
> 
> Hello All,
> 
>          Please cast your vote on this thread to release RC1 as the
> official Qpid Dispatch Router version  1.4.0.
> 
> RC1 of Qpid Dispatch Router version 1.4.0 can be found here:
> 
> https://dist.apache.org/repos/dist/dev/qpid/dispatch/1.4.0-rc1/
> 
> The following features, improvements, and bug fixes are introduced in 1.4.0:
> 
> 
> Features -
>     DISPATCH-1096 - support AMQP prioritized messages
>     DISPATCH-1133 - Router core modules for Core extensions
> 
> Improvements -
>     DISPATCH-1082 - Log messages can not be correlated to a specific
>     connection
>     DISPATCH-1099 - Add a timer facility for the core thread
>     DISPATCH-1103 - auto-links should retry after detach
>     DISPATCH-1105 - Remove untested and presumed unused iovec facility
>     DISPATCH-1107 - Need info for logs to help disambiguate router
>     connections
>     DISPATCH-1108 - Tests failing in travis due to import errors
>     DISPATCH-1109 - use serving host and port as defaults for connect
> screen in console served by router
>     DISPATCH-1123 - Add a link-endpoint API for in-core modules that
> need to terminate links
>     DISPATCH-1128 - Add delivery rate to connection mouseover on topology
>     page
>     DISPATCH-1129 - Receiver crash due to data corruption on multicast
> streamed messages
>     DISPATCH-1130 - Expose which message priority is being handled by
> an inter-router link
>     DISPATCH-1132 - Cleanup and memory reduction in the message module
> 
> Bug fixes -
>     DISPATCH-1010 - Intermittent test failure with
> system_tests_disallow_link_resumable_link_route
>     DISPATCH-1081 - Messages to multicast addresses are being released
> when no receivers attached
>     DISPATCH-1086 - Dispatch Router sporadically goes into a state
> where TLS connections to the auth service fail
>     DISPATCH-1090 - Transfer/Disposition(state=release) loop forms
> when application disconnects abruptly from brokered queue until link
> credit is exhausted.
>     DISPATCH-1098 - Fedora 28 python3-only test issues
>     DISPATCH-1101 - system_tests_link_routes_add_external_prefix
> failure on python3
>     DISPATCH-1102 - Add/Delete link route prefix memory leak
>     DISPATCH-1104 - qdstat --log log levels are wrong
>     DISPATCH-1106 - Interrouter link name collisions when routers
> started in same second
>     DISPATCH-1110 - Intermittent router hang while running QIT's AMQP
> large content test
>     DISPATCH-1111 - auth delegation plugin: authenticated identity
> should be taken from nested map
>     DISPATCH-1112 - Interconnect not sending the detach response under load
>     DISPATCH-1113 - Can't update log/AUTHSERVICE
>     DISPATCH-1116 - qdmanage lets the module of log instance be changed
>     DISPATCH-1117 - doc on update logging with qdmanage is inaccurate
>     DISPATCH-1118 - Fix Valgrind errors in the tests
>     DISPATCH-1119 - Assert in qdr_del_link_ref in self test
> system_tests_multi_tenancy
>     DISPATCH-1121 - qd_parse_as_(u)int() fails to detect
> over/underflow of 32bit integers
>     DISPATCH-1126 - ERROR Attempt to attach too many inter-router
> links for priority sheaf.
>     DISPATCH-1131 - validate link route prefix field
>     DISPATCH-1134 - Console test should be skipped if it was manually
> executed but console was not built
>     DISPATCH-1137 - Connection info contains stale pointer to container id
> 
> Thanks
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
> For additional commands, e-mail: users-help@qpid.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org


Re: [VOTE] Release Qpid Dispatch Router 1.4.0 (RC1)

Posted by Gordon Sim <gs...@redhat.com>.
On 12/10/18 16:11, Ganesh Murthy wrote:
> Hello All,
> 
>           Please cast your vote on this thread to release RC1 as the
> official Qpid Dispatch Router version  1.4.0.
> 
> RC1 of Qpid Dispatch Router version 1.4.0 can be found here:
> 
> https://dist.apache.org/repos/dist/dev/qpid/dispatch/1.4.0-rc1/

+1

* verified signature and checksum
* built from source (against proton 0.26), ran tests and installed
* ran python examples against router
* ran qdstat from 1.3.0 against 1.4.0rc1 router
* ran qdstat from 1.4.0 rc1 against 1.3.0 router
* ran simple benchmark with jms, proton-c, rhea and proton-python
   against router
* ran suite of tests form external system that uses router

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org


Re: [VOTE] Release Qpid Dispatch Router 1.4.0 (RC1)

Posted by Ganesh Murthy <gm...@redhat.com>.
+1
* Validated signatures and checksums
* Checked for presence of LICENSE and NOTICE files
* Ran mvn apache-rat:check, no files with missing license headers found.
* Built from source against Proton 0.26.0  in Fedora 27 and ran system
tests. All tests passed

On Fri, Oct 12, 2018 at 1:36 PM Ernest Allen <ea...@redhat.com> wrote:

> +1
>
> Built router and console
> verified that console shows priority on inter-router links
> verified that qdstat -l shows priority
> ran some traffic through a small topology and verified console pages work
> on Chrome on linux and FF on linux.
>
> On Fri, Oct 12, 2018 at 11:11 AM Ganesh Murthy <gm...@apache.org> wrote:
>
> > Hello All,
> >
> >          Please cast your vote on this thread to release RC1 as the
> > official Qpid Dispatch Router version  1.4.0.
> >
> > RC1 of Qpid Dispatch Router version 1.4.0 can be found here:
> >
> > https://dist.apache.org/repos/dist/dev/qpid/dispatch/1.4.0-rc1/
> >
> > The following features, improvements, and bug fixes are introduced in
> > 1.4.0:
> >
> >
> > Features -
> >     DISPATCH-1096 - support AMQP prioritized messages
> >     DISPATCH-1133 - Router core modules for Core extensions
> >
> > Improvements -
> >     DISPATCH-1082 - Log messages can not be correlated to a specific
> > connection
> >     DISPATCH-1099 - Add a timer facility for the core thread
> >     DISPATCH-1103 - auto-links should retry after detach
> >     DISPATCH-1105 - Remove untested and presumed unused iovec facility
> >     DISPATCH-1107 - Need info for logs to help disambiguate router
> > connections
> >     DISPATCH-1108 - Tests failing in travis due to import errors
> >     DISPATCH-1109 - use serving host and port as defaults for connect
> > screen in console served by router
> >     DISPATCH-1123 - Add a link-endpoint API for in-core modules that
> > need to terminate links
> >     DISPATCH-1128 - Add delivery rate to connection mouseover on topology
> > page
> >     DISPATCH-1129 - Receiver crash due to data corruption on multicast
> > streamed messages
> >     DISPATCH-1130 - Expose which message priority is being handled by
> > an inter-router link
> >     DISPATCH-1132 - Cleanup and memory reduction in the message module
> >
> > Bug fixes -
> >     DISPATCH-1010 - Intermittent test failure with
> > system_tests_disallow_link_resumable_link_route
> >     DISPATCH-1081 - Messages to multicast addresses are being released
> > when no receivers attached
> >     DISPATCH-1086 - Dispatch Router sporadically goes into a state
> > where TLS connections to the auth service fail
> >     DISPATCH-1090 - Transfer/Disposition(state=release) loop forms
> > when application disconnects abruptly from brokered queue until link
> > credit is exhausted.
> >     DISPATCH-1098 - Fedora 28 python3-only test issues
> >     DISPATCH-1101 - system_tests_link_routes_add_external_prefix
> > failure on python3
> >     DISPATCH-1102 - Add/Delete link route prefix memory leak
> >     DISPATCH-1104 - qdstat --log log levels are wrong
> >     DISPATCH-1106 - Interrouter link name collisions when routers
> > started in same second
> >     DISPATCH-1110 - Intermittent router hang while running QIT's AMQP
> > large content test
> >     DISPATCH-1111 - auth delegation plugin: authenticated identity
> > should be taken from nested map
> >     DISPATCH-1112 - Interconnect not sending the detach response under
> load
> >     DISPATCH-1113 - Can't update log/AUTHSERVICE
> >     DISPATCH-1116 - qdmanage lets the module of log instance be changed
> >     DISPATCH-1117 - doc on update logging with qdmanage is inaccurate
> >     DISPATCH-1118 - Fix Valgrind errors in the tests
> >     DISPATCH-1119 - Assert in qdr_del_link_ref in self test
> > system_tests_multi_tenancy
> >     DISPATCH-1121 - qd_parse_as_(u)int() fails to detect
> > over/underflow of 32bit integers
> >     DISPATCH-1126 - ERROR Attempt to attach too many inter-router
> > links for priority sheaf.
> >     DISPATCH-1131 - validate link route prefix field
> >     DISPATCH-1134 - Console test should be skipped if it was manually
> > executed but console was not built
> >     DISPATCH-1137 - Connection info contains stale pointer to container
> id
> >
> > Thanks
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
> > For additional commands, e-mail: users-help@qpid.apache.org
> >
> >
>

Re: [VOTE] Release Qpid Dispatch Router 1.4.0 (RC1)

Posted by Ernest Allen <ea...@redhat.com>.
+1

Built router and console
verified that console shows priority on inter-router links
verified that qdstat -l shows priority
ran some traffic through a small topology and verified console pages work
on Chrome on linux and FF on linux.

On Fri, Oct 12, 2018 at 11:11 AM Ganesh Murthy <gm...@apache.org> wrote:

> Hello All,
>
>          Please cast your vote on this thread to release RC1 as the
> official Qpid Dispatch Router version  1.4.0.
>
> RC1 of Qpid Dispatch Router version 1.4.0 can be found here:
>
> https://dist.apache.org/repos/dist/dev/qpid/dispatch/1.4.0-rc1/
>
> The following features, improvements, and bug fixes are introduced in
> 1.4.0:
>
>
> Features -
>     DISPATCH-1096 - support AMQP prioritized messages
>     DISPATCH-1133 - Router core modules for Core extensions
>
> Improvements -
>     DISPATCH-1082 - Log messages can not be correlated to a specific
> connection
>     DISPATCH-1099 - Add a timer facility for the core thread
>     DISPATCH-1103 - auto-links should retry after detach
>     DISPATCH-1105 - Remove untested and presumed unused iovec facility
>     DISPATCH-1107 - Need info for logs to help disambiguate router
> connections
>     DISPATCH-1108 - Tests failing in travis due to import errors
>     DISPATCH-1109 - use serving host and port as defaults for connect
> screen in console served by router
>     DISPATCH-1123 - Add a link-endpoint API for in-core modules that
> need to terminate links
>     DISPATCH-1128 - Add delivery rate to connection mouseover on topology
> page
>     DISPATCH-1129 - Receiver crash due to data corruption on multicast
> streamed messages
>     DISPATCH-1130 - Expose which message priority is being handled by
> an inter-router link
>     DISPATCH-1132 - Cleanup and memory reduction in the message module
>
> Bug fixes -
>     DISPATCH-1010 - Intermittent test failure with
> system_tests_disallow_link_resumable_link_route
>     DISPATCH-1081 - Messages to multicast addresses are being released
> when no receivers attached
>     DISPATCH-1086 - Dispatch Router sporadically goes into a state
> where TLS connections to the auth service fail
>     DISPATCH-1090 - Transfer/Disposition(state=release) loop forms
> when application disconnects abruptly from brokered queue until link
> credit is exhausted.
>     DISPATCH-1098 - Fedora 28 python3-only test issues
>     DISPATCH-1101 - system_tests_link_routes_add_external_prefix
> failure on python3
>     DISPATCH-1102 - Add/Delete link route prefix memory leak
>     DISPATCH-1104 - qdstat --log log levels are wrong
>     DISPATCH-1106 - Interrouter link name collisions when routers
> started in same second
>     DISPATCH-1110 - Intermittent router hang while running QIT's AMQP
> large content test
>     DISPATCH-1111 - auth delegation plugin: authenticated identity
> should be taken from nested map
>     DISPATCH-1112 - Interconnect not sending the detach response under load
>     DISPATCH-1113 - Can't update log/AUTHSERVICE
>     DISPATCH-1116 - qdmanage lets the module of log instance be changed
>     DISPATCH-1117 - doc on update logging with qdmanage is inaccurate
>     DISPATCH-1118 - Fix Valgrind errors in the tests
>     DISPATCH-1119 - Assert in qdr_del_link_ref in self test
> system_tests_multi_tenancy
>     DISPATCH-1121 - qd_parse_as_(u)int() fails to detect
> over/underflow of 32bit integers
>     DISPATCH-1126 - ERROR Attempt to attach too many inter-router
> links for priority sheaf.
>     DISPATCH-1131 - validate link route prefix field
>     DISPATCH-1134 - Console test should be skipped if it was manually
> executed but console was not built
>     DISPATCH-1137 - Connection info contains stale pointer to container id
>
> Thanks
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
> For additional commands, e-mail: users-help@qpid.apache.org
>
>

Re: [VOTE] Release Qpid Dispatch Router 1.4.0 (RC1)

Posted by Ken Giusti <kg...@redhat.com>.
+1

Built on Ubuntu Xenial and Bionic, ran unit tests - no failure.

On Fri, Oct 12, 2018 at 11:11 AM Ganesh Murthy <gm...@apache.org> wrote:

> Hello All,
>
>          Please cast your vote on this thread to release RC1 as the
> official Qpid Dispatch Router version  1.4.0.
>
> RC1 of Qpid Dispatch Router version 1.4.0 can be found here:
>
> https://dist.apache.org/repos/dist/dev/qpid/dispatch/1.4.0-rc1/
>
> The following features, improvements, and bug fixes are introduced in
> 1.4.0:
>
>
> Features -
>     DISPATCH-1096 - support AMQP prioritized messages
>     DISPATCH-1133 - Router core modules for Core extensions
>
> Improvements -
>     DISPATCH-1082 - Log messages can not be correlated to a specific
> connection
>     DISPATCH-1099 - Add a timer facility for the core thread
>     DISPATCH-1103 - auto-links should retry after detach
>     DISPATCH-1105 - Remove untested and presumed unused iovec facility
>     DISPATCH-1107 - Need info for logs to help disambiguate router
> connections
>     DISPATCH-1108 - Tests failing in travis due to import errors
>     DISPATCH-1109 - use serving host and port as defaults for connect
> screen in console served by router
>     DISPATCH-1123 - Add a link-endpoint API for in-core modules that
> need to terminate links
>     DISPATCH-1128 - Add delivery rate to connection mouseover on topology
> page
>     DISPATCH-1129 - Receiver crash due to data corruption on multicast
> streamed messages
>     DISPATCH-1130 - Expose which message priority is being handled by
> an inter-router link
>     DISPATCH-1132 - Cleanup and memory reduction in the message module
>
> Bug fixes -
>     DISPATCH-1010 - Intermittent test failure with
> system_tests_disallow_link_resumable_link_route
>     DISPATCH-1081 - Messages to multicast addresses are being released
> when no receivers attached
>     DISPATCH-1086 - Dispatch Router sporadically goes into a state
> where TLS connections to the auth service fail
>     DISPATCH-1090 - Transfer/Disposition(state=release) loop forms
> when application disconnects abruptly from brokered queue until link
> credit is exhausted.
>     DISPATCH-1098 - Fedora 28 python3-only test issues
>     DISPATCH-1101 - system_tests_link_routes_add_external_prefix
> failure on python3
>     DISPATCH-1102 - Add/Delete link route prefix memory leak
>     DISPATCH-1104 - qdstat --log log levels are wrong
>     DISPATCH-1106 - Interrouter link name collisions when routers
> started in same second
>     DISPATCH-1110 - Intermittent router hang while running QIT's AMQP
> large content test
>     DISPATCH-1111 - auth delegation plugin: authenticated identity
> should be taken from nested map
>     DISPATCH-1112 - Interconnect not sending the detach response under load
>     DISPATCH-1113 - Can't update log/AUTHSERVICE
>     DISPATCH-1116 - qdmanage lets the module of log instance be changed
>     DISPATCH-1117 - doc on update logging with qdmanage is inaccurate
>     DISPATCH-1118 - Fix Valgrind errors in the tests
>     DISPATCH-1119 - Assert in qdr_del_link_ref in self test
> system_tests_multi_tenancy
>     DISPATCH-1121 - qd_parse_as_(u)int() fails to detect
> over/underflow of 32bit integers
>     DISPATCH-1126 - ERROR Attempt to attach too many inter-router
> links for priority sheaf.
>     DISPATCH-1131 - validate link route prefix field
>     DISPATCH-1134 - Console test should be skipped if it was manually
> executed but console was not built
>     DISPATCH-1137 - Connection info contains stale pointer to container id
>
> Thanks
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
> For additional commands, e-mail: users-help@qpid.apache.org
>
>

-- 
-K