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 6d8eeb6 DISPATCH-1428 - Replace xrange with range since it is gone is Python 3.x new beb89a3 DISPATCH-1409 - Exposed available-credit and time-of-zero-credit as link attributes. Added logging for links that have been stuck with no credit for more than ten seconds. new abda6a8 DISPATCH-1409 - Reduce the batch size for batched management queries to account for the increased number of attributes in the link entity type. new 8fe83b7 DISPATCH-1409 - Added global metric/gauge for links-blocked. Updated qdstat man page. new 1837ece DISPATCH-1409 - Added test case, fixed accounting bug found by the test case. new 7dc31d2 DISPATCH-1409 - Added a test for sender-link credit. The 5 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/man/qdstat.8.adoc | 9 + include/qpid/dispatch/router_core.h | 3 + python/qpid_dispatch/management/client.py | 4 +- python/qpid_dispatch/management/qdrouter.json | 14 ++ src/http-libwebsockets.c | 4 +- src/router_core/agent_link.c | 15 ++ src/router_core/agent_link.h | 2 +- src/router_core/agent_router.c | 6 + src/router_core/agent_router.h | 2 +- src/router_core/connections.c | 43 +++- src/router_core/forwarder.c | 2 + .../stuck_delivery_detection/delivery_tracker.c | 11 + src/router_core/router_core.c | 1 + src/router_core/router_core_private.h | 19 +- src/router_core/transfer.c | 1 + src/router_node.c | 13 ++ tests/system_tests_stuck_deliveries.py | 252 +++++++++++++++++++++ tools/qdstat.in | 19 +- 18 files changed, 408 insertions(+), 12 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org