Actually we reproduced without the JMS client:
#!/usr/bin/env bash
python qdmanage -b amqp://green-lx-slave1:5680 create --type
org.apache.qpid.dispatch.router.config.address prefix=dest waypoint=true
python qdmanage -b amqp://green-lx-slave1:5680 create --type
org.apache.qpid.dispatch.router.config.address prefix=sub waypoint=true
for i in {1..10}; do
python qdmanage -b amqp://green-lx-slave1:5680 create --type
org.apache.qpid.dispatch.connector host=172.21.204.146 port=5672
name=broker_conn${i} role=route-container
done
for i in {1..10}; do
python qdmanage -b amqp://green-lx-slave1:5680 create --type
org.apache.qpid.dispatch.router.config.autoLink addr=dest direction=out
connection=broker_conn${i}
done
for i in {1..10}; do
python qdmanage -b amqp://green-lx-slave1:5680 create --type
org.apache.qpid.dispatch.router.config.autoLink addr=sub direction=in
connection=broker_conn${i}
done
-----Original Message-----
From: Ganesh Murthy <[email protected]>
Sent: vendredi 2 novembre 2018 15:06
To: [email protected]
Subject: Re: [Dispatch Router] Wrong IDs in the logs?
On Fri, Nov 2, 2018 at 6:51 AM VERMEULEN Olivier <
[email protected]> wrote:
> Hello,
>
> @Ted We are using the connector name.
>
> @Ganesh We are using a JMS client to send the management requests after
> the dispatch-router has started. I'll try to reproduce with a script using
> qdmanage.
>
Can you please share your JMS client program?
How many instances of this JMS client are you running?
Also, what operating system are the client(s) running on?
Thanks.
>
> Olivier
>
> -----Original Message-----
> From: Ted Ross <[email protected]>
> Sent: mercredi 31 octobre 2018 18:35
> To: [email protected]
> Subject: Re: [Dispatch Router] Wrong IDs in the logs?
>
> Olivier,
>
> How do you specify the connection in your autolinks? Are you using
> container-id or connector name?
>
> -Ted
>
> On Wed, Oct 31, 2018 at 10:30 AM VERMEULEN Olivier <
> [email protected]> wrote:
>
> > Hello,
> >
> > We're currently using the version 1.3.0 of the dispatch-router.
> > We are creating 10 connectors to our broker and 10 autolinks per
> > topic/queue (1 for each connector).
> > This "connection pool" allows us to greatly improve the performances but
> > we noticed something strange in the logs.
> > The connectors are named green-lx-slave1_47341_X where X is a number from
> > 1 to 10.
> > But if you look at the last part of the logs, the "Auto Link Activated"
> > part is listing 10 times green-lx-slave1_47341_1 ...
> >
> > When checking the dispatch-router with qdstat everything looks fine.
> > Is it just a problem with the logs?
> >
> > Thanks,
> > Olivier
> >
> >
> >
> > [2018-11-01T02:07:13.552Z] - INFO Removing the existing work-dir:
> >
> /data/src/new/v3.1.build.dev.60387.amber.pi11.2/Messaging/bugfix_messaging_random-failures/component/messaging/messaging-packaging/target/test-classes/components/messaging/messaging-dispatch-router/work-messaging-dispatch-router
> > [2018-11-01T02:07:13.554Z] - INFO Creating Dispatch-Router work-dir:
> >
> /data/src/new/v3.1.build.dev.60387.amber.pi11.2/Messaging/bugfix_messaging_random-failures/component/messaging/messaging-packaging/target/test-classes/components/messaging/messaging-dispatch-router/work-messaging-dispatch-router
> > [2018-11-01T02:07:13.556Z] - INFO Setting PYTHON and OPENSSL
> > [2018-11-01T02:07:13.557Z] - INFO Generating new config file from
> template
> > file
> > [2018-11-01T02:07:13.563Z] - INFO Starting Dispatch-Router
> > 'messaging-dispatch-router' with work dir
> >
> /data/src/new/v3.1.build.dev.60387.amber.pi11.2/Messaging/bugfix_messaging_random-failures/component/messaging/messaging-packaging/target/test-classes/components/messaging/messaging-dispatch-router/work-messaging-dispatch-router
> > and config file
> >
> /data/src/new/v3.1.build.dev.60387.amber.pi11.2/Messaging/bugfix_messaging_random-failures/component/messaging/messaging-packaging/target/test-classes/components/messaging/messaging-dispatch-router/work-messaging-dispatch-router/dispatch.conf
> > [2018-11-01T02:07:13.564Z] - INFO Wait for Dispatch-Router instance to
> > start
> > 2018-11-01 03:07:13.655961 +0100 AGENT (debug) Add entity:
> > LogEntity(enable=debug+, identity=log/DEFAULT, includeSource=False,
> > includeTimestamp=True, module=DEFAULT, name=log/DEFAULT,
> >
> outputFile=/data/src/new/v3.1.build.dev.60387.amber.pi11.2/Messaging/bugfix_messaging_random-failures/component/messaging/messaging-packaging/target/test-classes/logs//messaging/messaging-dispatch-router/messaging-dispatch-router_AGENT.DEFAULT_c34196c3-7808-41b4-b19f-403bd7bbd4f5.log,
> > type=org.apache.qpid.dispatch.log)
> > 2018-11-01 03:07:13.656311 +0100 AGENT (debug) Add entity:
> > LogEntity(identity=log/HTTP, module=HTTP, name=log/HTTP,
> > type=org.apache.qpid.dispatch.log)
> > 2018-11-01 03:07:13.656592 +0100 AGENT (debug) Add entity:
> > LogEntity(identity=log/ROUTER_LS, module=ROUTER_LS, name=log/ROUTER_LS,
> > type=org.apache.qpid.dispatch.log)
> > 2018-11-01 03:07:13.656831 +0100 AGENT (debug) Add entity:
> > LogEntity(identity=log/PYTHON, module=PYTHON, name=log/PYTHON,
> > type=org.apache.qpid.dispatch.log)
> > 2018-11-01 03:07:13.657110 +0100 AGENT (debug) Add entity:
> > LogEntity(identity=log/ROUTER_MA, module=ROUTER_MA, name=log/ROUTER_MA,
> > type=org.apache.qpid.dispatch.log)
> > 2018-11-01 03:07:13.657379 +0100 AGENT (debug) Add entity:
> > LogEntity(identity=log/CONN_MGR, module=CONN_MGR, name=log/CONN_MGR,
> > type=org.apache.qpid.dispatch.log)
> > 2018-11-01 03:07:13.657666 +0100 AGENT (debug) Add entity:
> > LogEntity(identity=log/ROUTER_HELLO, module=ROUTER_HELLO,
> > name=log/ROUTER_HELLO, type=org.apache.qpid.dispatch.log)
> > 2018-11-01 03:07:13.657911 +0100 AGENT (debug) Add entity:
> > LogEntity(identity=log/SERVER, module=SERVER, name=log/SERVER,
> > type=org.apache.qpid.dispatch.log)
> > 2018-11-01 03:07:13.658174 +0100 AGENT (debug) Add entity:
> > LogEntity(identity=log/POLICY, module=POLICY, name=log/POLICY,
> > type=org.apache.qpid.dispatch.log)
> > 2018-11-01 03:07:13.658474 +0100 AGENT (debug) Add entity:
> > LogEntity(identity=log/CONTAINER, module=CONTAINER, name=log/CONTAINER,
> > type=org.apache.qpid.dispatch.log)
> > 2018-11-01 03:07:13.658759 +0100 AGENT (debug) Add entity:
> > LogEntity(identity=log/AGENT, module=AGENT, name=log/AGENT,
> > type=org.apache.qpid.dispatch.log)
> > 2018-11-01 03:07:13.659041 +0100 AGENT (debug) Add entity:
> > LogEntity(identity=log/ERROR, module=ERROR, name=log/ERROR,
> > type=org.apache.qpid.dispatch.log)
> > 2018-11-01 03:07:13.659336 +0100 AGENT (debug) Add entity:
> > LogEntity(identity=log/ROUTER_CORE, module=ROUTER_CORE,
> > name=log/ROUTER_CORE, type=org.apache.qpid.dispatch.log)
> > 2018-11-01 03:07:13.659613 +0100 AGENT (debug) Add entity:
> > LogEntity(identity=log/ROUTER, module=ROUTER, name=log/ROUTER,
> > type=org.apache.qpid.dispatch.log)
> > 2018-11-01 03:07:13.659877 +0100 AGENT (debug) Add entity:
> > LogEntity(identity=log/MESSAGE, module=MESSAGE, name=log/MESSAGE,
> > type=org.apache.qpid.dispatch.log)
> > 2018-11-01 03:07:13.660669 +0100 AGENT (debug) Add entity:
> > RouterEntity(allowResumableLinkRoute=True, allowUnsettledMulticast=False,
> > area=0, defaultDistribution=unavailable, helloIntervalSeconds=1,
> > helloMaxAgeSeconds=3, hostName=green-lx-slave1, id=router.10103,
> > mode=interior, raIntervalFluxSeconds=4, raIntervalSeconds=30,
> > remoteLsMaxAgeSeconds=60, saslConfigName=qdrouterd,
> > type=org.apache.qpid.dispatch.router, workerThreads=4)
> > 2018-11-01 03:07:13.661787 +0100 SERVER (warning) HTTP support is not
> > available
> > 2018-11-01 03:07:13.661815 +0100 SERVER (info) Container Name:
> router.10103
> > 2018-11-01 03:07:13.661970 +0100 ROUTER (info) Router started in Interior
> > mode, area=0 id=router.10103
> > 2018-11-01 03:07:13.661986 +0100 ROUTER (info) Version: 1.3.0
> > 2018-11-01 03:07:13.662688 +0100 ROUTER_CORE (info) Router Core thread
> > running. 0/router.10103
> > 2018-11-01 03:07:13.662707 +0100 ROUTER_CORE (info) In-process
> > subscription M/$management
> > 2018-11-01 03:07:13.662723 +0100 ROUTER_CORE (info) In-process
> > subscription L/$management
> > 2018-11-01 03:07:13.662747 +0100 ROUTER_CORE (info) In-process
> > subscription L/qdrouter
> > 2018-11-01 03:07:13.662756 +0100 ROUTER_CORE (info) In-process
> > subscription L/qdrouter.ma
> > 2018-11-01 03:07:13.662762 +0100 ROUTER_CORE (info) In-process
> > subscription T/qdrouter
> > 2018-11-01 03:07:13.662767 +0100 ROUTER_CORE (info) In-process
> > subscription T/qdrouter.ma
> > 2018-11-01 03:07:13.662772 +0100 ROUTER_CORE (info) In-process
> > subscription L/qdhello
> > 2018-11-01 03:07:13.663029 +0100 ROUTER (info) Router Engine
> Instantiated:
> > id=router.10103 instance=1541038033 max_routers=128
> > 2018-11-01 03:07:13.663582 +0100 AGENT (debug) Add entity:
> > RouterNodeEntity(address=amqp:/_topo/0/router.10103, id=router.10103,
> > index=0, instance=1541038033, lastTopoChange=0, linkState=[],
> > nextHop=(self), protocolVersion=1,
> > type=org.apache.qpid.dispatch.router.node, validOrigins=[])
> > 2018-11-01 03:07:13.664799 +0100 AGENT (debug) Add entity:
> > LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0,
> > identity=logStats/DEFAULT, infoCount=0, name=DEFAULT, noticeCount=0,
> > traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
> > 2018-11-01 03:07:13.665584 +0100 AGENT (debug) Add entity:
> > LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0,
> > identity=logStats/ERROR, infoCount=0, name=ERROR, noticeCount=0,
> > traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
> > 2018-11-01 03:07:13.666372 +0100 AGENT (debug) Add entity:
> > LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0,
> > identity=logStats/PYTHON, infoCount=0, name=PYTHON, noticeCount=0,
> > traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
> > 2018-11-01 03:07:13.667151 +0100 AGENT (debug) Add entity:
> > LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0,
> > identity=logStats/MESSAGE, infoCount=0, name=MESSAGE, noticeCount=0,
> > traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
> > 2018-11-01 03:07:13.667572 +0100 AGENT (debug) Add entity:
> > LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0,
> > identity=logStats/MAIN, infoCount=0, name=MAIN, noticeCount=0,
> > traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
> > 2018-11-01 03:07:13.667885 +0100 AGENT (debug) Add entity:
> > LogStatsEntity(criticalCount=0, debugCount=23, errorCount=0,
> > identity=logStats/AGENT, infoCount=0, name=AGENT, noticeCount=0,
> > traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
> > 2018-11-01 03:07:13.668196 +0100 AGENT (debug) Add entity:
> > LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0,
> > identity=logStats/POLICY, infoCount=0, name=POLICY, noticeCount=0,
> > traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
> > 2018-11-01 03:07:13.668549 +0100 AGENT (debug) Add entity:
> > AllocatorEntity(batchesRebalancedToGlobal=0,
> batchesRebalancedToThreads=0,
> > globalFreeListMax=0, heldByThreads=48, localFreeListMax=32,
> > totalAllocFromHeap=48, totalFreeToHeap=0, transferBatchSize=16,
> > type=org.apache.qpid.dispatch.allocator, typeName=qd_log_entry_t,
> > typeSize=2112)
> > 2018-11-01 03:07:13.668896 +0100 AGENT (debug) Add entity:
> > LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0,
> > identity=logStats/HTTP, infoCount=0, name=HTTP, noticeCount=0,
> > traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
> > 2018-11-01 03:07:13.669238 +0100 AGENT (debug) Add entity:
> > LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0,
> > identity=logStats/ROUTER_LS, infoCount=0, name=ROUTER_LS, noticeCount=0,
> > traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
> > 2018-11-01 03:07:13.669588 +0100 AGENT (debug) Add entity:
> > LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0,
> > identity=logStats/ROUTER_MA, infoCount=0, name=ROUTER_MA, noticeCount=0,
> > traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
> > 2018-11-01 03:07:13.669929 +0100 AGENT (debug) Add entity:
> > LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0,
> > identity=logStats/CONN_MGR, infoCount=0, name=CONN_MGR, noticeCount=0,
> > traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
> > 2018-11-01 03:07:13.670285 +0100 AGENT (debug) Add entity:
> > LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0,
> > identity=logStats/ROUTER_HELLO, infoCount=0, name=ROUTER_HELLO,
> > noticeCount=0, traceCount=0, type=org.apache.qpid.dispatch.logStats,
> > warningCount=0)
> > 2018-11-01 03:07:13.670628 +0100 AGENT (debug) Add entity:
> > LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0,
> > identity=logStats/SERVER, infoCount=1, name=SERVER, noticeCount=0,
> > traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=1)
> > 2018-11-01 03:07:13.670975 +0100 AGENT (debug) Add entity:
> > LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0,
> > identity=logStats/CONTAINER, infoCount=0, name=CONTAINER, noticeCount=0,
> > traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
> > 2018-11-01 03:07:13.671335 +0100 AGENT (debug) Add entity:
> > LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0,
> > identity=logStats/ROUTER_CORE, infoCount=8, name=ROUTER_CORE,
> > noticeCount=0, traceCount=0, type=org.apache.qpid.dispatch.logStats,
> > warningCount=0)
> > 2018-11-01 03:07:13.671699 +0100 AGENT (debug) Add entity:
> > LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0,
> > identity=logStats/ROUTER, infoCount=3, name=ROUTER, noticeCount=0,
> > traceCount=0, type=org.apache.qpid.dispatch.logStats, warningCount=0)
> > 2018-11-01 03:07:13.672067 +0100 AGENT (debug) Add entity:
> > AllocatorEntity(batchesRebalancedToGlobal=0,
> batchesRebalancedToThreads=0,
> > globalFreeListMax=0, heldByThreads=128, localFreeListMax=128,
> > totalAllocFromHeap=128, totalFreeToHeap=0, transferBatchSize=64,
> > type=org.apache.qpid.dispatch.allocator, typeName=qd_iterator_t,
> > typeSize=160)
> > 2018-11-01 03:07:13.672478 +0100 AGENT (debug) Add entity:
> > AllocatorEntity(batchesRebalancedToGlobal=0,
> batchesRebalancedToThreads=0,
> > globalFreeListMax=0, heldByThreads=128, localFreeListMax=128,
> > totalAllocFromHeap=128, totalFreeToHeap=0, transferBatchSize=64,
> > type=org.apache.qpid.dispatch.allocator, typeName=qd_hash_item_t,
> > typeSize=32)
> > 2018-11-01 03:07:13.672877 +0100 AGENT (debug) Add entity:
> > AllocatorEntity(batchesRebalancedToGlobal=0,
> batchesRebalancedToThreads=0,
> > globalFreeListMax=0, heldByThreads=64, localFreeListMax=128,
> > totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64,
> > type=org.apache.qpid.dispatch.allocator, typeName=qd_node_t, typeSize=56)
> > 2018-11-01 03:07:13.673295 +0100 AGENT (debug) Add entity:
> > AllocatorEntity(batchesRebalancedToGlobal=0,
> batchesRebalancedToThreads=0,
> > globalFreeListMax=0, heldByThreads=128, localFreeListMax=128,
> > totalAllocFromHeap=128, totalFreeToHeap=0, transferBatchSize=64,
> > type=org.apache.qpid.dispatch.allocator, typeName=qd_timer_t,
> typeSize=56)
> > 2018-11-01 03:07:13.673707 +0100 AGENT (debug) Add entity:
> > AllocatorEntity(batchesRebalancedToGlobal=0,
> batchesRebalancedToThreads=0,
> > globalFreeListMax=0, heldByThreads=128, localFreeListMax=128,
> > totalAllocFromHeap=128, totalFreeToHeap=0, transferBatchSize=64,
> > type=org.apache.qpid.dispatch.allocator, typeName=qd_parse_node_t,
> > typeSize=104)
> > 2018-11-01 03:07:13.674120 +0100 AGENT (debug) Add entity:
> > AllocatorEntity(batchesRebalancedToGlobal=0,
> batchesRebalancedToThreads=0,
> > globalFreeListMax=0, heldByThreads=64, localFreeListMax=128,
> > totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64,
> > type=org.apache.qpid.dispatch.allocator, typeName=qdr_action_t,
> > typeSize=160)
> > 2018-11-01 03:07:13.674550 +0100 AGENT (debug) Add entity:
> > AllocatorEntity(batchesRebalancedToGlobal=0,
> batchesRebalancedToThreads=0,
> > globalFreeListMax=0, heldByThreads=64, localFreeListMax=128,
> > totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64,
> > type=org.apache.qpid.dispatch.allocator, typeName=qdr_field_t,
> typeSize=40)
> > 2018-11-01 03:07:13.674970 +0100 AGENT (debug) Add entity:
> > AllocatorEntity(batchesRebalancedToGlobal=0,
> batchesRebalancedToThreads=0,
> > globalFreeListMax=0, heldByThreads=64, localFreeListMax=128,
> > totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64,
> > type=org.apache.qpid.dispatch.allocator, typeName=qd_buffer_t,
> typeSize=536)
> > 2018-11-01 03:07:13.675399 +0100 AGENT (debug) Add entity:
> > AllocatorEntity(batchesRebalancedToGlobal=0,
> batchesRebalancedToThreads=0,
> > globalFreeListMax=0, heldByThreads=64, localFreeListMax=128,
> > totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64,
> > type=org.apache.qpid.dispatch.allocator, typeName=qdr_address_t,
> > typeSize=304)
> > 2018-11-01 03:07:13.675847 +0100 AGENT (debug) Add entity:
> > AllocatorEntity(batchesRebalancedToGlobal=0,
> batchesRebalancedToThreads=0,
> > globalFreeListMax=0, heldByThreads=64, localFreeListMax=128,
> > totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64,
> > type=org.apache.qpid.dispatch.allocator, typeName=qd_bitmask_t,
> typeSize=24)
> > 2018-11-01 03:07:13.676300 +0100 AGENT (debug) Add entity:
> > AllocatorEntity(batchesRebalancedToGlobal=0,
> batchesRebalancedToThreads=0,
> > globalFreeListMax=0, heldByThreads=64, localFreeListMax=128,
> > totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64,
> > type=org.apache.qpid.dispatch.allocator, typeName=qd_hash_handle_t,
> > typeSize=16)
> > 2018-11-01 03:07:13.676865 +0100 AGENT (info) Activating management agent
> > on $_management_internal
> > 2018-11-01 03:07:13.676900 +0100 ROUTER_CORE (info) In-process
> > subscription L/$_management_internal
> > 2018-11-01 03:07:13.677278 +0100 POLICY (info) Policy configured
> > maxConnections: 65535, policyDir: '',access rules enabled: 'false', use
> > hostname patterns: 'false'
> > 2018-11-01 03:07:13.677377 +0100 AGENT (debug) Add entity:
> > PolicyEntity(defaultVhost=$default, enableVhostNamePatterns=False,
> > enableVhostPolicy=False, maxConnections=65535, policyDir=,
> > type=org.apache.qpid.dispatch.policy)
> > 2018-11-01 03:07:13.678024 +0100 POLICY (info) Policy fallback
> > defaultVhost is defined: '$default'
> > 2018-11-01 03:07:13.678260 +0100 CONN_MGR (info) Configured Listener:
> > 0.0.0.0:10103 proto=any, role=normal
> > 2018-11-01 03:07:13.678512 +0100 AGENT (debug) Add entity:
> > ListenerEntity(authenticatePeer=False, cost=1, host=0.0.0.0, http=False,
> > identity=listener/0.0.0.0:10103, idleTimeoutSeconds=16,
> > initialHandshakeTimeoutSeconds=0, maxFrameSize=16384, maxSessions=32768,
> > messageLoggingComponents=none, multiTenant=False, port=10103,
> > requireEncryption=False, requireSsl=False, role=normal,
> > saslMechanisms=ANONYMOUS, stripAnnotations=both,
> > type=org.apache.qpid.dispatch.listener)
> > 2018-11-01 03:07:13.679009 +0100 SERVER (notice) Operational, 4 Threads
> > Running (process ID 30100)
> > 2018-11-01 03:07:13.679158 +0100 SERVER (notice) Listening on
> > 0.0.0.0:10103
> > [2018-11-01T02:07:14.570Z] - INFO Dispatch-Router
> > 'messaging-dispatch-router' started
> > [2018-11-01T02:07:14.594Z] - INFO
> >
> {"apiVersion":"v1","endpoints":[{"url":"amqp://green-lx-slave1:10103","label":"amqp","entrypoint":true}],"pids":[30100]}
> > 2018-11-01 03:07:20.328236 +0100 SERVER (info) [1]: Accepted connection
> to
> > 0.0.0.0:10103 from 10.26.9.15:33869
> > 2018-11-01 03:07:20.549751 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d1805d6d0 rc:1 qdr_link_deliver - newly created delivery, add to
> > action list
> > 2018-11-01 03:07:20.549785 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d1805d6d0 rc:2 qdr_link_deliver - protect returned value
> > 2018-11-01 03:07:20.549814 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d1805d6d0 rc:3 referenced by a pn_delivery
> > 2018-11-01 03:07:20.549828 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d1805d6d0 rc:2 release protection of return from deliver
> > 2018-11-01 03:07:20.549855 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d1805d6d0 rc:3 qdr_delivery_push_CT - add to updated list
> > 2018-11-01 03:07:20.549886 +0100 ROUTER_CORE (debug) Delivery decref_CT:
> > dlv:7f3d1805d6d0 rc:2 qdr_link_forward_CT - removed from action (2)
> > 2018-11-01 03:07:20.549937 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d1805d6d0 rc:1 removed reference from pn_delivery
> > 2018-11-01 03:07:20.549961 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d1805d6d0 rc:0 qdr_connection_process - remove from updated list
> > 2018-11-01 03:07:20.550367 +0100 AGENT (debug) Add entity:
> > LogStatsEntity(criticalCount=0, debugCount=0, errorCount=0,
> > identity=logStats/DISPLAYNAME, infoCount=0, name=DISPLAYNAME,
> > noticeCount=0, traceCount=0, type=org.apache.qpid.dispatch.logStats,
> > warningCount=0)
> > 2018-11-01 03:07:20.550924 +0100 AGENT (debug) Add entity:
> > AllocatorEntity(batchesRebalancedToGlobal=0,
> batchesRebalancedToThreads=0,
> > globalFreeListMax=0, heldByThreads=64, localFreeListMax=128,
> > totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64,
> > type=org.apache.qpid.dispatch.allocator, typeName=qd_listener_t,
> > typeSize=352)
> > 2018-11-01 03:07:20.551436 +0100 AGENT (debug) Add entity:
> > AllocatorEntity(batchesRebalancedToGlobal=0,
> batchesRebalancedToThreads=0,
> > globalFreeListMax=0, heldByThreads=64, localFreeListMax=128,
> > totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64,
> > type=org.apache.qpid.dispatch.allocator, typeName=qd_composed_field_t,
> > typeSize=64)
> > 2018-11-01 03:07:20.551927 +0100 AGENT (debug) Add entity:
> > AllocatorEntity(batchesRebalancedToGlobal=0,
> batchesRebalancedToThreads=0,
> > globalFreeListMax=0, heldByThreads=64, localFreeListMax=128,
> > totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64,
> > type=org.apache.qpid.dispatch.allocator, typeName=qd_composite_t,
> > typeSize=112)
> > 2018-11-01 03:07:20.552432 +0100 AGENT (debug) Add entity:
> > AllocatorEntity(batchesRebalancedToGlobal=0,
> batchesRebalancedToThreads=0,
> > globalFreeListMax=0, heldByThreads=64, localFreeListMax=128,
> > totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64,
> > type=org.apache.qpid.dispatch.allocator, typeName=qd_message_t,
> > typeSize=160)
> > 2018-11-01 03:07:20.552917 +0100 AGENT (debug) Add entity:
> > AllocatorEntity(batchesRebalancedToGlobal=0,
> batchesRebalancedToThreads=0,
> > globalFreeListMax=0, heldByThreads=64, localFreeListMax=128,
> > totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64,
> > type=org.apache.qpid.dispatch.allocator, typeName=qd_message_content_t,
> > typeSize=1056)
> > 2018-11-01 03:07:20.553426 +0100 AGENT (debug) Add entity:
> > AllocatorEntity(batchesRebalancedToGlobal=0,
> batchesRebalancedToThreads=0,
> > globalFreeListMax=0, heldByThreads=16, localFreeListMax=32,
> > totalAllocFromHeap=16, totalFreeToHeap=0, transferBatchSize=16,
> > type=org.apache.qpid.dispatch.allocator, typeName=qd_connection_t,
> > typeSize=2360)
> > 2018-11-01 03:07:20.554272 +0100 AGENT (debug) Add entity:
> > AllocatorEntity(batchesRebalancedToGlobal=0,
> batchesRebalancedToThreads=0,
> > globalFreeListMax=0, heldByThreads=64, localFreeListMax=128,
> > totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64,
> > type=org.apache.qpid.dispatch.allocator, typeName=qdr_connection_info_t,
> > typeSize=88)
> > 2018-11-01 03:07:20.554835 +0100 AGENT (debug) Add entity:
> > AllocatorEntity(batchesRebalancedToGlobal=0,
> batchesRebalancedToThreads=0,
> > globalFreeListMax=0, heldByThreads=64, localFreeListMax=128,
> > totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64,
> > type=org.apache.qpid.dispatch.allocator, typeName=qdr_connection_t,
> > typeSize=224)
> > 2018-11-01 03:07:20.555365 +0100 AGENT (debug) Add entity:
> > AllocatorEntity(batchesRebalancedToGlobal=0,
> batchesRebalancedToThreads=0,
> > globalFreeListMax=0, heldByThreads=64, localFreeListMax=128,
> > totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64,
> > type=org.apache.qpid.dispatch.allocator, typeName=qd_link_t, typeSize=96)
> > 2018-11-01 03:07:20.555885 +0100 AGENT (debug) Add entity:
> > AllocatorEntity(batchesRebalancedToGlobal=0,
> batchesRebalancedToThreads=0,
> > globalFreeListMax=0, heldByThreads=64, localFreeListMax=128,
> > totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64,
> > type=org.apache.qpid.dispatch.allocator, typeName=qdr_terminus_t,
> > typeSize=64)
> > 2018-11-01 03:07:20.556455 +0100 AGENT (debug) Add entity:
> > AllocatorEntity(batchesRebalancedToGlobal=0,
> batchesRebalancedToThreads=0,
> > globalFreeListMax=0, heldByThreads=64, localFreeListMax=128,
> > totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64,
> > type=org.apache.qpid.dispatch.allocator, typeName=qdr_link_t,
> typeSize=408)
> > 2018-11-01 03:07:20.557021 +0100 AGENT (debug) Add entity:
> > AllocatorEntity(batchesRebalancedToGlobal=0,
> batchesRebalancedToThreads=0,
> > globalFreeListMax=0, heldByThreads=64, localFreeListMax=128,
> > totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64,
> > type=org.apache.qpid.dispatch.allocator, typeName=qdr_link_ref_t,
> > typeSize=24)
> > 2018-11-01 03:07:20.557560 +0100 AGENT (debug) Add entity:
> > AllocatorEntity(batchesRebalancedToGlobal=0,
> batchesRebalancedToThreads=0,
> > globalFreeListMax=0, heldByThreads=64, localFreeListMax=128,
> > totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64,
> > type=org.apache.qpid.dispatch.allocator, typeName=qdr_connection_work_t,
> > typeSize=48)
> > 2018-11-01 03:07:20.558092 +0100 AGENT (debug) Add entity:
> > AllocatorEntity(batchesRebalancedToGlobal=0,
> batchesRebalancedToThreads=0,
> > globalFreeListMax=0, heldByThreads=64, localFreeListMax=128,
> > totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64,
> > type=org.apache.qpid.dispatch.allocator, typeName=qdr_link_work_t,
> > typeSize=48)
> > 2018-11-01 03:07:20.558632 +0100 AGENT (debug) Add entity:
> > AllocatorEntity(batchesRebalancedToGlobal=0,
> batchesRebalancedToThreads=0,
> > globalFreeListMax=0, heldByThreads=64, localFreeListMax=128,
> > totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64,
> > type=org.apache.qpid.dispatch.allocator, typeName=qdr_general_work_t,
> > typeSize=64)
> > 2018-11-01 03:07:20.559285 +0100 AGENT (debug) Add entity:
> > AllocatorEntity(batchesRebalancedToGlobal=0,
> batchesRebalancedToThreads=0,
> > globalFreeListMax=0, heldByThreads=64, localFreeListMax=128,
> > totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64,
> > type=org.apache.qpid.dispatch.allocator, typeName=qd_parsed_turbo_t,
> > typeSize=64)
> > 2018-11-01 03:07:20.559841 +0100 AGENT (debug) Add entity:
> > AllocatorEntity(batchesRebalancedToGlobal=0,
> batchesRebalancedToThreads=0,
> > globalFreeListMax=0, heldByThreads=64, localFreeListMax=128,
> > totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64,
> > type=org.apache.qpid.dispatch.allocator, typeName=qdr_delivery_t,
> > typeSize=256)
> > 2018-11-01 03:07:20.560455 +0100 AGENT (debug) Add entity:
> > AllocatorEntity(batchesRebalancedToGlobal=0,
> batchesRebalancedToThreads=0,
> > globalFreeListMax=0, heldByThreads=64, localFreeListMax=128,
> > totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64,
> > type=org.apache.qpid.dispatch.allocator, typeName=qd_link_ref_t,
> > typeSize=24)
> > 2018-11-01 03:07:20.561028 +0100 AGENT (debug) Add entity:
> > AllocatorEntity(batchesRebalancedToGlobal=0,
> batchesRebalancedToThreads=0,
> > globalFreeListMax=0, heldByThreads=64, localFreeListMax=128,
> > totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64,
> > type=org.apache.qpid.dispatch.allocator, typeName=qdr_delivery_ref_t,
> > typeSize=24)
> > 2018-11-01 03:07:20.561925 +0100 AGENT (debug) Add entity:
> > AllocatorEntity(batchesRebalancedToGlobal=0,
> batchesRebalancedToThreads=0,
> > globalFreeListMax=0, heldByThreads=64, localFreeListMax=128,
> > totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64,
> > type=org.apache.qpid.dispatch.allocator, typeName=qd_parsed_field_t,
> > typeSize=88)
> > 2018-11-01 03:07:20.562795 +0100 AGENT (debug) Agent request
> > Message(address=u'$management', properties={u'operation': u'CREATE',
> > u'type': u'org.apache.qpid.dispatch.connector', u'name':
> > u'green-lx-slave1_47341_1'}, body={u'host': u'green-lx-slave1', u'role':
> > u'route-container', u'port': 47341L},
> > reply_to=u'amqp:/_$temp.cE715wpQqn9yG7s', correlation_id=None)
> > 2018-11-01 03:07:20.563048 +0100 CONN_MGR (info) Configured Connector:
> > green-lx-slave1:47341 proto=any, role=route-container
> > 2018-11-01 03:07:20.563246 +0100 AGENT (debug) Add entity:
> > ConnectorEntity(allowRedirect=True, cost=1,
> > failoverUrls=amqp://green-lx-slave1:47341, host=green-lx-slave1,
> > identity=connector/green-lx-slave1:47341:green-lx-slave1_47341_1,
> > idleTimeoutSeconds=16, maxFrameSize=16384, maxSessions=32768,
> > messageLoggingComponents=none, name=green-lx-slave1_47341_1, port=47341,
> > role=route-container, stripAnnotations=both,
> > type=org.apache.qpid.dispatch.connector, verifyHostname=True)
> > 2018-11-01 03:07:20.563919 +0100 AGENT (debug) Agent response:
> > Message(address=u'amqp:/_$temp.cE715wpQqn9yG7s',
> > properties={u'statusDescription': u'Created', u'statusCode': 201},
> > body={u'verifyHostname': True, u'stripAnnotations': EnumValue('both', 2),
> > u'name': 'green-lx-slave1_47341_1', u'messageLoggingComponents': 'none',
> > u'allowRedirect': True, u'idleTimeoutSeconds': 16, u'maxFrameSize':
> 16384,
> > u'host': 'green-lx-slave1', u'cost': 1, u'role':
> > EnumValue('route-container', 2), u'failoverUrls':
> > 'amqp://green-lx-slave1:47341', u'maxSessions': 32768, u'type':
> > 'org.apache.qpid.dispatch.connector', u'port': '47341', u'identity':
> > 'connector/green-lx-slave1:47341:green-lx-slave1_47341_1'},
> reply_to=None,
> > correlation_id=None)
> > Responding to:
> > Message(address=u'$management', properties={u'operation': u'CREATE',
> > u'type': u'org.apache.qpid.dispatch.connector', u'name':
> > u'green-lx-slave1_47341_1'}, body={u'type':
> > u'org.apache.qpid.dispatch.connector', u'host': u'green-lx-slave1',
> > u'role': u'route-container', u'port': 47341L, u'name':
> > u'green-lx-slave1_47341_1'}, reply_to=u'amqp:/_$temp.cE715wpQqn9yG7s',
> > correlation_id=None)
> > 2018-11-01 03:07:20.564007 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d1805d6d0 rc:1 qdr_forward_deliver_CT - add to undelivered list
> > 2018-11-01 03:07:20.564083 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d1805d6d0 rc:0 qdr_link_process_deliveries - remove from
> undelivered
> > list
> > 2018-11-01 03:07:20.568553 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d1805d890 rc:1 qdr_link_deliver - newly created delivery, add to
> > action list
> > 2018-11-01 03:07:20.568576 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d1805d890 rc:2 qdr_link_deliver - protect returned value
> > 2018-11-01 03:07:20.568703 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d1805d890 rc:3 referenced by a pn_delivery
> > 2018-11-01 03:07:20.568717 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d1805d890 rc:4 qdr_delivery_push_CT - add to updated list
> > 2018-11-01 03:07:20.568732 +0100 ROUTER_CORE (debug) Delivery decref_CT:
> > dlv:7f3d1805d890 rc:3 qdr_link_forward_CT - removed from action (2)
> > 2018-11-01 03:07:20.568744 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d1805d890 rc:2 release protection of return from deliver
> > 2018-11-01 03:07:20.568815 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d1805d890 rc:1 removed reference from pn_delivery
> > 2018-11-01 03:07:20.568827 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d1805d890 rc:0 qdr_connection_process - remove from updated list
> > 2018-11-01 03:07:20.569039 +0100 AGENT (debug) Add entity:
> > AllocatorEntity(batchesRebalancedToGlobal=0,
> batchesRebalancedToThreads=0,
> > globalFreeListMax=0, heldByThreads=64, localFreeListMax=128,
> > totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64,
> > type=org.apache.qpid.dispatch.allocator, typeName=qd_connector_t,
> > typeSize=408)
> > 2018-11-01 03:07:20.570001 +0100 AGENT (debug) Agent request
> > Message(address=u'$management', properties={u'operation': u'CREATE',
> > u'type': u'org.apache.qpid.dispatch.connector', u'name':
> > u'green-lx-slave1_47341_2'}, body={u'host': u'green-lx-slave1', u'role':
> > u'route-container', u'port': 47341L},
> > reply_to=u'amqp:/_$temp.cE715wpQqn9yG7s', correlation_id=None)
> > 2018-11-01 03:07:20.570239 +0100 CONN_MGR (info) Configured Connector:
> > green-lx-slave1:47341 proto=any, role=route-container
> > 2018-11-01 03:07:20.570390 +0100 AGENT (debug) Add entity:
> > ConnectorEntity(allowRedirect=True, cost=1,
> > failoverUrls=amqp://green-lx-slave1:47341, host=green-lx-slave1,
> > identity=connector/green-lx-slave1:47341:green-lx-slave1_47341_2,
> > idleTimeoutSeconds=16, maxFrameSize=16384, maxSessions=32768,
> > messageLoggingComponents=none, name=green-lx-slave1_47341_2, port=47341,
> > role=route-container, stripAnnotations=both,
> > type=org.apache.qpid.dispatch.connector, verifyHostname=True)
> > 2018-11-01 03:07:20.571069 +0100 AGENT (debug) Agent response:
> > Message(address=u'amqp:/_$temp.cE715wpQqn9yG7s',
> > properties={u'statusDescription': u'Created', u'statusCode': 201},
> > body={u'verifyHostname': True, u'stripAnnotations': EnumValue('both', 2),
> > u'name': 'green-lx-slave1_47341_2', u'messageLoggingComponents': 'none',
> > u'allowRedirect': True, u'idleTimeoutSeconds': 16, u'maxFrameSize':
> 16384,
> > u'host': 'green-lx-slave1', u'cost': 1, u'role':
> > EnumValue('route-container', 2), u'failoverUrls':
> > 'amqp://green-lx-slave1:47341', u'maxSessions': 32768, u'type':
> > 'org.apache.qpid.dispatch.connector', u'port': '47341', u'identity':
> > 'connector/green-lx-slave1:47341:green-lx-slave1_47341_2'},
> reply_to=None,
> > correlation_id=None)
> > Responding to:
> > Message(address=u'$management', properties={u'operation': u'CREATE',
> > u'type': u'org.apache.qpid.dispatch.connector', u'name':
> > u'green-lx-slave1_47341_2'}, body={u'type':
> > u'org.apache.qpid.dispatch.connector', u'host': u'green-lx-slave1',
> > u'role': u'route-container', u'port': 47341L, u'name':
> > u'green-lx-slave1_47341_2'}, reply_to=u'amqp:/_$temp.cE715wpQqn9yG7s',
> > correlation_id=None)
> > 2018-11-01 03:07:20.571394 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d1805d6d0 rc:1 qdr_forward_deliver_CT - add to undelivered list
> > 2018-11-01 03:07:20.571428 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d1805d6d0 rc:0 qdr_link_process_deliveries - remove from
> undelivered
> > list
> > 2018-11-01 03:07:20.576587 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d1c08c950 rc:1 qdr_link_deliver - newly created delivery, add to
> > action list
> > 2018-11-01 03:07:20.576607 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d1c08c950 rc:2 qdr_link_deliver - protect returned value
> > 2018-11-01 03:07:20.576616 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d1c08c950 rc:3 referenced by a pn_delivery
> > 2018-11-01 03:07:20.576622 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d1c08c950 rc:2 release protection of return from deliver
> > 2018-11-01 03:07:20.576639 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d1c08c950 rc:3 qdr_delivery_push_CT - add to updated list
> > 2018-11-01 03:07:20.576675 +0100 ROUTER_CORE (debug) Delivery decref_CT:
> > dlv:7f3d1c08c950 rc:2 qdr_link_forward_CT - removed from action (2)
> > 2018-11-01 03:07:20.576726 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d1c08c950 rc:1 removed reference from pn_delivery
> > 2018-11-01 03:07:20.576736 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d1c08c950 rc:0 qdr_connection_process - remove from updated list
> > 2018-11-01 03:07:20.577106 +0100 AGENT (debug) Add entity:
> > AllocatorEntity(batchesRebalancedToGlobal=0,
> batchesRebalancedToThreads=0,
> > globalFreeListMax=0, heldByThreads=64, localFreeListMax=128,
> > totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64,
> > type=org.apache.qpid.dispatch.allocator, typeName=qdr_conn_identifier_t,
> > typeSize=112)
> > 2018-11-01 03:07:20.577794 +0100 AGENT (debug) Add entity:
> > AllocatorEntity(batchesRebalancedToGlobal=0,
> batchesRebalancedToThreads=0,
> > globalFreeListMax=0, heldByThreads=64, localFreeListMax=128,
> > totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64,
> > type=org.apache.qpid.dispatch.allocator, typeName=qdr_connection_ref_t,
> > typeSize=24)
> > 2018-11-01 03:07:20.578775 +0100 AGENT (debug) Agent request
> > Message(address=u'$management', properties={u'operation': u'CREATE',
> > u'type': u'org.apache.qpid.dispatch.connector', u'name':
> > u'green-lx-slave1_47341_3'}, body={u'host': u'green-lx-slave1', u'role':
> > u'route-container', u'port': 47341L},
> > reply_to=u'amqp:/_$temp.cE715wpQqn9yG7s', correlation_id=None)
> > 2018-11-01 03:07:20.578957 +0100 CONN_MGR (info) Configured Connector:
> > green-lx-slave1:47341 proto=any, role=route-container
> > 2018-11-01 03:07:20.579092 +0100 AGENT (debug) Add entity:
> > ConnectorEntity(allowRedirect=True, cost=1,
> > failoverUrls=amqp://green-lx-slave1:47341, host=green-lx-slave1,
> > identity=connector/green-lx-slave1:47341:green-lx-slave1_47341_3,
> > idleTimeoutSeconds=16, maxFrameSize=16384, maxSessions=32768,
> > messageLoggingComponents=none, name=green-lx-slave1_47341_3, port=47341,
> > role=route-container, stripAnnotations=both,
> > type=org.apache.qpid.dispatch.connector, verifyHostname=True)
> > 2018-11-01 03:07:20.579814 +0100 AGENT (debug) Agent response:
> > Message(address=u'amqp:/_$temp.cE715wpQqn9yG7s',
> > properties={u'statusDescription': u'Created', u'statusCode': 201},
> > body={u'verifyHostname': True, u'stripAnnotations': EnumValue('both', 2),
> > u'name': 'green-lx-slave1_47341_3', u'messageLoggingComponents': 'none',
> > u'allowRedirect': True, u'idleTimeoutSeconds': 16, u'maxFrameSize':
> 16384,
> > u'host': 'green-lx-slave1', u'cost': 1, u'role':
> > EnumValue('route-container', 2), u'failoverUrls':
> > 'amqp://green-lx-slave1:47341', u'maxSessions': 32768, u'type':
> > 'org.apache.qpid.dispatch.connector', u'port': '47341', u'identity':
> > 'connector/green-lx-slave1:47341:green-lx-slave1_47341_3'},
> reply_to=None,
> > correlation_id=None)
> > Responding to:
> > Message(address=u'$management', properties={u'operation': u'CREATE',
> > u'type': u'org.apache.qpid.dispatch.connector', u'name':
> > u'green-lx-slave1_47341_3'}, body={u'type':
> > u'org.apache.qpid.dispatch.connector', u'host': u'green-lx-slave1',
> > u'role': u'route-container', u'port': 47341L, u'name':
> > u'green-lx-slave1_47341_3'}, reply_to=u'amqp:/_$temp.cE715wpQqn9yG7s',
> > correlation_id=None)
> > 2018-11-01 03:07:20.579865 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d1805d890 rc:1 qdr_forward_deliver_CT - add to undelivered list
> > 2018-11-01 03:07:20.580331 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d1805d890 rc:0 qdr_link_process_deliveries - remove from
> undelivered
> > list
> > 2018-11-01 03:07:20.581616 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d1c08cb10 rc:1 qdr_link_deliver - newly created delivery, add to
> > action list
> > 2018-11-01 03:07:20.581635 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d1c08cb10 rc:2 qdr_link_deliver - protect returned value
> > 2018-11-01 03:07:20.581654 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d1c08cb10 rc:3 qdr_delivery_push_CT - add to updated list
> > 2018-11-01 03:07:20.581661 +0100 ROUTER_CORE (debug) Delivery decref_CT:
> > dlv:7f3d1c08cb10 rc:2 qdr_link_forward_CT - removed from action (2)
> > 2018-11-01 03:07:20.582275 +0100 AGENT (debug) Agent request
> > Message(address=u'$management', properties={u'operation': u'CREATE',
> > u'type': u'org.apache.qpid.dispatch.connector', u'name':
> > u'green-lx-slave1_47341_4'}, body={u'host': u'green-lx-slave1', u'role':
> > u'route-container', u'port': 47341L},
> > reply_to=u'amqp:/_$temp.cE715wpQqn9yG7s', correlation_id=None)
> > 2018-11-01 03:07:20.582477 +0100 CONN_MGR (info) Configured Connector:
> > green-lx-slave1:47341 proto=any, role=route-container
> > 2018-11-01 03:07:20.582641 +0100 AGENT (debug) Add entity:
> > ConnectorEntity(allowRedirect=True, cost=1,
> > failoverUrls=amqp://green-lx-slave1:47341, host=green-lx-slave1,
> > identity=connector/green-lx-slave1:47341:green-lx-slave1_47341_4,
> > idleTimeoutSeconds=16, maxFrameSize=16384, maxSessions=32768,
> > messageLoggingComponents=none, name=green-lx-slave1_47341_4, port=47341,
> > role=route-container, stripAnnotations=both,
> > type=org.apache.qpid.dispatch.connector, verifyHostname=True)
> > 2018-11-01 03:07:20.583334 +0100 AGENT (debug) Agent response:
> > Message(address=u'amqp:/_$temp.cE715wpQqn9yG7s',
> > properties={u'statusDescription': u'Created', u'statusCode': 201},
> > body={u'verifyHostname': True, u'stripAnnotations': EnumValue('both', 2),
> > u'name': 'green-lx-slave1_47341_4', u'messageLoggingComponents': 'none',
> > u'allowRedirect': True, u'idleTimeoutSeconds': 16, u'maxFrameSize':
> 16384,
> > u'host': 'green-lx-slave1', u'cost': 1, u'role':
> > EnumValue('route-container', 2), u'failoverUrls':
> > 'amqp://green-lx-slave1:47341', u'maxSessions': 32768, u'type':
> > 'org.apache.qpid.dispatch.connector', u'port': '47341', u'identity':
> > 'connector/green-lx-slave1:47341:green-lx-slave1_47341_4'},
> reply_to=None,
> > correlation_id=None)
> > Responding to:
> > Message(address=u'$management', properties={u'operation': u'CREATE',
> > u'type': u'org.apache.qpid.dispatch.connector', u'name':
> > u'green-lx-slave1_47341_4'}, body={u'type':
> > u'org.apache.qpid.dispatch.connector', u'host': u'green-lx-slave1',
> > u'role': u'route-container', u'port': 47341L, u'name':
> > u'green-lx-slave1_47341_4'}, reply_to=u'amqp:/_$temp.cE715wpQqn9yG7s',
> > correlation_id=None)
> > 2018-11-01 03:07:20.583464 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d1805d6d0 rc:1 qdr_forward_deliver_CT - add to undelivered list
> > 2018-11-01 03:07:20.583817 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d1c08cb10 rc:3 referenced by a pn_delivery
> > 2018-11-01 03:07:20.583832 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d1c08cb10 rc:2 release protection of return from deliver
> > 2018-11-01 03:07:20.583848 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d1c08cb10 rc:1 removed reference from pn_delivery
> > 2018-11-01 03:07:20.583855 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d1c08cb10 rc:0 qdr_connection_process - remove from updated list
> > 2018-11-01 03:07:20.583877 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d1805d6d0 rc:0 qdr_link_process_deliveries - remove from
> undelivered
> > list
> > 2018-11-01 03:07:20.585153 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d1c08ccd0 rc:1 qdr_link_deliver - newly created delivery, add to
> > action list
> > 2018-11-01 03:07:20.585169 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d1c08ccd0 rc:2 qdr_link_deliver - protect returned value
> > 2018-11-01 03:07:20.585179 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d1c08ccd0 rc:3 referenced by a pn_delivery
> > 2018-11-01 03:07:20.585277 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d1c08ccd0 rc:2 release protection of return from deliver
> > 2018-11-01 03:07:20.585319 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d1c08ccd0 rc:3 qdr_delivery_push_CT - add to updated list
> > 2018-11-01 03:07:20.585338 +0100 ROUTER_CORE (debug) Delivery decref_CT:
> > dlv:7f3d1c08ccd0 rc:2 qdr_link_forward_CT - removed from action (2)
> > 2018-11-01 03:07:20.585363 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d1c08ccd0 rc:1 removed reference from pn_delivery
> > 2018-11-01 03:07:20.585372 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d1c08ccd0 rc:0 qdr_connection_process - remove from updated list
> > 2018-11-01 03:07:20.585841 +0100 AGENT (debug) Agent request
> > Message(address=u'$management', properties={u'operation': u'CREATE',
> > u'type': u'org.apache.qpid.dispatch.connector', u'name':
> > u'green-lx-slave1_47341_5'}, body={u'host': u'green-lx-slave1', u'role':
> > u'route-container', u'port': 47341L},
> > reply_to=u'amqp:/_$temp.cE715wpQqn9yG7s', correlation_id=None)
> > 2018-11-01 03:07:20.586005 +0100 CONN_MGR (info) Configured Connector:
> > green-lx-slave1:47341 proto=any, role=route-container
> > 2018-11-01 03:07:20.586154 +0100 AGENT (debug) Add entity:
> > ConnectorEntity(allowRedirect=True, cost=1,
> > failoverUrls=amqp://green-lx-slave1:47341, host=green-lx-slave1,
> > identity=connector/green-lx-slave1:47341:green-lx-slave1_47341_5,
> > idleTimeoutSeconds=16, maxFrameSize=16384, maxSessions=32768,
> > messageLoggingComponents=none, name=green-lx-slave1_47341_5, port=47341,
> > role=route-container, stripAnnotations=both,
> > type=org.apache.qpid.dispatch.connector, verifyHostname=True)
> > 2018-11-01 03:07:20.586867 +0100 AGENT (debug) Agent response:
> > Message(address=u'amqp:/_$temp.cE715wpQqn9yG7s',
> > properties={u'statusDescription': u'Created', u'statusCode': 201},
> > body={u'verifyHostname': True, u'stripAnnotations': EnumValue('both', 2),
> > u'name': 'green-lx-slave1_47341_5', u'messageLoggingComponents': 'none',
> > u'allowRedirect': True, u'idleTimeoutSeconds': 16, u'maxFrameSize':
> 16384,
> > u'host': 'green-lx-slave1', u'cost': 1, u'role':
> > EnumValue('route-container', 2), u'failoverUrls':
> > 'amqp://green-lx-slave1:47341', u'maxSessions': 32768, u'type':
> > 'org.apache.qpid.dispatch.connector', u'port': '47341', u'identity':
> > 'connector/green-lx-slave1:47341:green-lx-slave1_47341_5'},
> reply_to=None,
> > correlation_id=None)
> > Responding to:
> > Message(address=u'$management', properties={u'operation': u'CREATE',
> > u'type': u'org.apache.qpid.dispatch.connector', u'name':
> > u'green-lx-slave1_47341_5'}, body={u'type':
> > u'org.apache.qpid.dispatch.connector', u'host': u'green-lx-slave1',
> > u'role': u'route-container', u'port': 47341L, u'name':
> > u'green-lx-slave1_47341_5'}, reply_to=u'amqp:/_$temp.cE715wpQqn9yG7s',
> > correlation_id=None)
> > 2018-11-01 03:07:20.586917 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d1c08c950 rc:1 qdr_forward_deliver_CT - add to undelivered list
> > 2018-11-01 03:07:20.586958 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d1c08c950 rc:0 qdr_link_process_deliveries - remove from
> undelivered
> > list
> > 2018-11-01 03:07:20.588193 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d1c08ce50 rc:1 qdr_link_deliver - newly created delivery, add to
> > action list
> > 2018-11-01 03:07:20.588211 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d1c08ce50 rc:2 qdr_link_deliver - protect returned value
> > 2018-11-01 03:07:20.588243 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d1c08ce50 rc:3 qdr_delivery_push_CT - add to updated list
> > 2018-11-01 03:07:20.588261 +0100 ROUTER_CORE (debug) Delivery decref_CT:
> > dlv:7f3d1c08ce50 rc:2 qdr_link_forward_CT - removed from action (2)
> > 2018-11-01 03:07:20.588273 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d1c08ce50 rc:3 referenced by a pn_delivery
> > 2018-11-01 03:07:20.588803 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d1c08ce50 rc:2 release protection of return from deliver
> > 2018-11-01 03:07:20.588822 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d1c08ce50 rc:1 removed reference from pn_delivery
> > 2018-11-01 03:07:20.588829 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d1c08ce50 rc:0 qdr_connection_process - remove from updated list
> > 2018-11-01 03:07:20.588962 +0100 AGENT (debug) Agent request
> > Message(address=u'$management', properties={u'operation': u'CREATE',
> > u'type': u'org.apache.qpid.dispatch.connector', u'name':
> > u'green-lx-slave1_47341_6'}, body={u'host': u'green-lx-slave1', u'role':
> > u'route-container', u'port': 47341L},
> > reply_to=u'amqp:/_$temp.cE715wpQqn9yG7s', correlation_id=None)
> > 2018-11-01 03:07:20.589137 +0100 CONN_MGR (info) Configured Connector:
> > green-lx-slave1:47341 proto=any, role=route-container
> > 2018-11-01 03:07:20.589275 +0100 AGENT (debug) Add entity:
> > ConnectorEntity(allowRedirect=True, cost=1,
> > failoverUrls=amqp://green-lx-slave1:47341, host=green-lx-slave1,
> > identity=connector/green-lx-slave1:47341:green-lx-slave1_47341_6,
> > idleTimeoutSeconds=16, maxFrameSize=16384, maxSessions=32768,
> > messageLoggingComponents=none, name=green-lx-slave1_47341_6, port=47341,
> > role=route-container, stripAnnotations=both,
> > type=org.apache.qpid.dispatch.connector, verifyHostname=True)
> > 2018-11-01 03:07:20.590018 +0100 AGENT (debug) Agent response:
> > Message(address=u'amqp:/_$temp.cE715wpQqn9yG7s',
> > properties={u'statusDescription': u'Created', u'statusCode': 201},
> > body={u'verifyHostname': True, u'stripAnnotations': EnumValue('both', 2),
> > u'name': 'green-lx-slave1_47341_6', u'messageLoggingComponents': 'none',
> > u'allowRedirect': True, u'idleTimeoutSeconds': 16, u'maxFrameSize':
> 16384,
> > u'host': 'green-lx-slave1', u'cost': 1, u'role':
> > EnumValue('route-container', 2), u'failoverUrls':
> > 'amqp://green-lx-slave1:47341', u'maxSessions': 32768, u'type':
> > 'org.apache.qpid.dispatch.connector', u'port': '47341', u'identity':
> > 'connector/green-lx-slave1:47341:green-lx-slave1_47341_6'},
> reply_to=None,
> > correlation_id=None)
> > Responding to:
> > Message(address=u'$management', properties={u'operation': u'CREATE',
> > u'type': u'org.apache.qpid.dispatch.connector', u'name':
> > u'green-lx-slave1_47341_6'}, body={u'type':
> > u'org.apache.qpid.dispatch.connector', u'host': u'green-lx-slave1',
> > u'role': u'route-container', u'port': 47341L, u'name':
> > u'green-lx-slave1_47341_6'}, reply_to=u'amqp:/_$temp.cE715wpQqn9yG7s',
> > correlation_id=None)
> > 2018-11-01 03:07:20.590068 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d1805d890 rc:1 qdr_forward_deliver_CT - add to undelivered list
> > 2018-11-01 03:07:20.590159 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d1805d890 rc:0 qdr_link_process_deliveries - remove from
> undelivered
> > list
> > 2018-11-01 03:07:20.591422 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d10044190 rc:1 qdr_link_deliver - newly created delivery, add to
> > action list
> > 2018-11-01 03:07:20.591442 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d10044190 rc:2 qdr_link_deliver - protect returned value
> > 2018-11-01 03:07:20.591453 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d10044190 rc:3 referenced by a pn_delivery
> > 2018-11-01 03:07:20.591458 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d10044190 rc:2 release protection of return from deliver
> > 2018-11-01 03:07:20.591474 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d10044190 rc:3 qdr_delivery_push_CT - add to updated list
> > 2018-11-01 03:07:20.591481 +0100 ROUTER_CORE (debug) Delivery decref_CT:
> > dlv:7f3d10044190 rc:2 qdr_link_forward_CT - removed from action (2)
> > 2018-11-01 03:07:20.591511 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d10044190 rc:1 removed reference from pn_delivery
> > 2018-11-01 03:07:20.591519 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d10044190 rc:0 qdr_connection_process - remove from updated list
> > 2018-11-01 03:07:20.592059 +0100 AGENT (debug) Agent request
> > Message(address=u'$management', properties={u'operation': u'CREATE',
> > u'type': u'org.apache.qpid.dispatch.connector', u'name':
> > u'green-lx-slave1_47341_7'}, body={u'host': u'green-lx-slave1', u'role':
> > u'route-container', u'port': 47341L},
> > reply_to=u'amqp:/_$temp.cE715wpQqn9yG7s', correlation_id=None)
> > 2018-11-01 03:07:20.592281 +0100 CONN_MGR (info) Configured Connector:
> > green-lx-slave1:47341 proto=any, role=route-container
> > 2018-11-01 03:07:20.592438 +0100 AGENT (debug) Add entity:
> > ConnectorEntity(allowRedirect=True, cost=1,
> > failoverUrls=amqp://green-lx-slave1:47341, host=green-lx-slave1,
> > identity=connector/green-lx-slave1:47341:green-lx-slave1_47341_7,
> > idleTimeoutSeconds=16, maxFrameSize=16384, maxSessions=32768,
> > messageLoggingComponents=none, name=green-lx-slave1_47341_7, port=47341,
> > role=route-container, stripAnnotations=both,
> > type=org.apache.qpid.dispatch.connector, verifyHostname=True)
> > 2018-11-01 03:07:20.593184 +0100 AGENT (debug) Agent response:
> > Message(address=u'amqp:/_$temp.cE715wpQqn9yG7s',
> > properties={u'statusDescription': u'Created', u'statusCode': 201},
> > body={u'verifyHostname': True, u'stripAnnotations': EnumValue('both', 2),
> > u'name': 'green-lx-slave1_47341_7', u'messageLoggingComponents': 'none',
> > u'allowRedirect': True, u'idleTimeoutSeconds': 16, u'maxFrameSize':
> 16384,
> > u'host': 'green-lx-slave1', u'cost': 1, u'role':
> > EnumValue('route-container', 2), u'failoverUrls':
> > 'amqp://green-lx-slave1:47341', u'maxSessions': 32768, u'type':
> > 'org.apache.qpid.dispatch.connector', u'port': '47341', u'identity':
> > 'connector/green-lx-slave1:47341:green-lx-slave1_47341_7'},
> reply_to=None,
> > correlation_id=None)
> > Responding to:
> > Message(address=u'$management', properties={u'operation': u'CREATE',
> > u'type': u'org.apache.qpid.dispatch.connector', u'name':
> > u'green-lx-slave1_47341_7'}, body={u'type':
> > u'org.apache.qpid.dispatch.connector', u'host': u'green-lx-slave1',
> > u'role': u'route-container', u'port': 47341L, u'name':
> > u'green-lx-slave1_47341_7'}, reply_to=u'amqp:/_$temp.cE715wpQqn9yG7s',
> > correlation_id=None)
> > 2018-11-01 03:07:20.593279 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d1c08cb10 rc:1 qdr_forward_deliver_CT - add to undelivered list
> > 2018-11-01 03:07:20.593327 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d1c08cb10 rc:0 qdr_link_process_deliveries - remove from
> undelivered
> > list
> > 2018-11-01 03:07:20.594707 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d10044350 rc:1 qdr_link_deliver - newly created delivery, add to
> > action list
> > 2018-11-01 03:07:20.594725 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d10044350 rc:2 qdr_link_deliver - protect returned value
> > 2018-11-01 03:07:20.594734 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d10044350 rc:3 referenced by a pn_delivery
> > 2018-11-01 03:07:20.594739 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d10044350 rc:2 release protection of return from deliver
> > 2018-11-01 03:07:20.594760 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d10044350 rc:3 qdr_delivery_push_CT - add to updated list
> > 2018-11-01 03:07:20.594768 +0100 ROUTER_CORE (debug) Delivery decref_CT:
> > dlv:7f3d10044350 rc:2 qdr_link_forward_CT - removed from action (2)
> > 2018-11-01 03:07:20.594783 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d10044350 rc:1 removed reference from pn_delivery
> > 2018-11-01 03:07:20.594789 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d10044350 rc:0 qdr_connection_process - remove from updated list
> > 2018-11-01 03:07:20.595289 +0100 AGENT (debug) Agent request
> > Message(address=u'$management', properties={u'operation': u'CREATE',
> > u'type': u'org.apache.qpid.dispatch.connector', u'name':
> > u'green-lx-slave1_47341_8'}, body={u'host': u'green-lx-slave1', u'role':
> > u'route-container', u'port': 47341L},
> > reply_to=u'amqp:/_$temp.cE715wpQqn9yG7s', correlation_id=None)
> > 2018-11-01 03:07:20.595459 +0100 CONN_MGR (info) Configured Connector:
> > green-lx-slave1:47341 proto=any, role=route-container
> > 2018-11-01 03:07:20.595587 +0100 AGENT (debug) Add entity:
> > ConnectorEntity(allowRedirect=True, cost=1,
> > failoverUrls=amqp://green-lx-slave1:47341, host=green-lx-slave1,
> > identity=connector/green-lx-slave1:47341:green-lx-slave1_47341_8,
> > idleTimeoutSeconds=16, maxFrameSize=16384, maxSessions=32768,
> > messageLoggingComponents=none, name=green-lx-slave1_47341_8, port=47341,
> > role=route-container, stripAnnotations=both,
> > type=org.apache.qpid.dispatch.connector, verifyHostname=True)
> > 2018-11-01 03:07:20.596272 +0100 AGENT (debug) Agent response:
> > Message(address=u'amqp:/_$temp.cE715wpQqn9yG7s',
> > properties={u'statusDescription': u'Created', u'statusCode': 201},
> > body={u'verifyHostname': True, u'stripAnnotations': EnumValue('both', 2),
> > u'name': 'green-lx-slave1_47341_8', u'messageLoggingComponents': 'none',
> > u'allowRedirect': True, u'idleTimeoutSeconds': 16, u'maxFrameSize':
> 16384,
> > u'host': 'green-lx-slave1', u'cost': 1, u'role':
> > EnumValue('route-container', 2), u'failoverUrls':
> > 'amqp://green-lx-slave1:47341', u'maxSessions': 32768, u'type':
> > 'org.apache.qpid.dispatch.connector', u'port': '47341', u'identity':
> > 'connector/green-lx-slave1:47341:green-lx-slave1_47341_8'},
> reply_to=None,
> > correlation_id=None)
> > Responding to:
> > Message(address=u'$management', properties={u'operation': u'CREATE',
> > u'type': u'org.apache.qpid.dispatch.connector', u'name':
> > u'green-lx-slave1_47341_8'}, body={u'type':
> > u'org.apache.qpid.dispatch.connector', u'host': u'green-lx-slave1',
> > u'role': u'route-container', u'port': 47341L, u'name':
> > u'green-lx-slave1_47341_8'}, reply_to=u'amqp:/_$temp.cE715wpQqn9yG7s',
> > correlation_id=None)
> > 2018-11-01 03:07:20.596355 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d1805d6d0 rc:1 qdr_forward_deliver_CT - add to undelivered list
> > 2018-11-01 03:07:20.596434 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d1805d6d0 rc:0 qdr_link_process_deliveries - remove from
> undelivered
> > list
> > 2018-11-01 03:07:20.597546 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d10044510 rc:1 qdr_link_deliver - newly created delivery, add to
> > action list
> > 2018-11-01 03:07:20.597565 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d10044510 rc:2 qdr_link_deliver - protect returned value
> > 2018-11-01 03:07:20.597578 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d10044510 rc:3 referenced by a pn_delivery
> > 2018-11-01 03:07:20.597586 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d10044510 rc:3 release protection of return from deliver
> > 2018-11-01 03:07:20.597595 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d10044510 rc:4 qdr_delivery_push_CT - add to updated list
> > 2018-11-01 03:07:20.597612 +0100 ROUTER_CORE (debug) Delivery decref_CT:
> > dlv:7f3d10044510 rc:2 qdr_link_forward_CT - removed from action (2)
> > 2018-11-01 03:07:20.597632 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d10044510 rc:1 removed reference from pn_delivery
> > 2018-11-01 03:07:20.597642 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d10044510 rc:0 qdr_connection_process - remove from updated list
> > 2018-11-01 03:07:20.598460 +0100 AGENT (debug) Agent request
> > Message(address=u'$management', properties={u'operation': u'CREATE',
> > u'type': u'org.apache.qpid.dispatch.connector', u'name':
> > u'green-lx-slave1_47341_9'}, body={u'host': u'green-lx-slave1', u'role':
> > u'route-container', u'port': 47341L},
> > reply_to=u'amqp:/_$temp.cE715wpQqn9yG7s', correlation_id=None)
> > 2018-11-01 03:07:20.598627 +0100 CONN_MGR (info) Configured Connector:
> > green-lx-slave1:47341 proto=any, role=route-container
> > 2018-11-01 03:07:20.598758 +0100 AGENT (debug) Add entity:
> > ConnectorEntity(allowRedirect=True, cost=1,
> > failoverUrls=amqp://green-lx-slave1:47341, host=green-lx-slave1,
> > identity=connector/green-lx-slave1:47341:green-lx-slave1_47341_9,
> > idleTimeoutSeconds=16, maxFrameSize=16384, maxSessions=32768,
> > messageLoggingComponents=none, name=green-lx-slave1_47341_9, port=47341,
> > role=route-container, stripAnnotations=both,
> > type=org.apache.qpid.dispatch.connector, verifyHostname=True)
> > 2018-11-01 03:07:20.599490 +0100 AGENT (debug) Agent response:
> > Message(address=u'amqp:/_$temp.cE715wpQqn9yG7s',
> > properties={u'statusDescription': u'Created', u'statusCode': 201},
> > body={u'verifyHostname': True, u'stripAnnotations': EnumValue('both', 2),
> > u'name': 'green-lx-slave1_47341_9', u'messageLoggingComponents': 'none',
> > u'allowRedirect': True, u'idleTimeoutSeconds': 16, u'maxFrameSize':
> 16384,
> > u'host': 'green-lx-slave1', u'cost': 1, u'role':
> > EnumValue('route-container', 2), u'failoverUrls':
> > 'amqp://green-lx-slave1:47341', u'maxSessions': 32768, u'type':
> > 'org.apache.qpid.dispatch.connector', u'port': '47341', u'identity':
> > 'connector/green-lx-slave1:47341:green-lx-slave1_47341_9'},
> reply_to=None,
> > correlation_id=None)
> > Responding to:
> > Message(address=u'$management', properties={u'operation': u'CREATE',
> > u'type': u'org.apache.qpid.dispatch.connector', u'name':
> > u'green-lx-slave1_47341_9'}, body={u'type':
> > u'org.apache.qpid.dispatch.connector', u'host': u'green-lx-slave1',
> > u'role': u'route-container', u'port': 47341L, u'name':
> > u'green-lx-slave1_47341_9'}, reply_to=u'amqp:/_$temp.cE715wpQqn9yG7s',
> > correlation_id=None)
> > 2018-11-01 03:07:20.599535 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d1c08ccd0 rc:1 qdr_forward_deliver_CT - add to undelivered list
> > 2018-11-01 03:07:20.599568 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d1c08ccd0 rc:0 qdr_link_process_deliveries - remove from
> undelivered
> > list
> > 2018-11-01 03:07:20.600772 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d100446d0 rc:1 qdr_link_deliver - newly created delivery, add to
> > action list
> > 2018-11-01 03:07:20.600789 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d100446d0 rc:2 qdr_link_deliver - protect returned value
> > 2018-11-01 03:07:20.600846 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d100446d0 rc:3 referenced by a pn_delivery
> > 2018-11-01 03:07:20.600856 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d100446d0 rc:3 release protection of return from deliver
> > 2018-11-01 03:07:20.600906 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d100446d0 rc:4 qdr_delivery_push_CT - add to updated list
> > 2018-11-01 03:07:20.600925 +0100 ROUTER_CORE (debug) Delivery decref_CT:
> > dlv:7f3d100446d0 rc:2 qdr_link_forward_CT - removed from action (2)
> > 2018-11-01 03:07:20.600943 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d100446d0 rc:1 removed reference from pn_delivery
> > 2018-11-01 03:07:20.600950 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d100446d0 rc:0 qdr_connection_process - remove from updated list
> > 2018-11-01 03:07:20.602517 +0100 AGENT (debug) Agent request
> > Message(address=u'$management', properties={u'operation': u'CREATE',
> > u'type': u'org.apache.qpid.dispatch.connector', u'name':
> > u'green-lx-slave1_47341_10'}, body={u'host': u'green-lx-slave1', u'role':
> > u'route-container', u'port': 47341L},
> > reply_to=u'amqp:/_$temp.cE715wpQqn9yG7s', correlation_id=None)
> > 2018-11-01 03:07:20.602760 +0100 CONN_MGR (info) Configured Connector:
> > green-lx-slave1:47341 proto=any, role=route-container
> > 2018-11-01 03:07:20.602902 +0100 AGENT (debug) Add entity:
> > ConnectorEntity(allowRedirect=True, cost=1,
> > failoverUrls=amqp://green-lx-slave1:47341, host=green-lx-slave1,
> > identity=connector/green-lx-slave1:47341:green-lx-slave1_47341_10,
> > idleTimeoutSeconds=16, maxFrameSize=16384, maxSessions=32768,
> > messageLoggingComponents=none, name=green-lx-slave1_47341_10, port=47341,
> > role=route-container, stripAnnotations=both,
> > type=org.apache.qpid.dispatch.connector, verifyHostname=True)
> > 2018-11-01 03:07:20.603738 +0100 AGENT (debug) Agent response:
> > Message(address=u'amqp:/_$temp.cE715wpQqn9yG7s',
> > properties={u'statusDescription': u'Created', u'statusCode': 201},
> > body={u'verifyHostname': True, u'stripAnnotations': EnumValue('both', 2),
> > u'name': 'green-lx-slave1_47341_10', u'messageLoggingComponents': 'none',
> > u'allowRedirect': True, u'idleTimeoutSeconds': 16, u'maxFrameSize':
> 16384,
> > u'host': 'green-lx-slave1', u'cost': 1, u'role':
> > EnumValue('route-container', 2), u'failoverUrls':
> > 'amqp://green-lx-slave1:47341', u'maxSessions': 32768, u'type':
> > 'org.apache.qpid.dispatch.connector', u'port': '47341', u'identity':
> > 'connector/green-lx-slave1:47341:green-lx-slave1_47341_10'},
> reply_to=None,
> > correlation_id=None)
> > Responding to:
> > Message(address=u'$management', properties={u'operation': u'CREATE',
> > u'type': u'org.apache.qpid.dispatch.connector', u'name':
> > u'green-lx-slave1_47341_10'}, body={u'type':
> > u'org.apache.qpid.dispatch.connector', u'host': u'green-lx-slave1',
> > u'role': u'route-container', u'port': 47341L, u'name':
> > u'green-lx-slave1_47341_10'}, reply_to=u'amqp:/_$temp.cE715wpQqn9yG7s',
> > correlation_id=None)
> > 2018-11-01 03:07:20.603786 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d1c08c950 rc:1 qdr_forward_deliver_CT - add to undelivered list
> > 2018-11-01 03:07:20.603810 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d1c08c950 rc:0 qdr_link_process_deliveries - remove from
> undelivered
> > list
> > 2018-11-01 03:07:20.606058 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d10044890 rc:1 qdr_link_deliver - newly created delivery, add to
> > action list
> > 2018-11-01 03:07:20.606077 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d10044890 rc:2 qdr_link_deliver - protect returned value
> > 2018-11-01 03:07:20.606085 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d10044890 rc:3 referenced by a pn_delivery
> > 2018-11-01 03:07:20.606090 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d10044890 rc:2 release protection of return from deliver
> > 2018-11-01 03:07:20.606103 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d10044890 rc:3 qdr_delivery_push_CT - add to updated list
> > 2018-11-01 03:07:20.606111 +0100 ROUTER_CORE (debug) Delivery decref_CT:
> > dlv:7f3d10044890 rc:2 qdr_link_forward_CT - removed from action (2)
> > 2018-11-01 03:07:20.606123 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d10044890 rc:1 removed reference from pn_delivery
> > 2018-11-01 03:07:20.606130 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d10044890 rc:0 qdr_connection_process - remove from updated list
> > 2018-11-01 03:07:20.606561 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d1c08ce50 rc:1 qdr_forward_deliver_CT - add to undelivered list
> > 2018-11-01 03:07:20.606590 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d1c08ce50 rc:0 qdr_link_process_deliveries - remove from
> undelivered
> > list
> > 2018-11-01 03:07:20.608940 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d10044a50 rc:1 qdr_link_deliver - newly created delivery, add to
> > action list
> > 2018-11-01 03:07:20.608958 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d10044a50 rc:2 qdr_link_deliver - protect returned value
> > 2018-11-01 03:07:20.608966 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d10044a50 rc:3 referenced by a pn_delivery
> > 2018-11-01 03:07:20.608971 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d10044a50 rc:2 release protection of return from deliver
> > 2018-11-01 03:07:20.608984 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d10044a50 rc:3 qdr_delivery_push_CT - add to updated list
> > 2018-11-01 03:07:20.608991 +0100 ROUTER_CORE (debug) Delivery decref_CT:
> > dlv:7f3d10044a50 rc:2 qdr_link_forward_CT - removed from action (2)
> > 2018-11-01 03:07:20.609032 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d10044a50 rc:1 removed reference from pn_delivery
> > 2018-11-01 03:07:20.609047 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d10044a50 rc:0 qdr_connection_process - remove from updated list
> > 2018-11-01 03:07:20.609605 +0100 AGENT (debug) Add entity:
> > AllocatorEntity(batchesRebalancedToGlobal=0,
> batchesRebalancedToThreads=0,
> > globalFreeListMax=0, heldByThreads=64, localFreeListMax=128,
> > totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64,
> > type=org.apache.qpid.dispatch.allocator,
> typeName=qd_management_context_t,
> > typeSize=56)
> > 2018-11-01 03:07:20.610332 +0100 AGENT (debug) Add entity:
> > AllocatorEntity(batchesRebalancedToGlobal=0,
> batchesRebalancedToThreads=0,
> > globalFreeListMax=0, heldByThreads=64, localFreeListMax=128,
> > totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64,
> > type=org.apache.qpid.dispatch.allocator, typeName=qdr_query_t,
> typeSize=336)
> > 2018-11-01 03:07:20.610996 +0100 AGENT (debug) Add entity:
> > AllocatorEntity(batchesRebalancedToGlobal=0,
> batchesRebalancedToThreads=0,
> > globalFreeListMax=0, heldByThreads=64, localFreeListMax=128,
> > totalAllocFromHeap=64, totalFreeToHeap=0, transferBatchSize=64,
> > type=org.apache.qpid.dispatch.allocator, typeName=qdr_address_config_t,
> > typeSize=56)
> > 2018-11-01 03:07:20.612118 +0100 AGENT (debug) Agent request
> > Message(address=u'$management', properties={u'operation': u'READ',
> u'type':
> > u'org.apache.qpid.dispatch.connector', u'name':
> > u'green-lx-slave1_47341_1'}, body={},
> > reply_to=u'amqp:/_$temp.cE715wpQqn9yG7s', correlation_id=None)
> > 2018-11-01 03:07:20.612332 +0100 AGENT (debug) Agent response:
> > Message(address=u'amqp:/_$temp.cE715wpQqn9yG7s',
> > properties={u'statusDescription': u'OK', u'statusCode': 200},
> > body={u'verifyHostname': True, u'stripAnnotations': EnumValue('both', 2),
> > u'name': 'green-lx-slave1_47341_1', u'messageLoggingComponents': 'none',
> > u'allowRedirect': True, u'idleTimeoutSeconds': 16, u'maxFrameSize':
> 16384,
> > u'host': 'green-lx-slave1', u'cost': 1, u'role':
> > EnumValue('route-container', 2), u'failoverUrls':
> > u'amqp://green-lx-slave1:47341', u'maxSessions': 32768, u'type':
> > 'org.apache.qpid.dispatch.connector', u'port': '47341', u'identity':
> > 'connector/green-lx-slave1:47341:green-lx-slave1_47341_1'},
> reply_to=None,
> > correlation_id=None)
> > Responding to:
> > Message(address=u'$management', properties={u'operation': u'READ',
> > u'type': u'org.apache.qpid.dispatch.connector', u'name':
> > u'green-lx-slave1_47341_1'}, body={},
> > reply_to=u'amqp:/_$temp.cE715wpQqn9yG7s', correlation_id=None)
> > 2018-11-01 03:07:20.612386 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d1805d890 rc:1 qdr_forward_deliver_CT - add to undelivered list
> > 2018-11-01 03:07:20.612413 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d1805d890 rc:0 qdr_link_process_deliveries - remove from
> undelivered
> > list
> > 2018-11-01 03:07:20.613536 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d10044c10 rc:1 qdr_link_deliver - newly created delivery, add to
> > action list
> > 2018-11-01 03:07:20.613558 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d10044c10 rc:2 qdr_link_deliver - protect returned value
> > 2018-11-01 03:07:20.613569 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d10044c10 rc:3 referenced by a pn_delivery
> > 2018-11-01 03:07:20.613574 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d10044c10 rc:2 release protection of return from deliver
> > 2018-11-01 03:07:20.613588 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d10044c10 rc:3 qdr_delivery_push_CT - add to updated list
> > 2018-11-01 03:07:20.613595 +0100 ROUTER_CORE (debug) Delivery decref_CT:
> > dlv:7f3d10044c10 rc:2 qdr_link_forward_CT - removed from action (2)
> > 2018-11-01 03:07:20.613607 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d10044c10 rc:1 removed reference from pn_delivery
> > 2018-11-01 03:07:20.613614 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d10044c10 rc:0 qdr_connection_process - remove from updated list
> > 2018-11-01 03:07:20.613962 +0100 ROUTER_CORE (info) Auto Link Activated
> > 'green-lx-slave1_47341_1_DLQ_consume' on connection
> green-lx-slave1_47341_1
> > 2018-11-01 03:07:20.614063 +0100 ROUTER_CORE (info) Auto Link Activated
> > 'green-lx-slave1_47341_1_DLQ_consume' on connection
> green-lx-slave1_47341_1
> > 2018-11-01 03:07:20.614093 +0100 ROUTER_CORE (info) Auto Link Activated
> > 'green-lx-slave1_47341_1_DLQ_consume' on connection
> green-lx-slave1_47341_1
> > 2018-11-01 03:07:20.614109 +0100 ROUTER_CORE (info) Auto Link Activated
> > 'green-lx-slave1_47341_1_DLQ_consume' on connection
> green-lx-slave1_47341_1
> > 2018-11-01 03:07:20.614123 +0100 ROUTER_CORE (info) Auto Link Activated
> > 'green-lx-slave1_47341_1_DLQ_consume' on connection
> green-lx-slave1_47341_1
> > 2018-11-01 03:07:20.614137 +0100 ROUTER_CORE (info) Auto Link Activated
> > 'green-lx-slave1_47341_1_DLQ_consume' on connection
> green-lx-slave1_47341_1
> > 2018-11-01 03:07:20.614150 +0100 ROUTER_CORE (info) Auto Link Activated
> > 'green-lx-slave1_47341_1_DLQ_consume' on connection
> green-lx-slave1_47341_1
> > 2018-11-01 03:07:20.614162 +0100 ROUTER_CORE (info) Auto Link Activated
> > 'green-lx-slave1_47341_1_DLQ_consume' on connection
> green-lx-slave1_47341_1
> > 2018-11-01 03:07:20.614174 +0100 ROUTER_CORE (info) Auto Link Activated
> > 'green-lx-slave1_47341_1_DLQ_consume' on connection
> green-lx-slave1_47341_1
> > 2018-11-01 03:07:20.618987 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d10044190 rc:1 qdr_forward_deliver_CT - add to undelivered list
> > 2018-11-01 03:07:20.619016 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d10044190 rc:0 qdr_link_process_deliveries - remove from
> undelivered
> > list
> > 2018-11-01 03:07:20.620171 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d1c08cfd0 rc:1 qdr_link_deliver - newly created delivery, add to
> > action list
> > 2018-11-01 03:07:20.620187 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d1c08cfd0 rc:2 qdr_link_deliver - protect returned value
> > 2018-11-01 03:07:20.620195 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d1c08cfd0 rc:3 referenced by a pn_delivery
> > 2018-11-01 03:07:20.620235 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d1c08cfd0 rc:2 release protection of return from deliver
> > 2018-11-01 03:07:20.620252 +0100 ROUTER_CORE (debug) Delivery incref:
> > dlv:7f3d1c08cfd0 rc:3 qdr_delivery_push_CT - add to updated list
> > 2018-11-01 03:07:20.620258 +0100 ROUTER_CORE (debug) Delivery decref_CT:
> > dlv:7f3d1c08cfd0 rc:2 qdr_link_forward_CT - removed from action (2)
> > 2018-11-01 03:07:20.620271 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d1c08cfd0 rc:1 removed reference from pn_delivery
> > 2018-11-01 03:07:20.620278 +0100 ROUTER_CORE (debug) Delivery decref:
> > dlv:7f3d1c08cfd0 rc:0 qdr_connection_process - remove from updated list
> >
> > ******************************* This e-mail contains information for the
> > intended recipient only. It may contain proprietary material or
> > confidential information. If you are not the intended recipient you are
> not
> > authorized to distribute, copy or use this e-mail or any attachment to
> it.
> > Murex cannot guarantee that it is virus free and accepts no
> responsibility
> > for any loss or damage arising from its use. If you have received this
> > e-mail in error please notify immediately the sender and delete the
> > original email received, any attachments and all copies from your system.
> >
> ******************************* This e-mail contains information for the
> intended recipient only. It may contain proprietary material or
> confidential information. If you are not the intended recipient you are not
> authorized to distribute, copy or use this e-mail or any attachment to it.
> Murex cannot guarantee that it is virus free and accepts no responsibility
> for any loss or damage arising from its use. If you have received this
> e-mail in error please notify immediately the sender and delete the
> original email received, any attachments and all copies from your system.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
******************************* This e-mail contains information for the
intended recipient only. It may contain proprietary material or confidential
information. If you are not the intended recipient you are not authorized to
distribute, copy or use this e-mail or any attachment to it. Murex cannot
guarantee that it is virus free and accepts no responsibility for any loss or
damage arising from its use. If you have received this e-mail in error please
notify immediately the sender and delete the original email received, any
attachments and all copies from your system.