Github user bhardesty commented on a diff in the pull request:
https://github.com/apache/qpid-dispatch/pull/263#discussion_r172300792
--- Diff: python/qpid_dispatch/management/qdrouter.json ---
@@ -431,37 +431,100 @@
"description": "Time in seconds after which link state
is declared stale if no RA is received.",
"create": true
},
- "addrCount": {
- "type": "integer",
- "description":"Number of addresses known to the
router.",
- "graph": true
- },
- "linkCount": {
+ "workerThreads": {
"type": "integer",
- "description":"Number of links attached to the router
node.",
- "graph": true
+ "default": 4,
+ "description": "The number of threads that will be
created to process message traffic and other application work (timers, non-amqp
file descriptors, etc.) .",
+ "create": true
},
- "nodeCount": {
- "type": "integer",
- "description":"Number of known peer router nodes.",
- "graph": true
+ "debugDump": {
+ "type": "path",
+ "description": "A file to dump debugging information
that can't be logged normally.",
--- End diff --
What does it it mean that this information can't be logged normally - just
that it isn't captured by one of the logging modules?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]