From commits-return-47924-archive-asf-public=cust-asf.ponee.io@qpid.apache.org Fri Mar 15 15:35:06 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id CA10A180763 for ; Fri, 15 Mar 2019 16:35:05 +0100 (CET) Received: (qmail 245 invoked by uid 500); 15 Mar 2019 15:35:04 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 236 invoked by uid 99); 15 Mar 2019 15:35:04 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Mar 2019 15:35:04 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 5EE3B8531F; Fri, 15 Mar 2019 15:35:04 +0000 (UTC) Date: Fri, 15 Mar 2019 15:35:04 +0000 To: "commits@qpid.apache.org" Subject: [qpid-dispatch] branch master updated (b097d7a -> 93c9183) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155266410429.4551.9479791426560544038@gitbox.apache.org> From: tross@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: qpid-dispatch X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: b097d7a5085ab9e58207247cafc16c0ec7b36a0e X-Git-Newrev: 93c9183e695fd73563c795b315c876dfb5acd86a X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org