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/05/01 20:39:25 UTC

[VOTE] Release Qpid Dispatch Router 1.1.0 (RC2)

Hello All,

         Please cast your vote on this thread to release RC2 as the
official Qpid Dispatch Router version  1.1.0.   RC2 of Qpid Dispatch
Router version 1.1.0 can be found here -

https://dist.apache.org/repos/dist/dev/qpid/dispatch/1.1.0-rc2/

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

Features -
    DISPATCH-89 - Model the legacy topic exchange behavior of qpidd
    DISPATCH-834 - Create config tool to create/read/update/delete
router config files
    DISPATCH-856 - Return router's hostname as a read-only attribute
on the router entity
    DISPATCH-892 - Support code coverage testing
    DISPATCH-911 - Add link and address level counters at the global
router level
    DISPATCH-932 - Provide per-ingress router counts for deliveries on
egress links

Improvements -
    DISPATCH-859 - Introduce SYSTEMD and SYSVINIT cmake switches to
install files accordingly
    DISPATCH-861 - Update to recent rhea.js
    DISPATCH-864 - Remove the SYSTEMD and SYSVINIT flags introduced by
DISPATCH-859
    DISPATCH-872 - Add a counter for dropped-presettleds on links
    DISPATCH-878 - qdrouterd should log real port if port 0 was
specified for the listener port property in qdrouterd.conf
    DISPATCH-884 - Add schema property to allow configurable TLS
protocol versions
    DISPATCH-885 - Modify qd_compose_insert_[string,symbol,binary] to
add zero-length [string, symbol, binary] for null input
    DISPATCH-888 - Balanced distribution algorithm visits each link to
determine the best_eligible_link
    DISPATCH-901 - add authz support to auth service plugin
    DISPATCH-904 - Add charts to overview page
    DISPATCH-918 - Improve router config consistency and metadata
    DISPATCH-921 - Install console dependencies with npm during make install
    DISPATCH-923 - Clean up javascript to pass eslint tests without errors
    DISPATCH-925 - Doc: Update anchor name format
    DISPATCH-938 - Doc: Remove the "Configuration Reference"
    DISPATCH-942 - allow resumable link routes to be refused
    DISPATCH-946 - Detect if npm install needs to be executed and
display a message
    DISPATCH-951 - log details for the proton found during build
    DISPATCH-963 - Router crash during shutdown in system_tests_distribution
    DISPATCH-971 - Revert DISPATCH-744 - Don't reject unsettled multicasts
    DISPATCH-972 - Dispatch Router doc should be consistent with "sudo" usage

Bug fixes -
    DISPATCH-580 - Log stats should be graphable
    DISPATCH-590 - List of log modules on the overview page is
occationally doubled
    DISPATCH-801 - Stand-alone version of the console does not open at
all when running offline
    DISPATCH-831 - Change conntector.cost default value to 1 instead of '1'
    DISPATCH-869 - Multiple brokers in a topology are displayed as a
single broker
    DISPATCH-875 - Document address and link route wildcards
    DISPATCH-876 - config file linkRoute should use connection instead
of connector
    DISPATCH-877 - Document how to configure TLS ciphers
    DISPATCH-879 - Document how Dispatch Router uses alternate failover URLs
    DISPATCH-880 - Document how Dispatch Router disconnects connections
    DISPATCH-886 - Console does not properly escape HTML in entity names
    DISPATCH-891 - Router incref assert in system_tests_delivery_abort
    DISPATCH-893 - Compile fails using libwebsockets 7
    DISPATCH-894 - Unable to run system tests on CentOS 6 (Python 2.6)
    DISPATCH-902 - Intermittent crash with link to broker when broker closed
    DISPATCH-905 - Dispatch Router not failing over to slave broker
when master broker goes away
    DISPATCH-907 - cannot set address phase via qdmanage tool
    DISPATCH-910 - Inter-router connections with dir 'in' have no host name
    DISPATCH-912 - system_tests_user_id_proxy and system_tests_policy failing
    DISPATCH-915 - connection rhost  not calculated soon enough
    DISPATCH-916 - qdmanage get-attributes and get-operations not
taking into account passed in type
    DISPATCH-919 - Display a warning when running Dispatch tests if
python-unittest2 is not installed
    DISPATCH-922 - Subsecond timestamps improperly formatted
    DISPATCH-927 - detach not echoed back on multi-hop link route
    DISPATCH-928 - calling map_destination for 'undefined' address
causes segfault
    DISPATCH-931 - Syntax error and missing dependencies in docker files
    DISPATCH-940 - When running qdrouterd with -c and -d combined,
configuration file is reporting as not found
    DISPATCH-943 - segfault in remote_sasl
    DISPATCH-944 - remote_sasl plugin leaving connections open
    DISPATCH-945 - Crash on shutdown when a http+websocket connection is open
    DISPATCH-947 - system tests on master branch failing when run
against latest master proton
    DISPATCH-948 - Move rhea npm dependency from dispatch-management
to stand-alone
    DISPATCH-952 - qdrouterd seg fault after reporting "too many sessions"
    DISPATCH-953 - Relative path name self test fails unless dispatch
is installed
    DISPATCH-954 - Fix Coverity issue on master branch
    DISPATCH-962 - links established to 'unavailable' addresses are
not refused correctly
    DISPATCH-964 - Auto-links are closed with an incorrect error indication
    DISPATCH-967 - Policy management interface does not forward log
warning messages
    DISPATCH-981 - link routing results in name collisions now that
single session is used
    DISPATCH-983 - link routed receiver link did not issue flow
    DISPATCH-986 - Coverity issues on master

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.1.0 (RC2)

Posted by Robbie Gemmell <ro...@gmail.com>.
I am also changing my vote to -1, as I now consider
https://issues.apache.org/jira/browse/DISPATCH-989 as blocking 1.1.0.
Not necessarily in functional terms, since noone (including me,
despite raising the JIRA) actually noticed the affected tool is broken
and Ernie thinks it should be removed, but in that I think it needs
decided what the path forward is before the release can happen since
that would largely affect it.

Robbie

On 8 May 2018 at 21:27, Ganesh Murthy <gm...@redhat.com> wrote:
> On Tue, May 8, 2018 at 4:16 PM, Ken Giusti <kg...@redhat.com> wrote:
>
>> -1
>>
>> 1.1.0 rc2 version of qdstat does not work against previous release of
>> dispatch router (1.0.1):
>>
>> $ qdstat -b localhost:25672 -g
>> KeyError: 'presettledDeliveries'
>>
>> This backward compat problem is serious enough that it warrants an RC3. I
> am changing my vote to -1
>
> presettledDeliveries (and some other) new attributes were added in
>> 1.1.0 and qdstat -g should not error out if they are missing.
>>
>> -K
>>
>> On Tue, May 8, 2018 at 3:23 PM, Ganesh Murthy <gm...@redhat.com> wrote:
>> > +1
>> > * Validated signatures and checksums
>> > * Checked for presence of LICENSE and NOTICE files
>> > * Ran mvn apache-rat:check, no missing license headers found.
>> > * Built from source against Proton 0.22 in Fedora 27 and ran system
>> tests.
>> > All tests passed
>> >
>> >
>> > On Tue, May 1, 2018 at 4:39 PM, Ganesh Murthy <gm...@apache.org>
>> wrote:
>> >
>> >> Hello All,
>> >>
>> >>          Please cast your vote on this thread to release RC2 as the
>> >> official Qpid Dispatch Router version  1.1.0.   RC2 of Qpid Dispatch
>> >> Router version 1.1.0 can be found here -
>> >>
>> >> https://dist.apache.org/repos/dist/dev/qpid/dispatch/1.1.0-rc2/
>> >>
>> >> The following features, improvements, and bug fixes are introduced in
>> >> 1.1.0:
>> >>
>> >> Features -
>> >>     DISPATCH-89 - Model the legacy topic exchange behavior of qpidd
>> >>     DISPATCH-834 - Create config tool to create/read/update/delete
>> >> router config files
>> >>     DISPATCH-856 - Return router's hostname as a read-only attribute
>> >> on the router entity
>> >>     DISPATCH-892 - Support code coverage testing
>> >>     DISPATCH-911 - Add link and address level counters at the global
>> >> router level
>> >>     DISPATCH-932 - Provide per-ingress router counts for deliveries on
>> >> egress links
>> >>
>> >> Improvements -
>> >>     DISPATCH-859 - Introduce SYSTEMD and SYSVINIT cmake switches to
>> >> install files accordingly
>> >>     DISPATCH-861 - Update to recent rhea.js
>> >>     DISPATCH-864 - Remove the SYSTEMD and SYSVINIT flags introduced by
>> >> DISPATCH-859
>> >>     DISPATCH-872 - Add a counter for dropped-presettleds on links
>> >>     DISPATCH-878 - qdrouterd should log real port if port 0 was
>> >> specified for the listener port property in qdrouterd.conf
>> >>     DISPATCH-884 - Add schema property to allow configurable TLS
>> >> protocol versions
>> >>     DISPATCH-885 - Modify qd_compose_insert_[string,symbol,binary] to
>> >> add zero-length [string, symbol, binary] for null input
>> >>     DISPATCH-888 - Balanced distribution algorithm visits each link to
>> >> determine the best_eligible_link
>> >>     DISPATCH-901 - add authz support to auth service plugin
>> >>     DISPATCH-904 - Add charts to overview page
>> >>     DISPATCH-918 - Improve router config consistency and metadata
>> >>     DISPATCH-921 - Install console dependencies with npm during make
>> >> install
>> >>     DISPATCH-923 - Clean up javascript to pass eslint tests without
>> errors
>> >>     DISPATCH-925 - Doc: Update anchor name format
>> >>     DISPATCH-938 - Doc: Remove the "Configuration Reference"
>> >>     DISPATCH-942 - allow resumable link routes to be refused
>> >>     DISPATCH-946 - Detect if npm install needs to be executed and
>> >> display a message
>> >>     DISPATCH-951 - log details for the proton found during build
>> >>     DISPATCH-963 - Router crash during shutdown in
>> >> system_tests_distribution
>> >>     DISPATCH-971 - Revert DISPATCH-744 - Don't reject unsettled
>> multicasts
>> >>     DISPATCH-972 - Dispatch Router doc should be consistent with "sudo"
>> >> usage
>> >>
>> >> Bug fixes -
>> >>     DISPATCH-580 - Log stats should be graphable
>> >>     DISPATCH-590 - List of log modules on the overview page is
>> >> occationally doubled
>> >>     DISPATCH-801 - Stand-alone version of the console does not open at
>> >> all when running offline
>> >>     DISPATCH-831 - Change conntector.cost default value to 1 instead of
>> '1'
>> >>     DISPATCH-869 - Multiple brokers in a topology are displayed as a
>> >> single broker
>> >>     DISPATCH-875 - Document address and link route wildcards
>> >>     DISPATCH-876 - config file linkRoute should use connection instead
>> >> of connector
>> >>     DISPATCH-877 - Document how to configure TLS ciphers
>> >>     DISPATCH-879 - Document how Dispatch Router uses alternate failover
>> >> URLs
>> >>     DISPATCH-880 - Document how Dispatch Router disconnects connections
>> >>     DISPATCH-886 - Console does not properly escape HTML in entity names
>> >>     DISPATCH-891 - Router incref assert in system_tests_delivery_abort
>> >>     DISPATCH-893 - Compile fails using libwebsockets 7
>> >>     DISPATCH-894 - Unable to run system tests on CentOS 6 (Python 2.6)
>> >>     DISPATCH-902 - Intermittent crash with link to broker when broker
>> >> closed
>> >>     DISPATCH-905 - Dispatch Router not failing over to slave broker
>> >> when master broker goes away
>> >>     DISPATCH-907 - cannot set address phase via qdmanage tool
>> >>     DISPATCH-910 - Inter-router connections with dir 'in' have no host
>> name
>> >>     DISPATCH-912 - system_tests_user_id_proxy and system_tests_policy
>> >> failing
>> >>     DISPATCH-915 - connection rhost  not calculated soon enough
>> >>     DISPATCH-916 - qdmanage get-attributes and get-operations not
>> >> taking into account passed in type
>> >>     DISPATCH-919 - Display a warning when running Dispatch tests if
>> >> python-unittest2 is not installed
>> >>     DISPATCH-922 - Subsecond timestamps improperly formatted
>> >>     DISPATCH-927 - detach not echoed back on multi-hop link route
>> >>     DISPATCH-928 - calling map_destination for 'undefined' address
>> >> causes segfault
>> >>     DISPATCH-931 - Syntax error and missing dependencies in docker files
>> >>     DISPATCH-940 - When running qdrouterd with -c and -d combined,
>> >> configuration file is reporting as not found
>> >>     DISPATCH-943 - segfault in remote_sasl
>> >>     DISPATCH-944 - remote_sasl plugin leaving connections open
>> >>     DISPATCH-945 - Crash on shutdown when a http+websocket connection is
>> >> open
>> >>     DISPATCH-947 - system tests on master branch failing when run
>> >> against latest master proton
>> >>     DISPATCH-948 - Move rhea npm dependency from dispatch-management
>> >> to stand-alone
>> >>     DISPATCH-952 - qdrouterd seg fault after reporting "too many
>> sessions"
>> >>     DISPATCH-953 - Relative path name self test fails unless dispatch
>> >> is installed
>> >>     DISPATCH-954 - Fix Coverity issue on master branch
>> >>     DISPATCH-962 - links established to 'unavailable' addresses are
>> >> not refused correctly
>> >>     DISPATCH-964 - Auto-links are closed with an incorrect error
>> indication
>> >>     DISPATCH-967 - Policy management interface does not forward log
>> >> warning messages
>> >>     DISPATCH-981 - link routing results in name collisions now that
>> >> single session is used
>> >>     DISPATCH-983 - link routed receiver link did not issue flow
>> >>     DISPATCH-986 - Coverity issues on master
>> >>
>> >> Thanks.
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
>> >> For additional commands, e-mail: users-help@qpid.apache.org
>> >>
>> >>
>>
>>
>>
>> --
>> -K
>>
>> ---------------------------------------------------------------------
>> 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.1.0 (RC2)

Posted by Ganesh Murthy <gm...@redhat.com>.
On Tue, May 8, 2018 at 4:16 PM, Ken Giusti <kg...@redhat.com> wrote:

> -1
>
> 1.1.0 rc2 version of qdstat does not work against previous release of
> dispatch router (1.0.1):
>
> $ qdstat -b localhost:25672 -g
> KeyError: 'presettledDeliveries'
>
> This backward compat problem is serious enough that it warrants an RC3. I
am changing my vote to -1

presettledDeliveries (and some other) new attributes were added in
> 1.1.0 and qdstat -g should not error out if they are missing.
>
> -K
>
> On Tue, May 8, 2018 at 3:23 PM, Ganesh Murthy <gm...@redhat.com> wrote:
> > +1
> > * Validated signatures and checksums
> > * Checked for presence of LICENSE and NOTICE files
> > * Ran mvn apache-rat:check, no missing license headers found.
> > * Built from source against Proton 0.22 in Fedora 27 and ran system
> tests.
> > All tests passed
> >
> >
> > On Tue, May 1, 2018 at 4:39 PM, Ganesh Murthy <gm...@apache.org>
> wrote:
> >
> >> Hello All,
> >>
> >>          Please cast your vote on this thread to release RC2 as the
> >> official Qpid Dispatch Router version  1.1.0.   RC2 of Qpid Dispatch
> >> Router version 1.1.0 can be found here -
> >>
> >> https://dist.apache.org/repos/dist/dev/qpid/dispatch/1.1.0-rc2/
> >>
> >> The following features, improvements, and bug fixes are introduced in
> >> 1.1.0:
> >>
> >> Features -
> >>     DISPATCH-89 - Model the legacy topic exchange behavior of qpidd
> >>     DISPATCH-834 - Create config tool to create/read/update/delete
> >> router config files
> >>     DISPATCH-856 - Return router's hostname as a read-only attribute
> >> on the router entity
> >>     DISPATCH-892 - Support code coverage testing
> >>     DISPATCH-911 - Add link and address level counters at the global
> >> router level
> >>     DISPATCH-932 - Provide per-ingress router counts for deliveries on
> >> egress links
> >>
> >> Improvements -
> >>     DISPATCH-859 - Introduce SYSTEMD and SYSVINIT cmake switches to
> >> install files accordingly
> >>     DISPATCH-861 - Update to recent rhea.js
> >>     DISPATCH-864 - Remove the SYSTEMD and SYSVINIT flags introduced by
> >> DISPATCH-859
> >>     DISPATCH-872 - Add a counter for dropped-presettleds on links
> >>     DISPATCH-878 - qdrouterd should log real port if port 0 was
> >> specified for the listener port property in qdrouterd.conf
> >>     DISPATCH-884 - Add schema property to allow configurable TLS
> >> protocol versions
> >>     DISPATCH-885 - Modify qd_compose_insert_[string,symbol,binary] to
> >> add zero-length [string, symbol, binary] for null input
> >>     DISPATCH-888 - Balanced distribution algorithm visits each link to
> >> determine the best_eligible_link
> >>     DISPATCH-901 - add authz support to auth service plugin
> >>     DISPATCH-904 - Add charts to overview page
> >>     DISPATCH-918 - Improve router config consistency and metadata
> >>     DISPATCH-921 - Install console dependencies with npm during make
> >> install
> >>     DISPATCH-923 - Clean up javascript to pass eslint tests without
> errors
> >>     DISPATCH-925 - Doc: Update anchor name format
> >>     DISPATCH-938 - Doc: Remove the "Configuration Reference"
> >>     DISPATCH-942 - allow resumable link routes to be refused
> >>     DISPATCH-946 - Detect if npm install needs to be executed and
> >> display a message
> >>     DISPATCH-951 - log details for the proton found during build
> >>     DISPATCH-963 - Router crash during shutdown in
> >> system_tests_distribution
> >>     DISPATCH-971 - Revert DISPATCH-744 - Don't reject unsettled
> multicasts
> >>     DISPATCH-972 - Dispatch Router doc should be consistent with "sudo"
> >> usage
> >>
> >> Bug fixes -
> >>     DISPATCH-580 - Log stats should be graphable
> >>     DISPATCH-590 - List of log modules on the overview page is
> >> occationally doubled
> >>     DISPATCH-801 - Stand-alone version of the console does not open at
> >> all when running offline
> >>     DISPATCH-831 - Change conntector.cost default value to 1 instead of
> '1'
> >>     DISPATCH-869 - Multiple brokers in a topology are displayed as a
> >> single broker
> >>     DISPATCH-875 - Document address and link route wildcards
> >>     DISPATCH-876 - config file linkRoute should use connection instead
> >> of connector
> >>     DISPATCH-877 - Document how to configure TLS ciphers
> >>     DISPATCH-879 - Document how Dispatch Router uses alternate failover
> >> URLs
> >>     DISPATCH-880 - Document how Dispatch Router disconnects connections
> >>     DISPATCH-886 - Console does not properly escape HTML in entity names
> >>     DISPATCH-891 - Router incref assert in system_tests_delivery_abort
> >>     DISPATCH-893 - Compile fails using libwebsockets 7
> >>     DISPATCH-894 - Unable to run system tests on CentOS 6 (Python 2.6)
> >>     DISPATCH-902 - Intermittent crash with link to broker when broker
> >> closed
> >>     DISPATCH-905 - Dispatch Router not failing over to slave broker
> >> when master broker goes away
> >>     DISPATCH-907 - cannot set address phase via qdmanage tool
> >>     DISPATCH-910 - Inter-router connections with dir 'in' have no host
> name
> >>     DISPATCH-912 - system_tests_user_id_proxy and system_tests_policy
> >> failing
> >>     DISPATCH-915 - connection rhost  not calculated soon enough
> >>     DISPATCH-916 - qdmanage get-attributes and get-operations not
> >> taking into account passed in type
> >>     DISPATCH-919 - Display a warning when running Dispatch tests if
> >> python-unittest2 is not installed
> >>     DISPATCH-922 - Subsecond timestamps improperly formatted
> >>     DISPATCH-927 - detach not echoed back on multi-hop link route
> >>     DISPATCH-928 - calling map_destination for 'undefined' address
> >> causes segfault
> >>     DISPATCH-931 - Syntax error and missing dependencies in docker files
> >>     DISPATCH-940 - When running qdrouterd with -c and -d combined,
> >> configuration file is reporting as not found
> >>     DISPATCH-943 - segfault in remote_sasl
> >>     DISPATCH-944 - remote_sasl plugin leaving connections open
> >>     DISPATCH-945 - Crash on shutdown when a http+websocket connection is
> >> open
> >>     DISPATCH-947 - system tests on master branch failing when run
> >> against latest master proton
> >>     DISPATCH-948 - Move rhea npm dependency from dispatch-management
> >> to stand-alone
> >>     DISPATCH-952 - qdrouterd seg fault after reporting "too many
> sessions"
> >>     DISPATCH-953 - Relative path name self test fails unless dispatch
> >> is installed
> >>     DISPATCH-954 - Fix Coverity issue on master branch
> >>     DISPATCH-962 - links established to 'unavailable' addresses are
> >> not refused correctly
> >>     DISPATCH-964 - Auto-links are closed with an incorrect error
> indication
> >>     DISPATCH-967 - Policy management interface does not forward log
> >> warning messages
> >>     DISPATCH-981 - link routing results in name collisions now that
> >> single session is used
> >>     DISPATCH-983 - link routed receiver link did not issue flow
> >>     DISPATCH-986 - Coverity issues on master
> >>
> >> Thanks.
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
> >> For additional commands, e-mail: users-help@qpid.apache.org
> >>
> >>
>
>
>
> --
> -K
>
> ---------------------------------------------------------------------
> 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.1.0 (RC2)

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

1.1.0 rc2 version of qdstat does not work against previous release of
dispatch router (1.0.1):

$ qdstat -b localhost:25672 -g
KeyError: 'presettledDeliveries'

presettledDeliveries (and some other) new attributes were added in
1.1.0 and qdstat -g should not error out if they are missing.

-K

On Tue, May 8, 2018 at 3:23 PM, Ganesh Murthy <gm...@redhat.com> wrote:
> +1
> * Validated signatures and checksums
> * Checked for presence of LICENSE and NOTICE files
> * Ran mvn apache-rat:check, no missing license headers found.
> * Built from source against Proton 0.22 in Fedora 27 and ran system tests.
> All tests passed
>
>
> On Tue, May 1, 2018 at 4:39 PM, Ganesh Murthy <gm...@apache.org> wrote:
>
>> Hello All,
>>
>>          Please cast your vote on this thread to release RC2 as the
>> official Qpid Dispatch Router version  1.1.0.   RC2 of Qpid Dispatch
>> Router version 1.1.0 can be found here -
>>
>> https://dist.apache.org/repos/dist/dev/qpid/dispatch/1.1.0-rc2/
>>
>> The following features, improvements, and bug fixes are introduced in
>> 1.1.0:
>>
>> Features -
>>     DISPATCH-89 - Model the legacy topic exchange behavior of qpidd
>>     DISPATCH-834 - Create config tool to create/read/update/delete
>> router config files
>>     DISPATCH-856 - Return router's hostname as a read-only attribute
>> on the router entity
>>     DISPATCH-892 - Support code coverage testing
>>     DISPATCH-911 - Add link and address level counters at the global
>> router level
>>     DISPATCH-932 - Provide per-ingress router counts for deliveries on
>> egress links
>>
>> Improvements -
>>     DISPATCH-859 - Introduce SYSTEMD and SYSVINIT cmake switches to
>> install files accordingly
>>     DISPATCH-861 - Update to recent rhea.js
>>     DISPATCH-864 - Remove the SYSTEMD and SYSVINIT flags introduced by
>> DISPATCH-859
>>     DISPATCH-872 - Add a counter for dropped-presettleds on links
>>     DISPATCH-878 - qdrouterd should log real port if port 0 was
>> specified for the listener port property in qdrouterd.conf
>>     DISPATCH-884 - Add schema property to allow configurable TLS
>> protocol versions
>>     DISPATCH-885 - Modify qd_compose_insert_[string,symbol,binary] to
>> add zero-length [string, symbol, binary] for null input
>>     DISPATCH-888 - Balanced distribution algorithm visits each link to
>> determine the best_eligible_link
>>     DISPATCH-901 - add authz support to auth service plugin
>>     DISPATCH-904 - Add charts to overview page
>>     DISPATCH-918 - Improve router config consistency and metadata
>>     DISPATCH-921 - Install console dependencies with npm during make
>> install
>>     DISPATCH-923 - Clean up javascript to pass eslint tests without errors
>>     DISPATCH-925 - Doc: Update anchor name format
>>     DISPATCH-938 - Doc: Remove the "Configuration Reference"
>>     DISPATCH-942 - allow resumable link routes to be refused
>>     DISPATCH-946 - Detect if npm install needs to be executed and
>> display a message
>>     DISPATCH-951 - log details for the proton found during build
>>     DISPATCH-963 - Router crash during shutdown in
>> system_tests_distribution
>>     DISPATCH-971 - Revert DISPATCH-744 - Don't reject unsettled multicasts
>>     DISPATCH-972 - Dispatch Router doc should be consistent with "sudo"
>> usage
>>
>> Bug fixes -
>>     DISPATCH-580 - Log stats should be graphable
>>     DISPATCH-590 - List of log modules on the overview page is
>> occationally doubled
>>     DISPATCH-801 - Stand-alone version of the console does not open at
>> all when running offline
>>     DISPATCH-831 - Change conntector.cost default value to 1 instead of '1'
>>     DISPATCH-869 - Multiple brokers in a topology are displayed as a
>> single broker
>>     DISPATCH-875 - Document address and link route wildcards
>>     DISPATCH-876 - config file linkRoute should use connection instead
>> of connector
>>     DISPATCH-877 - Document how to configure TLS ciphers
>>     DISPATCH-879 - Document how Dispatch Router uses alternate failover
>> URLs
>>     DISPATCH-880 - Document how Dispatch Router disconnects connections
>>     DISPATCH-886 - Console does not properly escape HTML in entity names
>>     DISPATCH-891 - Router incref assert in system_tests_delivery_abort
>>     DISPATCH-893 - Compile fails using libwebsockets 7
>>     DISPATCH-894 - Unable to run system tests on CentOS 6 (Python 2.6)
>>     DISPATCH-902 - Intermittent crash with link to broker when broker
>> closed
>>     DISPATCH-905 - Dispatch Router not failing over to slave broker
>> when master broker goes away
>>     DISPATCH-907 - cannot set address phase via qdmanage tool
>>     DISPATCH-910 - Inter-router connections with dir 'in' have no host name
>>     DISPATCH-912 - system_tests_user_id_proxy and system_tests_policy
>> failing
>>     DISPATCH-915 - connection rhost  not calculated soon enough
>>     DISPATCH-916 - qdmanage get-attributes and get-operations not
>> taking into account passed in type
>>     DISPATCH-919 - Display a warning when running Dispatch tests if
>> python-unittest2 is not installed
>>     DISPATCH-922 - Subsecond timestamps improperly formatted
>>     DISPATCH-927 - detach not echoed back on multi-hop link route
>>     DISPATCH-928 - calling map_destination for 'undefined' address
>> causes segfault
>>     DISPATCH-931 - Syntax error and missing dependencies in docker files
>>     DISPATCH-940 - When running qdrouterd with -c and -d combined,
>> configuration file is reporting as not found
>>     DISPATCH-943 - segfault in remote_sasl
>>     DISPATCH-944 - remote_sasl plugin leaving connections open
>>     DISPATCH-945 - Crash on shutdown when a http+websocket connection is
>> open
>>     DISPATCH-947 - system tests on master branch failing when run
>> against latest master proton
>>     DISPATCH-948 - Move rhea npm dependency from dispatch-management
>> to stand-alone
>>     DISPATCH-952 - qdrouterd seg fault after reporting "too many sessions"
>>     DISPATCH-953 - Relative path name self test fails unless dispatch
>> is installed
>>     DISPATCH-954 - Fix Coverity issue on master branch
>>     DISPATCH-962 - links established to 'unavailable' addresses are
>> not refused correctly
>>     DISPATCH-964 - Auto-links are closed with an incorrect error indication
>>     DISPATCH-967 - Policy management interface does not forward log
>> warning messages
>>     DISPATCH-981 - link routing results in name collisions now that
>> single session is used
>>     DISPATCH-983 - link routed receiver link did not issue flow
>>     DISPATCH-986 - Coverity issues on master
>>
>> Thanks.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
>> For additional commands, e-mail: users-help@qpid.apache.org
>>
>>



-- 
-K

---------------------------------------------------------------------
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.1.0 (RC2)

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 missing license headers found.
* Built from source against Proton 0.22 in Fedora 27 and ran system tests.
All tests passed


On Tue, May 1, 2018 at 4:39 PM, Ganesh Murthy <gm...@apache.org> wrote:

> Hello All,
>
>          Please cast your vote on this thread to release RC2 as the
> official Qpid Dispatch Router version  1.1.0.   RC2 of Qpid Dispatch
> Router version 1.1.0 can be found here -
>
> https://dist.apache.org/repos/dist/dev/qpid/dispatch/1.1.0-rc2/
>
> The following features, improvements, and bug fixes are introduced in
> 1.1.0:
>
> Features -
>     DISPATCH-89 - Model the legacy topic exchange behavior of qpidd
>     DISPATCH-834 - Create config tool to create/read/update/delete
> router config files
>     DISPATCH-856 - Return router's hostname as a read-only attribute
> on the router entity
>     DISPATCH-892 - Support code coverage testing
>     DISPATCH-911 - Add link and address level counters at the global
> router level
>     DISPATCH-932 - Provide per-ingress router counts for deliveries on
> egress links
>
> Improvements -
>     DISPATCH-859 - Introduce SYSTEMD and SYSVINIT cmake switches to
> install files accordingly
>     DISPATCH-861 - Update to recent rhea.js
>     DISPATCH-864 - Remove the SYSTEMD and SYSVINIT flags introduced by
> DISPATCH-859
>     DISPATCH-872 - Add a counter for dropped-presettleds on links
>     DISPATCH-878 - qdrouterd should log real port if port 0 was
> specified for the listener port property in qdrouterd.conf
>     DISPATCH-884 - Add schema property to allow configurable TLS
> protocol versions
>     DISPATCH-885 - Modify qd_compose_insert_[string,symbol,binary] to
> add zero-length [string, symbol, binary] for null input
>     DISPATCH-888 - Balanced distribution algorithm visits each link to
> determine the best_eligible_link
>     DISPATCH-901 - add authz support to auth service plugin
>     DISPATCH-904 - Add charts to overview page
>     DISPATCH-918 - Improve router config consistency and metadata
>     DISPATCH-921 - Install console dependencies with npm during make
> install
>     DISPATCH-923 - Clean up javascript to pass eslint tests without errors
>     DISPATCH-925 - Doc: Update anchor name format
>     DISPATCH-938 - Doc: Remove the "Configuration Reference"
>     DISPATCH-942 - allow resumable link routes to be refused
>     DISPATCH-946 - Detect if npm install needs to be executed and
> display a message
>     DISPATCH-951 - log details for the proton found during build
>     DISPATCH-963 - Router crash during shutdown in
> system_tests_distribution
>     DISPATCH-971 - Revert DISPATCH-744 - Don't reject unsettled multicasts
>     DISPATCH-972 - Dispatch Router doc should be consistent with "sudo"
> usage
>
> Bug fixes -
>     DISPATCH-580 - Log stats should be graphable
>     DISPATCH-590 - List of log modules on the overview page is
> occationally doubled
>     DISPATCH-801 - Stand-alone version of the console does not open at
> all when running offline
>     DISPATCH-831 - Change conntector.cost default value to 1 instead of '1'
>     DISPATCH-869 - Multiple brokers in a topology are displayed as a
> single broker
>     DISPATCH-875 - Document address and link route wildcards
>     DISPATCH-876 - config file linkRoute should use connection instead
> of connector
>     DISPATCH-877 - Document how to configure TLS ciphers
>     DISPATCH-879 - Document how Dispatch Router uses alternate failover
> URLs
>     DISPATCH-880 - Document how Dispatch Router disconnects connections
>     DISPATCH-886 - Console does not properly escape HTML in entity names
>     DISPATCH-891 - Router incref assert in system_tests_delivery_abort
>     DISPATCH-893 - Compile fails using libwebsockets 7
>     DISPATCH-894 - Unable to run system tests on CentOS 6 (Python 2.6)
>     DISPATCH-902 - Intermittent crash with link to broker when broker
> closed
>     DISPATCH-905 - Dispatch Router not failing over to slave broker
> when master broker goes away
>     DISPATCH-907 - cannot set address phase via qdmanage tool
>     DISPATCH-910 - Inter-router connections with dir 'in' have no host name
>     DISPATCH-912 - system_tests_user_id_proxy and system_tests_policy
> failing
>     DISPATCH-915 - connection rhost  not calculated soon enough
>     DISPATCH-916 - qdmanage get-attributes and get-operations not
> taking into account passed in type
>     DISPATCH-919 - Display a warning when running Dispatch tests if
> python-unittest2 is not installed
>     DISPATCH-922 - Subsecond timestamps improperly formatted
>     DISPATCH-927 - detach not echoed back on multi-hop link route
>     DISPATCH-928 - calling map_destination for 'undefined' address
> causes segfault
>     DISPATCH-931 - Syntax error and missing dependencies in docker files
>     DISPATCH-940 - When running qdrouterd with -c and -d combined,
> configuration file is reporting as not found
>     DISPATCH-943 - segfault in remote_sasl
>     DISPATCH-944 - remote_sasl plugin leaving connections open
>     DISPATCH-945 - Crash on shutdown when a http+websocket connection is
> open
>     DISPATCH-947 - system tests on master branch failing when run
> against latest master proton
>     DISPATCH-948 - Move rhea npm dependency from dispatch-management
> to stand-alone
>     DISPATCH-952 - qdrouterd seg fault after reporting "too many sessions"
>     DISPATCH-953 - Relative path name self test fails unless dispatch
> is installed
>     DISPATCH-954 - Fix Coverity issue on master branch
>     DISPATCH-962 - links established to 'unavailable' addresses are
> not refused correctly
>     DISPATCH-964 - Auto-links are closed with an incorrect error indication
>     DISPATCH-967 - Policy management interface does not forward log
> warning messages
>     DISPATCH-981 - link routing results in name collisions now that
> single session is used
>     DISPATCH-983 - link routed receiver link did not issue flow
>     DISPATCH-986 - Coverity issues on master
>
> 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.1.0 (RC2)

Posted by Gordon Sim <gs...@redhat.com>.
On 08/05/18 12:25, Robbie Gemmell wrote:
> I know some of the main reasons for reduced turnout so far are that
> various folks have been tied-up/ill/on-holiday in recent/coming days,
> but its also worth saying that sometimes folks might also wait for you
> to cast a vote before they do.

Just fyi: I have been testing rc2. I hit one possible issue[1]. 
Unfortunately it is hard to reproduce (occurs only in CI for a system 
built on top of the router) and I have not yet got a clear cause.

I am reluctant to vote either way until I have more clearly understood 
the cause of the issue. I hope to make some progress on this soon and 
will up date then if the vote is still open.

[1] A segfault apparently due to invalid read/write in the epoll 
proactor. This is so far reproducible under CI but not outside it. It 
did not happen with an older router image, build from master in 
mid-march against proton 0.21.0-rc1 . I have tried rc2 built against 
both 0.22.0 and 0.21.0 and both appear to suffer the same issue.

---------------------------------------------------------------------
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.1.0 (RC2)

Posted by Robbie Gemmell <ro...@gmail.com>.
I know some of the main reasons for reduced turnout so far are that
various folks have been tied-up/ill/on-holiday in recent/coming days,
but its also worth saying that sometimes folks might also wait for you
to cast a vote before they do.

On 7 May 2018 at 18:28, Ganesh Murthy <gm...@redhat.com> wrote:
> The vote is being extended for a couple more days to give time for people
> to test. Thanks.
>
> On Tue, May 1, 2018 at 4:39 PM, Ganesh Murthy <gm...@apache.org> wrote:
>
>> Hello All,
>>
>>          Please cast your vote on this thread to release RC2 as the
>> official Qpid Dispatch Router version  1.1.0.   RC2 of Qpid Dispatch
>> Router version 1.1.0 can be found here -
>>
>> https://dist.apache.org/repos/dist/dev/qpid/dispatch/1.1.0-rc2/
>>
>> The following features, improvements, and bug fixes are introduced in
>> 1.1.0:
>>
>> Features -
>>     DISPATCH-89 - Model the legacy topic exchange behavior of qpidd
>>     DISPATCH-834 - Create config tool to create/read/update/delete
>> router config files
>>     DISPATCH-856 - Return router's hostname as a read-only attribute
>> on the router entity
>>     DISPATCH-892 - Support code coverage testing
>>     DISPATCH-911 - Add link and address level counters at the global
>> router level
>>     DISPATCH-932 - Provide per-ingress router counts for deliveries on
>> egress links
>>
>> Improvements -
>>     DISPATCH-859 - Introduce SYSTEMD and SYSVINIT cmake switches to
>> install files accordingly
>>     DISPATCH-861 - Update to recent rhea.js
>>     DISPATCH-864 - Remove the SYSTEMD and SYSVINIT flags introduced by
>> DISPATCH-859
>>     DISPATCH-872 - Add a counter for dropped-presettleds on links
>>     DISPATCH-878 - qdrouterd should log real port if port 0 was
>> specified for the listener port property in qdrouterd.conf
>>     DISPATCH-884 - Add schema property to allow configurable TLS
>> protocol versions
>>     DISPATCH-885 - Modify qd_compose_insert_[string,symbol,binary] to
>> add zero-length [string, symbol, binary] for null input
>>     DISPATCH-888 - Balanced distribution algorithm visits each link to
>> determine the best_eligible_link
>>     DISPATCH-901 - add authz support to auth service plugin
>>     DISPATCH-904 - Add charts to overview page
>>     DISPATCH-918 - Improve router config consistency and metadata
>>     DISPATCH-921 - Install console dependencies with npm during make
>> install
>>     DISPATCH-923 - Clean up javascript to pass eslint tests without errors
>>     DISPATCH-925 - Doc: Update anchor name format
>>     DISPATCH-938 - Doc: Remove the "Configuration Reference"
>>     DISPATCH-942 - allow resumable link routes to be refused
>>     DISPATCH-946 - Detect if npm install needs to be executed and
>> display a message
>>     DISPATCH-951 - log details for the proton found during build
>>     DISPATCH-963 - Router crash during shutdown in
>> system_tests_distribution
>>     DISPATCH-971 - Revert DISPATCH-744 - Don't reject unsettled multicasts
>>     DISPATCH-972 - Dispatch Router doc should be consistent with "sudo"
>> usage
>>
>> Bug fixes -
>>     DISPATCH-580 - Log stats should be graphable
>>     DISPATCH-590 - List of log modules on the overview page is
>> occationally doubled
>>     DISPATCH-801 - Stand-alone version of the console does not open at
>> all when running offline
>>     DISPATCH-831 - Change conntector.cost default value to 1 instead of '1'
>>     DISPATCH-869 - Multiple brokers in a topology are displayed as a
>> single broker
>>     DISPATCH-875 - Document address and link route wildcards
>>     DISPATCH-876 - config file linkRoute should use connection instead
>> of connector
>>     DISPATCH-877 - Document how to configure TLS ciphers
>>     DISPATCH-879 - Document how Dispatch Router uses alternate failover
>> URLs
>>     DISPATCH-880 - Document how Dispatch Router disconnects connections
>>     DISPATCH-886 - Console does not properly escape HTML in entity names
>>     DISPATCH-891 - Router incref assert in system_tests_delivery_abort
>>     DISPATCH-893 - Compile fails using libwebsockets 7
>>     DISPATCH-894 - Unable to run system tests on CentOS 6 (Python 2.6)
>>     DISPATCH-902 - Intermittent crash with link to broker when broker
>> closed
>>     DISPATCH-905 - Dispatch Router not failing over to slave broker
>> when master broker goes away
>>     DISPATCH-907 - cannot set address phase via qdmanage tool
>>     DISPATCH-910 - Inter-router connections with dir 'in' have no host name
>>     DISPATCH-912 - system_tests_user_id_proxy and system_tests_policy
>> failing
>>     DISPATCH-915 - connection rhost  not calculated soon enough
>>     DISPATCH-916 - qdmanage get-attributes and get-operations not
>> taking into account passed in type
>>     DISPATCH-919 - Display a warning when running Dispatch tests if
>> python-unittest2 is not installed
>>     DISPATCH-922 - Subsecond timestamps improperly formatted
>>     DISPATCH-927 - detach not echoed back on multi-hop link route
>>     DISPATCH-928 - calling map_destination for 'undefined' address
>> causes segfault
>>     DISPATCH-931 - Syntax error and missing dependencies in docker files
>>     DISPATCH-940 - When running qdrouterd with -c and -d combined,
>> configuration file is reporting as not found
>>     DISPATCH-943 - segfault in remote_sasl
>>     DISPATCH-944 - remote_sasl plugin leaving connections open
>>     DISPATCH-945 - Crash on shutdown when a http+websocket connection is
>> open
>>     DISPATCH-947 - system tests on master branch failing when run
>> against latest master proton
>>     DISPATCH-948 - Move rhea npm dependency from dispatch-management
>> to stand-alone
>>     DISPATCH-952 - qdrouterd seg fault after reporting "too many sessions"
>>     DISPATCH-953 - Relative path name self test fails unless dispatch
>> is installed
>>     DISPATCH-954 - Fix Coverity issue on master branch
>>     DISPATCH-962 - links established to 'unavailable' addresses are
>> not refused correctly
>>     DISPATCH-964 - Auto-links are closed with an incorrect error indication
>>     DISPATCH-967 - Policy management interface does not forward log
>> warning messages
>>     DISPATCH-981 - link routing results in name collisions now that
>> single session is used
>>     DISPATCH-983 - link routed receiver link did not issue flow
>>     DISPATCH-986 - Coverity issues on master
>>
>> 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.1.0 (RC2)

Posted by Jakub Scholz <ja...@scholz.cz>.
Ups ... I run my tests but forgot the vote :-).

+1 ... I build it from source on CentOS 7 and used with different AMQP 1.0
clients.

On Mon, May 7, 2018 at 7:28 PM, Ganesh Murthy <gm...@redhat.com> wrote:

> The vote is being extended for a couple more days to give time for people
> to test. Thanks.
>
> On Tue, May 1, 2018 at 4:39 PM, Ganesh Murthy <gm...@apache.org> wrote:
>
> > Hello All,
> >
> >          Please cast your vote on this thread to release RC2 as the
> > official Qpid Dispatch Router version  1.1.0.   RC2 of Qpid Dispatch
> > Router version 1.1.0 can be found here -
> >
> > https://dist.apache.org/repos/dist/dev/qpid/dispatch/1.1.0-rc2/
> >
> > The following features, improvements, and bug fixes are introduced in
> > 1.1.0:
> >
> > Features -
> >     DISPATCH-89 - Model the legacy topic exchange behavior of qpidd
> >     DISPATCH-834 - Create config tool to create/read/update/delete
> > router config files
> >     DISPATCH-856 - Return router's hostname as a read-only attribute
> > on the router entity
> >     DISPATCH-892 - Support code coverage testing
> >     DISPATCH-911 - Add link and address level counters at the global
> > router level
> >     DISPATCH-932 - Provide per-ingress router counts for deliveries on
> > egress links
> >
> > Improvements -
> >     DISPATCH-859 - Introduce SYSTEMD and SYSVINIT cmake switches to
> > install files accordingly
> >     DISPATCH-861 - Update to recent rhea.js
> >     DISPATCH-864 - Remove the SYSTEMD and SYSVINIT flags introduced by
> > DISPATCH-859
> >     DISPATCH-872 - Add a counter for dropped-presettleds on links
> >     DISPATCH-878 - qdrouterd should log real port if port 0 was
> > specified for the listener port property in qdrouterd.conf
> >     DISPATCH-884 - Add schema property to allow configurable TLS
> > protocol versions
> >     DISPATCH-885 - Modify qd_compose_insert_[string,symbol,binary] to
> > add zero-length [string, symbol, binary] for null input
> >     DISPATCH-888 - Balanced distribution algorithm visits each link to
> > determine the best_eligible_link
> >     DISPATCH-901 - add authz support to auth service plugin
> >     DISPATCH-904 - Add charts to overview page
> >     DISPATCH-918 - Improve router config consistency and metadata
> >     DISPATCH-921 - Install console dependencies with npm during make
> > install
> >     DISPATCH-923 - Clean up javascript to pass eslint tests without
> errors
> >     DISPATCH-925 - Doc: Update anchor name format
> >     DISPATCH-938 - Doc: Remove the "Configuration Reference"
> >     DISPATCH-942 - allow resumable link routes to be refused
> >     DISPATCH-946 - Detect if npm install needs to be executed and
> > display a message
> >     DISPATCH-951 - log details for the proton found during build
> >     DISPATCH-963 - Router crash during shutdown in
> > system_tests_distribution
> >     DISPATCH-971 - Revert DISPATCH-744 - Don't reject unsettled
> multicasts
> >     DISPATCH-972 - Dispatch Router doc should be consistent with "sudo"
> > usage
> >
> > Bug fixes -
> >     DISPATCH-580 - Log stats should be graphable
> >     DISPATCH-590 - List of log modules on the overview page is
> > occationally doubled
> >     DISPATCH-801 - Stand-alone version of the console does not open at
> > all when running offline
> >     DISPATCH-831 - Change conntector.cost default value to 1 instead of
> '1'
> >     DISPATCH-869 - Multiple brokers in a topology are displayed as a
> > single broker
> >     DISPATCH-875 - Document address and link route wildcards
> >     DISPATCH-876 - config file linkRoute should use connection instead
> > of connector
> >     DISPATCH-877 - Document how to configure TLS ciphers
> >     DISPATCH-879 - Document how Dispatch Router uses alternate failover
> > URLs
> >     DISPATCH-880 - Document how Dispatch Router disconnects connections
> >     DISPATCH-886 - Console does not properly escape HTML in entity names
> >     DISPATCH-891 - Router incref assert in system_tests_delivery_abort
> >     DISPATCH-893 - Compile fails using libwebsockets 7
> >     DISPATCH-894 - Unable to run system tests on CentOS 6 (Python 2.6)
> >     DISPATCH-902 - Intermittent crash with link to broker when broker
> > closed
> >     DISPATCH-905 - Dispatch Router not failing over to slave broker
> > when master broker goes away
> >     DISPATCH-907 - cannot set address phase via qdmanage tool
> >     DISPATCH-910 - Inter-router connections with dir 'in' have no host
> name
> >     DISPATCH-912 - system_tests_user_id_proxy and system_tests_policy
> > failing
> >     DISPATCH-915 - connection rhost  not calculated soon enough
> >     DISPATCH-916 - qdmanage get-attributes and get-operations not
> > taking into account passed in type
> >     DISPATCH-919 - Display a warning when running Dispatch tests if
> > python-unittest2 is not installed
> >     DISPATCH-922 - Subsecond timestamps improperly formatted
> >     DISPATCH-927 - detach not echoed back on multi-hop link route
> >     DISPATCH-928 - calling map_destination for 'undefined' address
> > causes segfault
> >     DISPATCH-931 - Syntax error and missing dependencies in docker files
> >     DISPATCH-940 - When running qdrouterd with -c and -d combined,
> > configuration file is reporting as not found
> >     DISPATCH-943 - segfault in remote_sasl
> >     DISPATCH-944 - remote_sasl plugin leaving connections open
> >     DISPATCH-945 - Crash on shutdown when a http+websocket connection is
> > open
> >     DISPATCH-947 - system tests on master branch failing when run
> > against latest master proton
> >     DISPATCH-948 - Move rhea npm dependency from dispatch-management
> > to stand-alone
> >     DISPATCH-952 - qdrouterd seg fault after reporting "too many
> sessions"
> >     DISPATCH-953 - Relative path name self test fails unless dispatch
> > is installed
> >     DISPATCH-954 - Fix Coverity issue on master branch
> >     DISPATCH-962 - links established to 'unavailable' addresses are
> > not refused correctly
> >     DISPATCH-964 - Auto-links are closed with an incorrect error
> indication
> >     DISPATCH-967 - Policy management interface does not forward log
> > warning messages
> >     DISPATCH-981 - link routing results in name collisions now that
> > single session is used
> >     DISPATCH-983 - link routed receiver link did not issue flow
> >     DISPATCH-986 - Coverity issues on master
> >
> > 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.1.0 (RC2)

Posted by Ganesh Murthy <gm...@redhat.com>.
The vote is being extended for a couple more days to give time for people
to test. Thanks.

On Tue, May 1, 2018 at 4:39 PM, Ganesh Murthy <gm...@apache.org> wrote:

> Hello All,
>
>          Please cast your vote on this thread to release RC2 as the
> official Qpid Dispatch Router version  1.1.0.   RC2 of Qpid Dispatch
> Router version 1.1.0 can be found here -
>
> https://dist.apache.org/repos/dist/dev/qpid/dispatch/1.1.0-rc2/
>
> The following features, improvements, and bug fixes are introduced in
> 1.1.0:
>
> Features -
>     DISPATCH-89 - Model the legacy topic exchange behavior of qpidd
>     DISPATCH-834 - Create config tool to create/read/update/delete
> router config files
>     DISPATCH-856 - Return router's hostname as a read-only attribute
> on the router entity
>     DISPATCH-892 - Support code coverage testing
>     DISPATCH-911 - Add link and address level counters at the global
> router level
>     DISPATCH-932 - Provide per-ingress router counts for deliveries on
> egress links
>
> Improvements -
>     DISPATCH-859 - Introduce SYSTEMD and SYSVINIT cmake switches to
> install files accordingly
>     DISPATCH-861 - Update to recent rhea.js
>     DISPATCH-864 - Remove the SYSTEMD and SYSVINIT flags introduced by
> DISPATCH-859
>     DISPATCH-872 - Add a counter for dropped-presettleds on links
>     DISPATCH-878 - qdrouterd should log real port if port 0 was
> specified for the listener port property in qdrouterd.conf
>     DISPATCH-884 - Add schema property to allow configurable TLS
> protocol versions
>     DISPATCH-885 - Modify qd_compose_insert_[string,symbol,binary] to
> add zero-length [string, symbol, binary] for null input
>     DISPATCH-888 - Balanced distribution algorithm visits each link to
> determine the best_eligible_link
>     DISPATCH-901 - add authz support to auth service plugin
>     DISPATCH-904 - Add charts to overview page
>     DISPATCH-918 - Improve router config consistency and metadata
>     DISPATCH-921 - Install console dependencies with npm during make
> install
>     DISPATCH-923 - Clean up javascript to pass eslint tests without errors
>     DISPATCH-925 - Doc: Update anchor name format
>     DISPATCH-938 - Doc: Remove the "Configuration Reference"
>     DISPATCH-942 - allow resumable link routes to be refused
>     DISPATCH-946 - Detect if npm install needs to be executed and
> display a message
>     DISPATCH-951 - log details for the proton found during build
>     DISPATCH-963 - Router crash during shutdown in
> system_tests_distribution
>     DISPATCH-971 - Revert DISPATCH-744 - Don't reject unsettled multicasts
>     DISPATCH-972 - Dispatch Router doc should be consistent with "sudo"
> usage
>
> Bug fixes -
>     DISPATCH-580 - Log stats should be graphable
>     DISPATCH-590 - List of log modules on the overview page is
> occationally doubled
>     DISPATCH-801 - Stand-alone version of the console does not open at
> all when running offline
>     DISPATCH-831 - Change conntector.cost default value to 1 instead of '1'
>     DISPATCH-869 - Multiple brokers in a topology are displayed as a
> single broker
>     DISPATCH-875 - Document address and link route wildcards
>     DISPATCH-876 - config file linkRoute should use connection instead
> of connector
>     DISPATCH-877 - Document how to configure TLS ciphers
>     DISPATCH-879 - Document how Dispatch Router uses alternate failover
> URLs
>     DISPATCH-880 - Document how Dispatch Router disconnects connections
>     DISPATCH-886 - Console does not properly escape HTML in entity names
>     DISPATCH-891 - Router incref assert in system_tests_delivery_abort
>     DISPATCH-893 - Compile fails using libwebsockets 7
>     DISPATCH-894 - Unable to run system tests on CentOS 6 (Python 2.6)
>     DISPATCH-902 - Intermittent crash with link to broker when broker
> closed
>     DISPATCH-905 - Dispatch Router not failing over to slave broker
> when master broker goes away
>     DISPATCH-907 - cannot set address phase via qdmanage tool
>     DISPATCH-910 - Inter-router connections with dir 'in' have no host name
>     DISPATCH-912 - system_tests_user_id_proxy and system_tests_policy
> failing
>     DISPATCH-915 - connection rhost  not calculated soon enough
>     DISPATCH-916 - qdmanage get-attributes and get-operations not
> taking into account passed in type
>     DISPATCH-919 - Display a warning when running Dispatch tests if
> python-unittest2 is not installed
>     DISPATCH-922 - Subsecond timestamps improperly formatted
>     DISPATCH-927 - detach not echoed back on multi-hop link route
>     DISPATCH-928 - calling map_destination for 'undefined' address
> causes segfault
>     DISPATCH-931 - Syntax error and missing dependencies in docker files
>     DISPATCH-940 - When running qdrouterd with -c and -d combined,
> configuration file is reporting as not found
>     DISPATCH-943 - segfault in remote_sasl
>     DISPATCH-944 - remote_sasl plugin leaving connections open
>     DISPATCH-945 - Crash on shutdown when a http+websocket connection is
> open
>     DISPATCH-947 - system tests on master branch failing when run
> against latest master proton
>     DISPATCH-948 - Move rhea npm dependency from dispatch-management
> to stand-alone
>     DISPATCH-952 - qdrouterd seg fault after reporting "too many sessions"
>     DISPATCH-953 - Relative path name self test fails unless dispatch
> is installed
>     DISPATCH-954 - Fix Coverity issue on master branch
>     DISPATCH-962 - links established to 'unavailable' addresses are
> not refused correctly
>     DISPATCH-964 - Auto-links are closed with an incorrect error indication
>     DISPATCH-967 - Policy management interface does not forward log
> warning messages
>     DISPATCH-981 - link routing results in name collisions now that
> single session is used
>     DISPATCH-983 - link routed receiver link did not issue flow
>     DISPATCH-986 - Coverity issues on master
>
> 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.1.0 (RC2)

Posted by Ganesh Murthy <gm...@redhat.com>.
On Tue, May 8, 2018 at 7:19 AM, Robbie Gemmell <ro...@gmail.com>
wrote:

> +1
>
> I checked things over as follows:
>  - Verified the signature and checksum files (see note below).
>  - Checked LICENCE+NOTICE files present.
>  - Ran mvn apache-rat:check to check the licence headers.
>  - Built the router against an install of Proton 0.22.0 and ran the tests.
>  - Ran the JMS client HelloWorld example against the router.
>
> I deleted the .md5 checksum from the dist repo after verifying it as
> we no longer distribute those per the latest release policy
> recommendation.
>
Thanks for pointing this out Robbie. I will make sure that the .md5
checksum is not included.anymore.

>
> I also raised DISPATCH-989 to cover some potentially stale symlinks
> that remain in the tree.
>
> Robbie
>
> On 1 May 2018 at 21:39, Ganesh Murthy <gm...@apache.org> wrote:
> > Hello All,
> >
> >          Please cast your vote on this thread to release RC2 as the
> > official Qpid Dispatch Router version  1.1.0.   RC2 of Qpid Dispatch
> > Router version 1.1.0 can be found here -
> >
> > https://dist.apache.org/repos/dist/dev/qpid/dispatch/1.1.0-rc2/
> >
> > The following features, improvements, and bug fixes are introduced in
> 1.1.0:
> >
> > Features -
> >     DISPATCH-89 - Model the legacy topic exchange behavior of qpidd
> >     DISPATCH-834 - Create config tool to create/read/update/delete
> > router config files
> >     DISPATCH-856 - Return router's hostname as a read-only attribute
> > on the router entity
> >     DISPATCH-892 - Support code coverage testing
> >     DISPATCH-911 - Add link and address level counters at the global
> > router level
> >     DISPATCH-932 - Provide per-ingress router counts for deliveries on
> > egress links
> >
> > Improvements -
> >     DISPATCH-859 - Introduce SYSTEMD and SYSVINIT cmake switches to
> > install files accordingly
> >     DISPATCH-861 - Update to recent rhea.js
> >     DISPATCH-864 - Remove the SYSTEMD and SYSVINIT flags introduced by
> > DISPATCH-859
> >     DISPATCH-872 - Add a counter for dropped-presettleds on links
> >     DISPATCH-878 - qdrouterd should log real port if port 0 was
> > specified for the listener port property in qdrouterd.conf
> >     DISPATCH-884 - Add schema property to allow configurable TLS
> > protocol versions
> >     DISPATCH-885 - Modify qd_compose_insert_[string,symbol,binary] to
> > add zero-length [string, symbol, binary] for null input
> >     DISPATCH-888 - Balanced distribution algorithm visits each link to
> > determine the best_eligible_link
> >     DISPATCH-901 - add authz support to auth service plugin
> >     DISPATCH-904 - Add charts to overview page
> >     DISPATCH-918 - Improve router config consistency and metadata
> >     DISPATCH-921 - Install console dependencies with npm during make
> install
> >     DISPATCH-923 - Clean up javascript to pass eslint tests without
> errors
> >     DISPATCH-925 - Doc: Update anchor name format
> >     DISPATCH-938 - Doc: Remove the "Configuration Reference"
> >     DISPATCH-942 - allow resumable link routes to be refused
> >     DISPATCH-946 - Detect if npm install needs to be executed and
> > display a message
> >     DISPATCH-951 - log details for the proton found during build
> >     DISPATCH-963 - Router crash during shutdown in
> system_tests_distribution
> >     DISPATCH-971 - Revert DISPATCH-744 - Don't reject unsettled
> multicasts
> >     DISPATCH-972 - Dispatch Router doc should be consistent with "sudo"
> usage
> >
> > Bug fixes -
> >     DISPATCH-580 - Log stats should be graphable
> >     DISPATCH-590 - List of log modules on the overview page is
> > occationally doubled
> >     DISPATCH-801 - Stand-alone version of the console does not open at
> > all when running offline
> >     DISPATCH-831 - Change conntector.cost default value to 1 instead of
> '1'
> >     DISPATCH-869 - Multiple brokers in a topology are displayed as a
> > single broker
> >     DISPATCH-875 - Document address and link route wildcards
> >     DISPATCH-876 - config file linkRoute should use connection instead
> > of connector
> >     DISPATCH-877 - Document how to configure TLS ciphers
> >     DISPATCH-879 - Document how Dispatch Router uses alternate failover
> URLs
> >     DISPATCH-880 - Document how Dispatch Router disconnects connections
> >     DISPATCH-886 - Console does not properly escape HTML in entity names
> >     DISPATCH-891 - Router incref assert in system_tests_delivery_abort
> >     DISPATCH-893 - Compile fails using libwebsockets 7
> >     DISPATCH-894 - Unable to run system tests on CentOS 6 (Python 2.6)
> >     DISPATCH-902 - Intermittent crash with link to broker when broker
> closed
> >     DISPATCH-905 - Dispatch Router not failing over to slave broker
> > when master broker goes away
> >     DISPATCH-907 - cannot set address phase via qdmanage tool
> >     DISPATCH-910 - Inter-router connections with dir 'in' have no host
> name
> >     DISPATCH-912 - system_tests_user_id_proxy and system_tests_policy
> failing
> >     DISPATCH-915 - connection rhost  not calculated soon enough
> >     DISPATCH-916 - qdmanage get-attributes and get-operations not
> > taking into account passed in type
> >     DISPATCH-919 - Display a warning when running Dispatch tests if
> > python-unittest2 is not installed
> >     DISPATCH-922 - Subsecond timestamps improperly formatted
> >     DISPATCH-927 - detach not echoed back on multi-hop link route
> >     DISPATCH-928 - calling map_destination for 'undefined' address
> > causes segfault
> >     DISPATCH-931 - Syntax error and missing dependencies in docker files
> >     DISPATCH-940 - When running qdrouterd with -c and -d combined,
> > configuration file is reporting as not found
> >     DISPATCH-943 - segfault in remote_sasl
> >     DISPATCH-944 - remote_sasl plugin leaving connections open
> >     DISPATCH-945 - Crash on shutdown when a http+websocket connection is
> open
> >     DISPATCH-947 - system tests on master branch failing when run
> > against latest master proton
> >     DISPATCH-948 - Move rhea npm dependency from dispatch-management
> > to stand-alone
> >     DISPATCH-952 - qdrouterd seg fault after reporting "too many
> sessions"
> >     DISPATCH-953 - Relative path name self test fails unless dispatch
> > is installed
> >     DISPATCH-954 - Fix Coverity issue on master branch
> >     DISPATCH-962 - links established to 'unavailable' addresses are
> > not refused correctly
> >     DISPATCH-964 - Auto-links are closed with an incorrect error
> indication
> >     DISPATCH-967 - Policy management interface does not forward log
> > warning messages
> >     DISPATCH-981 - link routing results in name collisions now that
> > single session is used
> >     DISPATCH-983 - link routed receiver link did not issue flow
> >     DISPATCH-986 - Coverity issues on master
> >
> > 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.1.0 (RC2)

Posted by Robbie Gemmell <ro...@gmail.com>.
+1

I checked things over as follows:
 - Verified the signature and checksum files (see note below).
 - Checked LICENCE+NOTICE files present.
 - Ran mvn apache-rat:check to check the licence headers.
 - Built the router against an install of Proton 0.22.0 and ran the tests.
 - Ran the JMS client HelloWorld example against the router.

I deleted the .md5 checksum from the dist repo after verifying it as
we no longer distribute those per the latest release policy
recommendation.

I also raised DISPATCH-989 to cover some potentially stale symlinks
that remain in the tree.

Robbie

On 1 May 2018 at 21:39, Ganesh Murthy <gm...@apache.org> wrote:
> Hello All,
>
>          Please cast your vote on this thread to release RC2 as the
> official Qpid Dispatch Router version  1.1.0.   RC2 of Qpid Dispatch
> Router version 1.1.0 can be found here -
>
> https://dist.apache.org/repos/dist/dev/qpid/dispatch/1.1.0-rc2/
>
> The following features, improvements, and bug fixes are introduced in 1.1.0:
>
> Features -
>     DISPATCH-89 - Model the legacy topic exchange behavior of qpidd
>     DISPATCH-834 - Create config tool to create/read/update/delete
> router config files
>     DISPATCH-856 - Return router's hostname as a read-only attribute
> on the router entity
>     DISPATCH-892 - Support code coverage testing
>     DISPATCH-911 - Add link and address level counters at the global
> router level
>     DISPATCH-932 - Provide per-ingress router counts for deliveries on
> egress links
>
> Improvements -
>     DISPATCH-859 - Introduce SYSTEMD and SYSVINIT cmake switches to
> install files accordingly
>     DISPATCH-861 - Update to recent rhea.js
>     DISPATCH-864 - Remove the SYSTEMD and SYSVINIT flags introduced by
> DISPATCH-859
>     DISPATCH-872 - Add a counter for dropped-presettleds on links
>     DISPATCH-878 - qdrouterd should log real port if port 0 was
> specified for the listener port property in qdrouterd.conf
>     DISPATCH-884 - Add schema property to allow configurable TLS
> protocol versions
>     DISPATCH-885 - Modify qd_compose_insert_[string,symbol,binary] to
> add zero-length [string, symbol, binary] for null input
>     DISPATCH-888 - Balanced distribution algorithm visits each link to
> determine the best_eligible_link
>     DISPATCH-901 - add authz support to auth service plugin
>     DISPATCH-904 - Add charts to overview page
>     DISPATCH-918 - Improve router config consistency and metadata
>     DISPATCH-921 - Install console dependencies with npm during make install
>     DISPATCH-923 - Clean up javascript to pass eslint tests without errors
>     DISPATCH-925 - Doc: Update anchor name format
>     DISPATCH-938 - Doc: Remove the "Configuration Reference"
>     DISPATCH-942 - allow resumable link routes to be refused
>     DISPATCH-946 - Detect if npm install needs to be executed and
> display a message
>     DISPATCH-951 - log details for the proton found during build
>     DISPATCH-963 - Router crash during shutdown in system_tests_distribution
>     DISPATCH-971 - Revert DISPATCH-744 - Don't reject unsettled multicasts
>     DISPATCH-972 - Dispatch Router doc should be consistent with "sudo" usage
>
> Bug fixes -
>     DISPATCH-580 - Log stats should be graphable
>     DISPATCH-590 - List of log modules on the overview page is
> occationally doubled
>     DISPATCH-801 - Stand-alone version of the console does not open at
> all when running offline
>     DISPATCH-831 - Change conntector.cost default value to 1 instead of '1'
>     DISPATCH-869 - Multiple brokers in a topology are displayed as a
> single broker
>     DISPATCH-875 - Document address and link route wildcards
>     DISPATCH-876 - config file linkRoute should use connection instead
> of connector
>     DISPATCH-877 - Document how to configure TLS ciphers
>     DISPATCH-879 - Document how Dispatch Router uses alternate failover URLs
>     DISPATCH-880 - Document how Dispatch Router disconnects connections
>     DISPATCH-886 - Console does not properly escape HTML in entity names
>     DISPATCH-891 - Router incref assert in system_tests_delivery_abort
>     DISPATCH-893 - Compile fails using libwebsockets 7
>     DISPATCH-894 - Unable to run system tests on CentOS 6 (Python 2.6)
>     DISPATCH-902 - Intermittent crash with link to broker when broker closed
>     DISPATCH-905 - Dispatch Router not failing over to slave broker
> when master broker goes away
>     DISPATCH-907 - cannot set address phase via qdmanage tool
>     DISPATCH-910 - Inter-router connections with dir 'in' have no host name
>     DISPATCH-912 - system_tests_user_id_proxy and system_tests_policy failing
>     DISPATCH-915 - connection rhost  not calculated soon enough
>     DISPATCH-916 - qdmanage get-attributes and get-operations not
> taking into account passed in type
>     DISPATCH-919 - Display a warning when running Dispatch tests if
> python-unittest2 is not installed
>     DISPATCH-922 - Subsecond timestamps improperly formatted
>     DISPATCH-927 - detach not echoed back on multi-hop link route
>     DISPATCH-928 - calling map_destination for 'undefined' address
> causes segfault
>     DISPATCH-931 - Syntax error and missing dependencies in docker files
>     DISPATCH-940 - When running qdrouterd with -c and -d combined,
> configuration file is reporting as not found
>     DISPATCH-943 - segfault in remote_sasl
>     DISPATCH-944 - remote_sasl plugin leaving connections open
>     DISPATCH-945 - Crash on shutdown when a http+websocket connection is open
>     DISPATCH-947 - system tests on master branch failing when run
> against latest master proton
>     DISPATCH-948 - Move rhea npm dependency from dispatch-management
> to stand-alone
>     DISPATCH-952 - qdrouterd seg fault after reporting "too many sessions"
>     DISPATCH-953 - Relative path name self test fails unless dispatch
> is installed
>     DISPATCH-954 - Fix Coverity issue on master branch
>     DISPATCH-962 - links established to 'unavailable' addresses are
> not refused correctly
>     DISPATCH-964 - Auto-links are closed with an incorrect error indication
>     DISPATCH-967 - Policy management interface does not forward log
> warning messages
>     DISPATCH-981 - link routing results in name collisions now that
> single session is used
>     DISPATCH-983 - link routed receiver link did not issue flow
>     DISPATCH-986 - Coverity issues on master
>
> 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.1.0 (RC2)

Posted by Robbie Gemmell <ro...@gmail.com>.
For completeness, some of us discussed this a bit further elsewhere
and the release process for Dispatch is going to be adjusted slightly
to avoid the situation arising again.

Robbie

On 2 May 2018 at 19:29, Chuck Rolke <cr...@redhat.com> wrote:
> I pulled from the Apache repo (my git 'origin') when the tag was at commit c6fac9.
> When the tag was moved to 4fb04f my local repo does not update
> that fact without special action on my part to allow it.
>
> The easy way to update the tag is to update all tags:
>    git pull --tags
>
> To update only the tag in question:
>    git tag -d 1.1.0-rc2
>    git fetch origin tag 1.1.0-rc2
>
> To verify if the tag is correct in this case:
>    git rev-parse 1.1.0-rc2
>    4fb04f...
>
>
>
>
> ----- Original Message -----
>> From: "Ganesh Murthy" <gm...@redhat.com>
>> To: users@qpid.apache.org
>> Sent: Tuesday, May 1, 2018 7:53:15 PM
>> Subject: Re: [VOTE] Release Qpid Dispatch Router 1.1.0 (RC2)
>>
>> I checked and the tip of the branch 1.1.x and the tag 1.1.0-rc2 are botth
>> at commit
>>
>> 4fb04f463c6b0f9e1b8b0d9b1b9f2dfa87df12b7
>>
>>
>>
>> On Tue, May 1, 2018 at 6:19 PM, Chuck Rolke <cr...@redhat.com> wrote:
>>
>> > +1 [see note 1]
>> >
>> > * Checked sha512
>> > * Built with recent Proton (3e49ede)
>> > * Self tests pass 100%
>> > * Ran a couple of local test router network scenarios
>> >
>> > [1] Apparently the distribution was created at the tip of the 1.1.x branch
>> > (4fb04f) and not at the 1.1.0-rc2 tag (c6fac9).
>> > Moving the tag will help folks who build from source to get the correct
>> > version.
>> >
>> > ----- Original Message -----
>> > > From: "Ganesh Murthy" <gm...@apache.org>
>> > > To: users@qpid.apache.org
>> > > Sent: Tuesday, May 1, 2018 4:39:25 PM
>> > > Subject: [VOTE] Release Qpid Dispatch Router 1.1.0 (RC2)
>> > >
>> > > Hello All,
>> > >
>> > >          Please cast your vote on this thread to release RC2 as the
>> > > official Qpid Dispatch Router version  1.1.0.   RC2 of Qpid Dispatch
>> > > Router version 1.1.0 can be found here -
>> > >
>> > > https://dist.apache.org/repos/dist/dev/qpid/dispatch/1.1.0-rc2/
>> > >
>> > > The following features, improvements, and bug fixes are introduced in
>> > 1.1.0:
>> > >
>> > > Features -
>> > >     DISPATCH-89 - Model the legacy topic exchange behavior of qpidd
>> > >     DISPATCH-834 - Create config tool to create/read/update/delete
>> > > router config files
>> > >     DISPATCH-856 - Return router's hostname as a read-only attribute
>> > > on the router entity
>> > >     DISPATCH-892 - Support code coverage testing
>> > >     DISPATCH-911 - Add link and address level counters at the global
>> > > router level
>> > >     DISPATCH-932 - Provide per-ingress router counts for deliveries on
>> > > egress links
>> > >
>> > > Improvements -
>> > >     DISPATCH-859 - Introduce SYSTEMD and SYSVINIT cmake switches to
>> > > install files accordingly
>> > >     DISPATCH-861 - Update to recent rhea.js
>> > >     DISPATCH-864 - Remove the SYSTEMD and SYSVINIT flags introduced by
>> > > DISPATCH-859
>> > >     DISPATCH-872 - Add a counter for dropped-presettleds on links
>> > >     DISPATCH-878 - qdrouterd should log real port if port 0 was
>> > > specified for the listener port property in qdrouterd.conf
>> > >     DISPATCH-884 - Add schema property to allow configurable TLS
>> > > protocol versions
>> > >     DISPATCH-885 - Modify qd_compose_insert_[string,symbol,binary] to
>> > > add zero-length [string, symbol, binary] for null input
>> > >     DISPATCH-888 - Balanced distribution algorithm visits each link to
>> > > determine the best_eligible_link
>> > >     DISPATCH-901 - add authz support to auth service plugin
>> > >     DISPATCH-904 - Add charts to overview page
>> > >     DISPATCH-918 - Improve router config consistency and metadata
>> > >     DISPATCH-921 - Install console dependencies with npm during make
>> > install
>> > >     DISPATCH-923 - Clean up javascript to pass eslint tests without
>> > errors
>> > >     DISPATCH-925 - Doc: Update anchor name format
>> > >     DISPATCH-938 - Doc: Remove the "Configuration Reference"
>> > >     DISPATCH-942 - allow resumable link routes to be refused
>> > >     DISPATCH-946 - Detect if npm install needs to be executed and
>> > > display a message
>> > >     DISPATCH-951 - log details for the proton found during build
>> > >     DISPATCH-963 - Router crash during shutdown in
>> > system_tests_distribution
>> > >     DISPATCH-971 - Revert DISPATCH-744 - Don't reject unsettled
>> > multicasts
>> > >     DISPATCH-972 - Dispatch Router doc should be consistent with "sudo"
>> > usage
>> > >
>> > > Bug fixes -
>> > >     DISPATCH-580 - Log stats should be graphable
>> > >     DISPATCH-590 - List of log modules on the overview page is
>> > > occationally doubled
>> > >     DISPATCH-801 - Stand-alone version of the console does not open at
>> > > all when running offline
>> > >     DISPATCH-831 - Change conntector.cost default value to 1 instead of
>> > '1'
>> > >     DISPATCH-869 - Multiple brokers in a topology are displayed as a
>> > > single broker
>> > >     DISPATCH-875 - Document address and link route wildcards
>> > >     DISPATCH-876 - config file linkRoute should use connection instead
>> > > of connector
>> > >     DISPATCH-877 - Document how to configure TLS ciphers
>> > >     DISPATCH-879 - Document how Dispatch Router uses alternate failover
>> > URLs
>> > >     DISPATCH-880 - Document how Dispatch Router disconnects connections
>> > >     DISPATCH-886 - Console does not properly escape HTML in entity names
>> > >     DISPATCH-891 - Router incref assert in system_tests_delivery_abort
>> > >     DISPATCH-893 - Compile fails using libwebsockets 7
>> > >     DISPATCH-894 - Unable to run system tests on CentOS 6 (Python 2.6)
>> > >     DISPATCH-902 - Intermittent crash with link to broker when broker
>> > closed
>> > >     DISPATCH-905 - Dispatch Router not failing over to slave broker
>> > > when master broker goes away
>> > >     DISPATCH-907 - cannot set address phase via qdmanage tool
>> > >     DISPATCH-910 - Inter-router connections with dir 'in' have no host
>> > name
>> > >     DISPATCH-912 - system_tests_user_id_proxy and system_tests_policy
>> > failing
>> > >     DISPATCH-915 - connection rhost  not calculated soon enough
>> > >     DISPATCH-916 - qdmanage get-attributes and get-operations not
>> > > taking into account passed in type
>> > >     DISPATCH-919 - Display a warning when running Dispatch tests if
>> > > python-unittest2 is not installed
>> > >     DISPATCH-922 - Subsecond timestamps improperly formatted
>> > >     DISPATCH-927 - detach not echoed back on multi-hop link route
>> > >     DISPATCH-928 - calling map_destination for 'undefined' address
>> > > causes segfault
>> > >     DISPATCH-931 - Syntax error and missing dependencies in docker files
>> > >     DISPATCH-940 - When running qdrouterd with -c and -d combined,
>> > > configuration file is reporting as not found
>> > >     DISPATCH-943 - segfault in remote_sasl
>> > >     DISPATCH-944 - remote_sasl plugin leaving connections open
>> > >     DISPATCH-945 - Crash on shutdown when a http+websocket connection is
>> > open
>> > >     DISPATCH-947 - system tests on master branch failing when run
>> > > against latest master proton
>> > >     DISPATCH-948 - Move rhea npm dependency from dispatch-management
>> > > to stand-alone
>> > >     DISPATCH-952 - qdrouterd seg fault after reporting "too many
>> > sessions"
>> > >     DISPATCH-953 - Relative path name self test fails unless dispatch
>> > > is installed
>> > >     DISPATCH-954 - Fix Coverity issue on master branch
>> > >     DISPATCH-962 - links established to 'unavailable' addresses are
>> > > not refused correctly
>> > >     DISPATCH-964 - Auto-links are closed with an incorrect error
>> > indication
>> > >     DISPATCH-967 - Policy management interface does not forward log
>> > > warning messages
>> > >     DISPATCH-981 - link routing results in name collisions now that
>> > > single session is used
>> > >     DISPATCH-983 - link routed receiver link did not issue flow
>> > >     DISPATCH-986 - Coverity issues on master
>> > >
>> > > 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
>> >
>> >
>>
>
> ---------------------------------------------------------------------
> 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.1.0 (RC2)

Posted by Chuck Rolke <cr...@redhat.com>.
I pulled from the Apache repo (my git 'origin') when the tag was at commit c6fac9.
When the tag was moved to 4fb04f my local repo does not update
that fact without special action on my part to allow it.

The easy way to update the tag is to update all tags:
   git pull --tags

To update only the tag in question:
   git tag -d 1.1.0-rc2
   git fetch origin tag 1.1.0-rc2

To verify if the tag is correct in this case:
   git rev-parse 1.1.0-rc2
   4fb04f...




----- Original Message -----
> From: "Ganesh Murthy" <gm...@redhat.com>
> To: users@qpid.apache.org
> Sent: Tuesday, May 1, 2018 7:53:15 PM
> Subject: Re: [VOTE] Release Qpid Dispatch Router 1.1.0 (RC2)
> 
> I checked and the tip of the branch 1.1.x and the tag 1.1.0-rc2 are botth
> at commit
> 
> 4fb04f463c6b0f9e1b8b0d9b1b9f2dfa87df12b7
> 
> 
> 
> On Tue, May 1, 2018 at 6:19 PM, Chuck Rolke <cr...@redhat.com> wrote:
> 
> > +1 [see note 1]
> >
> > * Checked sha512
> > * Built with recent Proton (3e49ede)
> > * Self tests pass 100%
> > * Ran a couple of local test router network scenarios
> >
> > [1] Apparently the distribution was created at the tip of the 1.1.x branch
> > (4fb04f) and not at the 1.1.0-rc2 tag (c6fac9).
> > Moving the tag will help folks who build from source to get the correct
> > version.
> >
> > ----- Original Message -----
> > > From: "Ganesh Murthy" <gm...@apache.org>
> > > To: users@qpid.apache.org
> > > Sent: Tuesday, May 1, 2018 4:39:25 PM
> > > Subject: [VOTE] Release Qpid Dispatch Router 1.1.0 (RC2)
> > >
> > > Hello All,
> > >
> > >          Please cast your vote on this thread to release RC2 as the
> > > official Qpid Dispatch Router version  1.1.0.   RC2 of Qpid Dispatch
> > > Router version 1.1.0 can be found here -
> > >
> > > https://dist.apache.org/repos/dist/dev/qpid/dispatch/1.1.0-rc2/
> > >
> > > The following features, improvements, and bug fixes are introduced in
> > 1.1.0:
> > >
> > > Features -
> > >     DISPATCH-89 - Model the legacy topic exchange behavior of qpidd
> > >     DISPATCH-834 - Create config tool to create/read/update/delete
> > > router config files
> > >     DISPATCH-856 - Return router's hostname as a read-only attribute
> > > on the router entity
> > >     DISPATCH-892 - Support code coverage testing
> > >     DISPATCH-911 - Add link and address level counters at the global
> > > router level
> > >     DISPATCH-932 - Provide per-ingress router counts for deliveries on
> > > egress links
> > >
> > > Improvements -
> > >     DISPATCH-859 - Introduce SYSTEMD and SYSVINIT cmake switches to
> > > install files accordingly
> > >     DISPATCH-861 - Update to recent rhea.js
> > >     DISPATCH-864 - Remove the SYSTEMD and SYSVINIT flags introduced by
> > > DISPATCH-859
> > >     DISPATCH-872 - Add a counter for dropped-presettleds on links
> > >     DISPATCH-878 - qdrouterd should log real port if port 0 was
> > > specified for the listener port property in qdrouterd.conf
> > >     DISPATCH-884 - Add schema property to allow configurable TLS
> > > protocol versions
> > >     DISPATCH-885 - Modify qd_compose_insert_[string,symbol,binary] to
> > > add zero-length [string, symbol, binary] for null input
> > >     DISPATCH-888 - Balanced distribution algorithm visits each link to
> > > determine the best_eligible_link
> > >     DISPATCH-901 - add authz support to auth service plugin
> > >     DISPATCH-904 - Add charts to overview page
> > >     DISPATCH-918 - Improve router config consistency and metadata
> > >     DISPATCH-921 - Install console dependencies with npm during make
> > install
> > >     DISPATCH-923 - Clean up javascript to pass eslint tests without
> > errors
> > >     DISPATCH-925 - Doc: Update anchor name format
> > >     DISPATCH-938 - Doc: Remove the "Configuration Reference"
> > >     DISPATCH-942 - allow resumable link routes to be refused
> > >     DISPATCH-946 - Detect if npm install needs to be executed and
> > > display a message
> > >     DISPATCH-951 - log details for the proton found during build
> > >     DISPATCH-963 - Router crash during shutdown in
> > system_tests_distribution
> > >     DISPATCH-971 - Revert DISPATCH-744 - Don't reject unsettled
> > multicasts
> > >     DISPATCH-972 - Dispatch Router doc should be consistent with "sudo"
> > usage
> > >
> > > Bug fixes -
> > >     DISPATCH-580 - Log stats should be graphable
> > >     DISPATCH-590 - List of log modules on the overview page is
> > > occationally doubled
> > >     DISPATCH-801 - Stand-alone version of the console does not open at
> > > all when running offline
> > >     DISPATCH-831 - Change conntector.cost default value to 1 instead of
> > '1'
> > >     DISPATCH-869 - Multiple brokers in a topology are displayed as a
> > > single broker
> > >     DISPATCH-875 - Document address and link route wildcards
> > >     DISPATCH-876 - config file linkRoute should use connection instead
> > > of connector
> > >     DISPATCH-877 - Document how to configure TLS ciphers
> > >     DISPATCH-879 - Document how Dispatch Router uses alternate failover
> > URLs
> > >     DISPATCH-880 - Document how Dispatch Router disconnects connections
> > >     DISPATCH-886 - Console does not properly escape HTML in entity names
> > >     DISPATCH-891 - Router incref assert in system_tests_delivery_abort
> > >     DISPATCH-893 - Compile fails using libwebsockets 7
> > >     DISPATCH-894 - Unable to run system tests on CentOS 6 (Python 2.6)
> > >     DISPATCH-902 - Intermittent crash with link to broker when broker
> > closed
> > >     DISPATCH-905 - Dispatch Router not failing over to slave broker
> > > when master broker goes away
> > >     DISPATCH-907 - cannot set address phase via qdmanage tool
> > >     DISPATCH-910 - Inter-router connections with dir 'in' have no host
> > name
> > >     DISPATCH-912 - system_tests_user_id_proxy and system_tests_policy
> > failing
> > >     DISPATCH-915 - connection rhost  not calculated soon enough
> > >     DISPATCH-916 - qdmanage get-attributes and get-operations not
> > > taking into account passed in type
> > >     DISPATCH-919 - Display a warning when running Dispatch tests if
> > > python-unittest2 is not installed
> > >     DISPATCH-922 - Subsecond timestamps improperly formatted
> > >     DISPATCH-927 - detach not echoed back on multi-hop link route
> > >     DISPATCH-928 - calling map_destination for 'undefined' address
> > > causes segfault
> > >     DISPATCH-931 - Syntax error and missing dependencies in docker files
> > >     DISPATCH-940 - When running qdrouterd with -c and -d combined,
> > > configuration file is reporting as not found
> > >     DISPATCH-943 - segfault in remote_sasl
> > >     DISPATCH-944 - remote_sasl plugin leaving connections open
> > >     DISPATCH-945 - Crash on shutdown when a http+websocket connection is
> > open
> > >     DISPATCH-947 - system tests on master branch failing when run
> > > against latest master proton
> > >     DISPATCH-948 - Move rhea npm dependency from dispatch-management
> > > to stand-alone
> > >     DISPATCH-952 - qdrouterd seg fault after reporting "too many
> > sessions"
> > >     DISPATCH-953 - Relative path name self test fails unless dispatch
> > > is installed
> > >     DISPATCH-954 - Fix Coverity issue on master branch
> > >     DISPATCH-962 - links established to 'unavailable' addresses are
> > > not refused correctly
> > >     DISPATCH-964 - Auto-links are closed with an incorrect error
> > indication
> > >     DISPATCH-967 - Policy management interface does not forward log
> > > warning messages
> > >     DISPATCH-981 - link routing results in name collisions now that
> > > single session is used
> > >     DISPATCH-983 - link routed receiver link did not issue flow
> > >     DISPATCH-986 - Coverity issues on master
> > >
> > > 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
> >
> >
> 

---------------------------------------------------------------------
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.1.0 (RC2)

Posted by Ganesh Murthy <gm...@redhat.com>.
I checked and the tip of the branch 1.1.x and the tag 1.1.0-rc2 are botth
at commit

4fb04f463c6b0f9e1b8b0d9b1b9f2dfa87df12b7



On Tue, May 1, 2018 at 6:19 PM, Chuck Rolke <cr...@redhat.com> wrote:

> +1 [see note 1]
>
> * Checked sha512
> * Built with recent Proton (3e49ede)
> * Self tests pass 100%
> * Ran a couple of local test router network scenarios
>
> [1] Apparently the distribution was created at the tip of the 1.1.x branch
> (4fb04f) and not at the 1.1.0-rc2 tag (c6fac9).
> Moving the tag will help folks who build from source to get the correct
> version.
>
> ----- Original Message -----
> > From: "Ganesh Murthy" <gm...@apache.org>
> > To: users@qpid.apache.org
> > Sent: Tuesday, May 1, 2018 4:39:25 PM
> > Subject: [VOTE] Release Qpid Dispatch Router 1.1.0 (RC2)
> >
> > Hello All,
> >
> >          Please cast your vote on this thread to release RC2 as the
> > official Qpid Dispatch Router version  1.1.0.   RC2 of Qpid Dispatch
> > Router version 1.1.0 can be found here -
> >
> > https://dist.apache.org/repos/dist/dev/qpid/dispatch/1.1.0-rc2/
> >
> > The following features, improvements, and bug fixes are introduced in
> 1.1.0:
> >
> > Features -
> >     DISPATCH-89 - Model the legacy topic exchange behavior of qpidd
> >     DISPATCH-834 - Create config tool to create/read/update/delete
> > router config files
> >     DISPATCH-856 - Return router's hostname as a read-only attribute
> > on the router entity
> >     DISPATCH-892 - Support code coverage testing
> >     DISPATCH-911 - Add link and address level counters at the global
> > router level
> >     DISPATCH-932 - Provide per-ingress router counts for deliveries on
> > egress links
> >
> > Improvements -
> >     DISPATCH-859 - Introduce SYSTEMD and SYSVINIT cmake switches to
> > install files accordingly
> >     DISPATCH-861 - Update to recent rhea.js
> >     DISPATCH-864 - Remove the SYSTEMD and SYSVINIT flags introduced by
> > DISPATCH-859
> >     DISPATCH-872 - Add a counter for dropped-presettleds on links
> >     DISPATCH-878 - qdrouterd should log real port if port 0 was
> > specified for the listener port property in qdrouterd.conf
> >     DISPATCH-884 - Add schema property to allow configurable TLS
> > protocol versions
> >     DISPATCH-885 - Modify qd_compose_insert_[string,symbol,binary] to
> > add zero-length [string, symbol, binary] for null input
> >     DISPATCH-888 - Balanced distribution algorithm visits each link to
> > determine the best_eligible_link
> >     DISPATCH-901 - add authz support to auth service plugin
> >     DISPATCH-904 - Add charts to overview page
> >     DISPATCH-918 - Improve router config consistency and metadata
> >     DISPATCH-921 - Install console dependencies with npm during make
> install
> >     DISPATCH-923 - Clean up javascript to pass eslint tests without
> errors
> >     DISPATCH-925 - Doc: Update anchor name format
> >     DISPATCH-938 - Doc: Remove the "Configuration Reference"
> >     DISPATCH-942 - allow resumable link routes to be refused
> >     DISPATCH-946 - Detect if npm install needs to be executed and
> > display a message
> >     DISPATCH-951 - log details for the proton found during build
> >     DISPATCH-963 - Router crash during shutdown in
> system_tests_distribution
> >     DISPATCH-971 - Revert DISPATCH-744 - Don't reject unsettled
> multicasts
> >     DISPATCH-972 - Dispatch Router doc should be consistent with "sudo"
> usage
> >
> > Bug fixes -
> >     DISPATCH-580 - Log stats should be graphable
> >     DISPATCH-590 - List of log modules on the overview page is
> > occationally doubled
> >     DISPATCH-801 - Stand-alone version of the console does not open at
> > all when running offline
> >     DISPATCH-831 - Change conntector.cost default value to 1 instead of
> '1'
> >     DISPATCH-869 - Multiple brokers in a topology are displayed as a
> > single broker
> >     DISPATCH-875 - Document address and link route wildcards
> >     DISPATCH-876 - config file linkRoute should use connection instead
> > of connector
> >     DISPATCH-877 - Document how to configure TLS ciphers
> >     DISPATCH-879 - Document how Dispatch Router uses alternate failover
> URLs
> >     DISPATCH-880 - Document how Dispatch Router disconnects connections
> >     DISPATCH-886 - Console does not properly escape HTML in entity names
> >     DISPATCH-891 - Router incref assert in system_tests_delivery_abort
> >     DISPATCH-893 - Compile fails using libwebsockets 7
> >     DISPATCH-894 - Unable to run system tests on CentOS 6 (Python 2.6)
> >     DISPATCH-902 - Intermittent crash with link to broker when broker
> closed
> >     DISPATCH-905 - Dispatch Router not failing over to slave broker
> > when master broker goes away
> >     DISPATCH-907 - cannot set address phase via qdmanage tool
> >     DISPATCH-910 - Inter-router connections with dir 'in' have no host
> name
> >     DISPATCH-912 - system_tests_user_id_proxy and system_tests_policy
> failing
> >     DISPATCH-915 - connection rhost  not calculated soon enough
> >     DISPATCH-916 - qdmanage get-attributes and get-operations not
> > taking into account passed in type
> >     DISPATCH-919 - Display a warning when running Dispatch tests if
> > python-unittest2 is not installed
> >     DISPATCH-922 - Subsecond timestamps improperly formatted
> >     DISPATCH-927 - detach not echoed back on multi-hop link route
> >     DISPATCH-928 - calling map_destination for 'undefined' address
> > causes segfault
> >     DISPATCH-931 - Syntax error and missing dependencies in docker files
> >     DISPATCH-940 - When running qdrouterd with -c and -d combined,
> > configuration file is reporting as not found
> >     DISPATCH-943 - segfault in remote_sasl
> >     DISPATCH-944 - remote_sasl plugin leaving connections open
> >     DISPATCH-945 - Crash on shutdown when a http+websocket connection is
> open
> >     DISPATCH-947 - system tests on master branch failing when run
> > against latest master proton
> >     DISPATCH-948 - Move rhea npm dependency from dispatch-management
> > to stand-alone
> >     DISPATCH-952 - qdrouterd seg fault after reporting "too many
> sessions"
> >     DISPATCH-953 - Relative path name self test fails unless dispatch
> > is installed
> >     DISPATCH-954 - Fix Coverity issue on master branch
> >     DISPATCH-962 - links established to 'unavailable' addresses are
> > not refused correctly
> >     DISPATCH-964 - Auto-links are closed with an incorrect error
> indication
> >     DISPATCH-967 - Policy management interface does not forward log
> > warning messages
> >     DISPATCH-981 - link routing results in name collisions now that
> > single session is used
> >     DISPATCH-983 - link routed receiver link did not issue flow
> >     DISPATCH-986 - Coverity issues on master
> >
> > 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.1.0 (RC2)

Posted by Chuck Rolke <cr...@redhat.com>.
+1 [see note 1]

* Checked sha512
* Built with recent Proton (3e49ede)
* Self tests pass 100%
* Ran a couple of local test router network scenarios

[1] Apparently the distribution was created at the tip of the 1.1.x branch (4fb04f) and not at the 1.1.0-rc2 tag (c6fac9).
Moving the tag will help folks who build from source to get the correct version.

----- Original Message -----
> From: "Ganesh Murthy" <gm...@apache.org>
> To: users@qpid.apache.org
> Sent: Tuesday, May 1, 2018 4:39:25 PM
> Subject: [VOTE] Release Qpid Dispatch Router 1.1.0 (RC2)
> 
> Hello All,
> 
>          Please cast your vote on this thread to release RC2 as the
> official Qpid Dispatch Router version  1.1.0.   RC2 of Qpid Dispatch
> Router version 1.1.0 can be found here -
> 
> https://dist.apache.org/repos/dist/dev/qpid/dispatch/1.1.0-rc2/
> 
> The following features, improvements, and bug fixes are introduced in 1.1.0:
> 
> Features -
>     DISPATCH-89 - Model the legacy topic exchange behavior of qpidd
>     DISPATCH-834 - Create config tool to create/read/update/delete
> router config files
>     DISPATCH-856 - Return router's hostname as a read-only attribute
> on the router entity
>     DISPATCH-892 - Support code coverage testing
>     DISPATCH-911 - Add link and address level counters at the global
> router level
>     DISPATCH-932 - Provide per-ingress router counts for deliveries on
> egress links
> 
> Improvements -
>     DISPATCH-859 - Introduce SYSTEMD and SYSVINIT cmake switches to
> install files accordingly
>     DISPATCH-861 - Update to recent rhea.js
>     DISPATCH-864 - Remove the SYSTEMD and SYSVINIT flags introduced by
> DISPATCH-859
>     DISPATCH-872 - Add a counter for dropped-presettleds on links
>     DISPATCH-878 - qdrouterd should log real port if port 0 was
> specified for the listener port property in qdrouterd.conf
>     DISPATCH-884 - Add schema property to allow configurable TLS
> protocol versions
>     DISPATCH-885 - Modify qd_compose_insert_[string,symbol,binary] to
> add zero-length [string, symbol, binary] for null input
>     DISPATCH-888 - Balanced distribution algorithm visits each link to
> determine the best_eligible_link
>     DISPATCH-901 - add authz support to auth service plugin
>     DISPATCH-904 - Add charts to overview page
>     DISPATCH-918 - Improve router config consistency and metadata
>     DISPATCH-921 - Install console dependencies with npm during make install
>     DISPATCH-923 - Clean up javascript to pass eslint tests without errors
>     DISPATCH-925 - Doc: Update anchor name format
>     DISPATCH-938 - Doc: Remove the "Configuration Reference"
>     DISPATCH-942 - allow resumable link routes to be refused
>     DISPATCH-946 - Detect if npm install needs to be executed and
> display a message
>     DISPATCH-951 - log details for the proton found during build
>     DISPATCH-963 - Router crash during shutdown in system_tests_distribution
>     DISPATCH-971 - Revert DISPATCH-744 - Don't reject unsettled multicasts
>     DISPATCH-972 - Dispatch Router doc should be consistent with "sudo" usage
> 
> Bug fixes -
>     DISPATCH-580 - Log stats should be graphable
>     DISPATCH-590 - List of log modules on the overview page is
> occationally doubled
>     DISPATCH-801 - Stand-alone version of the console does not open at
> all when running offline
>     DISPATCH-831 - Change conntector.cost default value to 1 instead of '1'
>     DISPATCH-869 - Multiple brokers in a topology are displayed as a
> single broker
>     DISPATCH-875 - Document address and link route wildcards
>     DISPATCH-876 - config file linkRoute should use connection instead
> of connector
>     DISPATCH-877 - Document how to configure TLS ciphers
>     DISPATCH-879 - Document how Dispatch Router uses alternate failover URLs
>     DISPATCH-880 - Document how Dispatch Router disconnects connections
>     DISPATCH-886 - Console does not properly escape HTML in entity names
>     DISPATCH-891 - Router incref assert in system_tests_delivery_abort
>     DISPATCH-893 - Compile fails using libwebsockets 7
>     DISPATCH-894 - Unable to run system tests on CentOS 6 (Python 2.6)
>     DISPATCH-902 - Intermittent crash with link to broker when broker closed
>     DISPATCH-905 - Dispatch Router not failing over to slave broker
> when master broker goes away
>     DISPATCH-907 - cannot set address phase via qdmanage tool
>     DISPATCH-910 - Inter-router connections with dir 'in' have no host name
>     DISPATCH-912 - system_tests_user_id_proxy and system_tests_policy failing
>     DISPATCH-915 - connection rhost  not calculated soon enough
>     DISPATCH-916 - qdmanage get-attributes and get-operations not
> taking into account passed in type
>     DISPATCH-919 - Display a warning when running Dispatch tests if
> python-unittest2 is not installed
>     DISPATCH-922 - Subsecond timestamps improperly formatted
>     DISPATCH-927 - detach not echoed back on multi-hop link route
>     DISPATCH-928 - calling map_destination for 'undefined' address
> causes segfault
>     DISPATCH-931 - Syntax error and missing dependencies in docker files
>     DISPATCH-940 - When running qdrouterd with -c and -d combined,
> configuration file is reporting as not found
>     DISPATCH-943 - segfault in remote_sasl
>     DISPATCH-944 - remote_sasl plugin leaving connections open
>     DISPATCH-945 - Crash on shutdown when a http+websocket connection is open
>     DISPATCH-947 - system tests on master branch failing when run
> against latest master proton
>     DISPATCH-948 - Move rhea npm dependency from dispatch-management
> to stand-alone
>     DISPATCH-952 - qdrouterd seg fault after reporting "too many sessions"
>     DISPATCH-953 - Relative path name self test fails unless dispatch
> is installed
>     DISPATCH-954 - Fix Coverity issue on master branch
>     DISPATCH-962 - links established to 'unavailable' addresses are
> not refused correctly
>     DISPATCH-964 - Auto-links are closed with an incorrect error indication
>     DISPATCH-967 - Policy management interface does not forward log
> warning messages
>     DISPATCH-981 - link routing results in name collisions now that
> single session is used
>     DISPATCH-983 - link routed receiver link did not issue flow
>     DISPATCH-986 - Coverity issues on master
> 
> 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