Github user ganeshmurthy commented on a diff in the pull request:

    https://github.com/apache/qpid-dispatch/pull/263#discussion_r172352976
  
    --- 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 --
    
    I was wrong about the debug dump file. It is not a process dump. It seems 
to be used only in alloc_pool.c
    
    This is a file to which debug information is written when the logger has 
not yet started or has already been shutdown. When the loggers are not 
available, the router writes to this file.
    



---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to