This is an automated email from the ASF dual-hosted git repository.

tross pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git.


    from b097d7a  DISPATCH-1283 - Added call to update counters inside the 
updated_deliveries loop of qdr_delete_delivery_CT. The deliveries in that list 
must be accounted for. This closes #465.
     new 06aad3c  DISPATCH-1289 - Added link-level logging at the INFO level, 
including full terminus information and terminal stats DISPATCH-1289 - Added 
uptime-ticks value in the core state. DISPATCH-1289 - Record the ingress time 
(in core ticks) for each delivery. DISPATCH-1289 - Added counters for delayed 
settlements and management access to those counters. DISPATCH-1289 - Cleaned up 
the columns in qdstat -a:  In-process stats are now under --verbose.  Local 
destinations and local con [...]
     new 93c9183  DISPATCH-1289 - Removed references to the ROUTER_CORE log 
source from the docs.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/books/user-guide/configuration-reference.adoc |   2 +-
 docs/books/user-guide/getting-started.adoc         |  10 +-
 docs/books/user-guide/logging.adoc                 |  16 +--
 docs/books/user-guide/modules/starting-router.adoc |  10 +-
 docs/man/qdstat.8.adoc                             |  11 +-
 include/qpid/dispatch/router_core.h                |  13 +++
 python/qpid_dispatch/management/qdrouter.json      |  25 +++++
 src/router_core/agent_link.c                       |  53 +++++++--
 src/router_core/agent_link.h                       |   2 +-
 src/router_core/agent_router.c                     |  22 +++-
 src/router_core/agent_router.h                     |   2 +-
 src/router_core/connections.c                      |  53 +++++++--
 src/router_core/core_timer.c                       |   2 +
 src/router_core/forwarder.c                        |   2 +
 src/router_core/router_core.c                      |   2 +-
 src/router_core/router_core_private.h              |  35 +++---
 src/router_core/terminus.c                         | 122 +++++++++++++++++++++
 src/router_core/transfer.c                         |  38 +++++++
 src/router_node.c                                  |  23 +++-
 src/server.c                                       |   8 +-
 tests/system_tests_core_client.py                  |   2 +-
 tools/qdstat.in                                    |  48 +++++---
 22 files changed, 403 insertions(+), 98 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to