Class com.ibm.ws.collector.clientpool.test.ClientPoolTest

5

tests

0

failures

0

ignored

15.187s

duration

100%

successful

Tests

Test Duration Result
testAlwaysPasses 2.089s passed
testCheckOutBlockedAndUnBlocked 7.031s passed
testCheckOutCheckIn 2.031s passed
testCheckOutCheckInMultiThreads 2.018s passed
testSameClientCheckInAgain 2.018s passed

Standard output

2024-12-11T04:17:43.748+0000 [testAlwaysPasses] *** STARTS ***
2024-12-11T04:17:43.765+0000 [testAlwaysPasses] Closing clientPool...
2024-12-11T04:17:45.825+0000 [testAlwaysPasses] Closed clientPool.
2024-12-11T04:17:45.830+0000 [testAlwaysPasses] got closed result in millis=2064
_incrementNumClientsClosed : done : 8
2024-12-11T04:17:45.832+0000 [testAlwaysPasses] shutdown executor
2024-12-11T04:17:45.834+0000 [testAlwaysPasses] *** ENDS ***
2024-12-11T04:17:45.838+0000 [testCheckOutCheckIn] *** STARTS ***
2024-12-11T04:17:45.840+0000 [testCheckOutCheckIn] Client checkOut result.success
2024-12-11T04:17:45.840+0000 [testCheckOutCheckIn] Client checked-out: client.id=4
2024-12-11T04:17:45.841+0000 [testCheckOutCheckIn] Checked out a client : DummyClient [id=4, hostName=null, port=0, sslConfig=testSslConfig, sslSupport=null, connectionInitialized=false]
2024-12-11T04:17:45.842+0000 [testCheckOutCheckIn] Client checkOut result.success
2024-12-11T04:17:45.842+0000 [testCheckOutCheckIn] Client checked-out: client.id=5
2024-12-11T04:17:45.843+0000 [testCheckOutCheckIn] Checked out one more client : DummyClient [id=5, hostName=null, port=0, sslConfig=testSslConfig, sslSupport=null, connectionInitialized=false]
2024-12-11T04:17:45.843+0000 [testCheckOutCheckIn] Checkin the first client : DummyClient [id=4, hostName=null, port=0, sslConfig=testSslConfig, sslSupport=null, connectionInitialized=false]
2024-12-11T04:17:45.845+0000 [testCheckOutCheckIn] Client checkIn result.success=true
2024-12-11T04:17:45.845+0000 [testCheckOutCheckIn] Client checked-in: client.id=4
2024-12-11T04:17:45.845+0000 [testCheckOutCheckIn] Checkin the 2nd client : DummyClient [id=4, hostName=null, port=0, sslConfig=testSslConfig, sslSupport=null, connectionInitialized=false]
2024-12-11T04:17:45.846+0000 [testCheckOutCheckIn] Client checkIn result.success=true
2024-12-11T04:17:45.846+0000 [testCheckOutCheckIn] Client checked-in: client.id=5
2024-12-11T04:17:45.847+0000 [testCheckOutCheckIn] Checkout all clients 
2024-12-11T04:17:45.847+0000 [testCheckOutCheckIn] Client checkOut result.success
2024-12-11T04:17:45.847+0000 [testCheckOutCheckIn] Client checked-out: client.id=5
2024-12-11T04:17:45.847+0000 [testCheckOutCheckIn] CheckedOut client : DummyClient [id=5, hostName=null, port=0, sslConfig=testSslConfig, sslSupport=null, connectionInitialized=false]
2024-12-11T04:17:45.848+0000 [testCheckOutCheckIn] Client checkOut result.success
2024-12-11T04:17:45.848+0000 [testCheckOutCheckIn] Client checked-out: client.id=4
2024-12-11T04:17:45.848+0000 [testCheckOutCheckIn] CheckedOut client : DummyClient [id=4, hostName=null, port=0, sslConfig=testSslConfig, sslSupport=null, connectionInitialized=false]
2024-12-11T04:17:45.848+0000 [testCheckOutCheckIn] Client checkOut result.success
2024-12-11T04:17:45.848+0000 [testCheckOutCheckIn] Client checked-out: client.id=6
2024-12-11T04:17:45.848+0000 [testCheckOutCheckIn] CheckedOut client : DummyClient [id=6, hostName=null, port=0, sslConfig=testSslConfig, sslSupport=null, connectionInitialized=false]
2024-12-11T04:17:45.849+0000 [testCheckOutCheckIn] Client checkOut result.success
2024-12-11T04:17:45.849+0000 [testCheckOutCheckIn] Client checked-out: client.id=7
2024-12-11T04:17:45.849+0000 [testCheckOutCheckIn] CheckedOut client : DummyClient [id=7, hostName=null, port=0, sslConfig=testSslConfig, sslSupport=null, connectionInitialized=false]
2024-12-11T04:17:45.849+0000 [testCheckOutCheckIn] Checkin all clients 
2024-12-11T04:17:45.850+0000 [testCheckOutCheckIn] Client checkIn result.success=true
2024-12-11T04:17:45.850+0000 [testCheckOutCheckIn] Client checked-in: client.id=5
2024-12-11T04:17:45.850+0000 [testCheckOutCheckIn] Checked-In client.id : 5
2024-12-11T04:17:45.851+0000 [testCheckOutCheckIn] Client checkIn result.success=true
2024-12-11T04:17:45.851+0000 [testCheckOutCheckIn] Client checked-in: client.id=4
2024-12-11T04:17:45.851+0000 [testCheckOutCheckIn] Checked-In client.id : 4
2024-12-11T04:17:45.851+0000 [testCheckOutCheckIn] Client checkIn result.success=true
2024-12-11T04:17:45.851+0000 [testCheckOutCheckIn] Client checked-in: client.id=6
2024-12-11T04:17:45.851+0000 [testCheckOutCheckIn] Checked-In client.id : 6
2024-12-11T04:17:45.851+0000 [testCheckOutCheckIn] Client checkIn result.success=true
2024-12-11T04:17:45.852+0000 [testCheckOutCheckIn] Client checked-in: client.id=7
2024-12-11T04:17:45.852+0000 [testCheckOutCheckIn] Checked-In client.id : 7
2024-12-11T04:17:45.852+0000 [testCheckOutCheckIn] Closing clientPool...
2024-12-11T04:17:47.863+0000 [testCheckOutCheckIn] Closed clientPool.
2024-12-11T04:17:47.864+0000 [testCheckOutCheckIn] got closed result in millis=2012
_incrementNumClientsClosed : done : 8
2024-12-11T04:17:47.865+0000 [testCheckOutCheckIn] shutdown executor
2024-12-11T04:17:47.868+0000 [testCheckOutCheckIn] *** ENDS ***
2024-12-11T04:17:47.869+0000 [testSameClientCheckInAgain] *** STARTS ***
2024-12-11T04:17:47.872+0000 [testSameClientCheckInAgain] Client checkOut result.success
2024-12-11T04:17:47.872+0000 [testSameClientCheckInAgain] Client checked-out: client.id=8
2024-12-11T04:17:47.872+0000 [testSameClientCheckInAgain] Checked out a client : DummyClient [id=8, hostName=null, port=0, sslConfig=testSslConfig, sslSupport=null, connectionInitialized=false]
2024-12-11T04:17:47.874+0000 [testSameClientCheckInAgain] Client checkOut result.success
2024-12-11T04:17:47.874+0000 [testSameClientCheckInAgain] Client checked-out: client.id=9
2024-12-11T04:17:47.874+0000 [testSameClientCheckInAgain] Checked out one more client : DummyClient [id=9, hostName=null, port=0, sslConfig=testSslConfig, sslSupport=null, connectionInitialized=false]
2024-12-11T04:17:47.874+0000 [testSameClientCheckInAgain] CheckIn the clientOne first time
2024-12-11T04:17:47.875+0000 [testSameClientCheckInAgain] Client checkIn result.success=true
2024-12-11T04:17:47.875+0000 [testSameClientCheckInAgain] Client checked-in: client.id=8
2024-12-11T04:17:47.875+0000 [testSameClientCheckInAgain] Client pool Size:  3
2024-12-11T04:17:47.875+0000 [testSameClientCheckInAgain] CheckIn the clientOne second time 
2024-12-11T04:17:47.876+0000 [testSameClientCheckInAgain] Client checkIn result.success=true
2024-12-11T04:17:47.876+0000 [testSameClientCheckInAgain] Client checked-in: client.id=8
2024-12-11T04:17:47.876+0000 [testSameClientCheckInAgain] Client pool Size:  3
2024-12-11T04:17:47.876+0000 [testSameClientCheckInAgain] CheckIn the clientTwo 
2024-12-11T04:17:47.876+0000 [testSameClientCheckInAgain] Client checkIn result.success=true
2024-12-11T04:17:47.877+0000 [testSameClientCheckInAgain] Client checked-in: client.id=9
2024-12-11T04:17:47.877+0000 [testSameClientCheckInAgain] Client pool Size:  4
2024-12-11T04:17:47.877+0000 [testSameClientCheckInAgain] Trying to Re-CheckIn clientOne...
2024-12-11T04:17:47.877+0000 [testSameClientCheckInAgain] Client checkIn result.success=true
2024-12-11T04:17:47.877+0000 [testSameClientCheckInAgain] Client checked-in: client.id=8
2024-12-11T04:17:47.877+0000 [testSameClientCheckInAgain] Closing clientPool...
2024-12-11T04:17:49.885+0000 [testSameClientCheckInAgain] Closed clientPool.
2024-12-11T04:17:49.885+0000 [testSameClientCheckInAgain] got closed result in millis=2008
_incrementNumClientsClosed : done : 8
2024-12-11T04:17:49.886+0000 [testSameClientCheckInAgain] shutdown executor
2024-12-11T04:17:49.886+0000 [testSameClientCheckInAgain] *** ENDS ***
2024-12-11T04:17:49.887+0000 [testCheckOutBlockedAndUnBlocked] *** STARTS ***
2024-12-11T04:17:49.888+0000 [testCheckOutBlockedAndUnBlocked] CheckOut all client, empty the pool
2024-12-11T04:17:49.889+0000 [testCheckOutBlockedAndUnBlocked] Client checkOut result.success
2024-12-11T04:17:49.890+0000 [testCheckOutBlockedAndUnBlocked] Client checked-out: client.id=12
2024-12-11T04:17:49.890+0000 [testCheckOutBlockedAndUnBlocked] CheckedOut client : DummyClient [id=12, hostName=null, port=0, sslConfig=testSslConfig, sslSupport=null, connectionInitialized=false]
2024-12-11T04:17:49.891+0000 [testCheckOutBlockedAndUnBlocked] Client checkOut result.success
2024-12-11T04:17:49.892+0000 [testCheckOutBlockedAndUnBlocked] Client checked-out: client.id=13
2024-12-11T04:17:49.892+0000 [testCheckOutBlockedAndUnBlocked] CheckedOut client : DummyClient [id=13, hostName=null, port=0, sslConfig=testSslConfig, sslSupport=null, connectionInitialized=false]
2024-12-11T04:17:49.893+0000 [testCheckOutBlockedAndUnBlocked] Client checkOut result.success
2024-12-11T04:17:49.893+0000 [testCheckOutBlockedAndUnBlocked] Client checked-out: client.id=14
2024-12-11T04:17:49.893+0000 [testCheckOutBlockedAndUnBlocked] CheckedOut client : DummyClient [id=14, hostName=null, port=0, sslConfig=testSslConfig, sslSupport=null, connectionInitialized=false]
2024-12-11T04:17:49.894+0000 [testCheckOutBlockedAndUnBlocked] Client checkOut result.success
2024-12-11T04:17:49.895+0000 [testCheckOutBlockedAndUnBlocked] Client checked-out: client.id=15
2024-12-11T04:17:49.895+0000 [testCheckOutBlockedAndUnBlocked] CheckedOut client : DummyClient [id=15, hostName=null, port=0, sslConfig=testSslConfig, sslSupport=null, connectionInitialized=false]
2024-12-11T04:17:49.895+0000 [testCheckOutBlockedAndUnBlocked] Try checkOut, from a empty pool
2024-12-11T04:17:54.897+0000 [testCheckOutBlockedAndUnBlocked] checkout task timed out : null
2024-12-11T04:17:54.898+0000 [testCheckOutBlockedAndUnBlocked] checkOut.result[1] : false
2024-12-11T04:17:54.898+0000 [testCheckOutBlockedAndUnBlocked] As expected, NO client checked out, and task is still blocked
2024-12-11T04:17:54.898+0000 [testCheckOutBlockedAndUnBlocked] CheckIn all clients, to make the clients available for the blocked checkout
2024-12-11T04:17:54.899+0000 [testCheckOutBlockedAndUnBlocked] Client checkedout client=DummyClient [id=12, hostName=null, port=0, sslConfig=testSslConfig, sslSupport=null, connectionInitialized=false]
2024-12-11T04:17:54.900+0000 [testCheckOutBlockedAndUnBlocked] Client checkIn result.success=true
2024-12-11T04:17:54.900+0000 [testCheckOutBlockedAndUnBlocked] Client checked-in: client.id=12
2024-12-11T04:17:54.900+0000 [testCheckOutBlockedAndUnBlocked] Checked-In client.id : 12
2024-12-11T04:17:54.901+0000 [testCheckOutBlockedAndUnBlocked] Client checkIn result.success=true
2024-12-11T04:17:54.901+0000 [testCheckOutBlockedAndUnBlocked] Client checked-in: client.id=13
2024-12-11T04:17:54.902+0000 [testCheckOutBlockedAndUnBlocked] Checked-In client.id : 13
2024-12-11T04:17:54.902+0000 [testCheckOutBlockedAndUnBlocked] Client checkIn result.success=true
2024-12-11T04:17:54.903+0000 [testCheckOutBlockedAndUnBlocked] Client checked-in: client.id=14
2024-12-11T04:17:54.903+0000 [testCheckOutBlockedAndUnBlocked] Checked-In client.id : 14
2024-12-11T04:17:54.904+0000 [testCheckOutBlockedAndUnBlocked] Client checkIn result.success=true
2024-12-11T04:17:54.904+0000 [testCheckOutBlockedAndUnBlocked] Client checked-in: client.id=15
2024-12-11T04:17:54.904+0000 [testCheckOutBlockedAndUnBlocked] Checked-In client.id : 15
2024-12-11T04:17:54.905+0000 [testCheckOutBlockedAndUnBlocked] checkOut.result[2] : true
2024-12-11T04:17:54.905+0000 [testCheckOutBlockedAndUnBlocked] As expected, blocked task completed, the client has been checked out, client: DummyClient [id=12, hostName=null, port=0, sslConfig=testSslConfig, sslSupport=null, connectionInitialized=false]
2024-12-11T04:17:54.906+0000 [testCheckOutBlockedAndUnBlocked] Client checkIn result.success=true
2024-12-11T04:17:54.906+0000 [testCheckOutBlockedAndUnBlocked] Client checked-in: client.id=12
2024-12-11T04:17:54.907+0000 [testCheckOutBlockedAndUnBlocked] Closing clientPool...
2024-12-11T04:17:56.914+0000 [testCheckOutBlockedAndUnBlocked] Closed clientPool.
2024-12-11T04:17:56.916+0000 [testCheckOutBlockedAndUnBlocked] got closed result in millis=2009
_incrementNumClientsClosed : done : 8
2024-12-11T04:17:56.917+0000 [testCheckOutBlockedAndUnBlocked] shutdown executor
2024-12-11T04:17:56.918+0000 [testCheckOutBlockedAndUnBlocked] *** ENDS ***
2024-12-11T04:17:56.919+0000 [testCheckOutCheckInMultiThreads] *** STARTS ***
2024-12-11T04:17:56.923+0000 [testCheckOutCheckInMultiThreads] ** Do CheckIn all clients
2024-12-11T04:17:56.925+0000 [testCheckOutCheckInMultiThreads] Task[2] started & will wait at barrier for other tasks...
2024-12-11T04:17:56.925+0000 [testCheckOutCheckInMultiThreads] Task[1] started & will wait at barrier for other tasks...
2024-12-11T04:17:56.926+0000 [testCheckOutCheckInMultiThreads] Task[0] started & will wait at barrier for other tasks...
2024-12-11T04:17:56.926+0000 [testCheckOutCheckInMultiThreads] Task[3] started & will wait at barrier for other tasks...
2024-12-11T04:17:56.927+0000 [testCheckOutCheckInMultiThreads] All tasks(4) reached the barrier, now lets start ...
2024-12-11T04:17:56.927+0000 [testCheckOutCheckInMultiThreads] Task[3] : client checkout
2024-12-11T04:17:56.927+0000 [testCheckOutCheckInMultiThreads] Task[3] : client=DummyClient [id=16, hostName=null, port=0, sslConfig=testSslConfig, sslSupport=null, connectionInitialized=false]
2024-12-11T04:17:56.927+0000 [testCheckOutCheckInMultiThreads] Task[2] : client checkout
2024-12-11T04:17:56.927+0000 [testCheckOutCheckInMultiThreads] Task[2] : client=DummyClient [id=17, hostName=null, port=0, sslConfig=testSslConfig, sslSupport=null, connectionInitialized=false]
2024-12-11T04:17:56.928+0000 [testCheckOutCheckInMultiThreads] Task[1] : client checkout
2024-12-11T04:17:56.928+0000 [testCheckOutCheckInMultiThreads] Task[1] : client=DummyClient [id=18, hostName=null, port=0, sslConfig=testSslConfig, sslSupport=null, connectionInitialized=false]
2024-12-11T04:17:56.928+0000 [testCheckOutCheckInMultiThreads] Task[0] : client checkout
2024-12-11T04:17:56.928+0000 [testCheckOutCheckInMultiThreads] Task[0] : client=DummyClient [id=19, hostName=null, port=0, sslConfig=testSslConfig, sslSupport=null, connectionInitialized=false]
2024-12-11T04:17:56.929+0000 [testCheckOutCheckInMultiThreads] ** Do CheckIn all clients
2024-12-11T04:17:56.930+0000 [testCheckOutCheckInMultiThreads] Closing clientPool...
2024-12-11T04:17:56.930+0000 [testCheckOutCheckInMultiThreads] Task[0] started & will wait at barrier for other tasks...
2024-12-11T04:17:56.930+0000 [testCheckOutCheckInMultiThreads] Task[1] started & will wait at barrier for other tasks...
2024-12-11T04:17:56.930+0000 [testCheckOutCheckInMultiThreads] Task[2] started & will wait at barrier for other tasks...
2024-12-11T04:17:56.930+0000 [testCheckOutCheckInMultiThreads] Task[3] started & will wait at barrier for other tasks...
2024-12-11T04:17:56.930+0000 [testCheckOutCheckInMultiThreads] All tasks(4) reached the barrier, now lets start ...
2024-12-11T04:17:56.931+0000 [testCheckOutCheckInMultiThreads] Task[3] client checkin 
2024-12-11T04:17:56.931+0000 [testCheckOutCheckInMultiThreads] Task[3] Done checkIn client.id=16
2024-12-11T04:17:56.932+0000 [testCheckOutCheckInMultiThreads] Task[0] client checkin 
2024-12-11T04:17:56.933+0000 [testCheckOutCheckInMultiThreads] Task[0] Done checkIn client.id=19
2024-12-11T04:17:56.932+0000 [testCheckOutCheckInMultiThreads] Task[1] client checkin 
2024-12-11T04:17:56.933+0000 [testCheckOutCheckInMultiThreads] Task[1] Done checkIn client.id=18
2024-12-11T04:17:56.932+0000 [testCheckOutCheckInMultiThreads] Task[2] client checkin 
2024-12-11T04:17:56.934+0000 [testCheckOutCheckInMultiThreads] Task[2] Done checkIn client.id=17
2024-12-11T04:17:58.935+0000 [testCheckOutCheckInMultiThreads] Closed clientPool.
2024-12-11T04:17:58.936+0000 [testCheckOutCheckInMultiThreads] got closed result in millis=2006
_incrementNumClientsClosed : done : 8
2024-12-11T04:17:58.936+0000 [testCheckOutCheckInMultiThreads] shutdown executor
2024-12-11T04:17:58.937+0000 [testCheckOutCheckInMultiThreads] *** ENDS ***

Standard error

Dec 11, 2024 4:17:43 AM com.ibm.ws.collector.clientpool.DummyClient close
INFO: Client[0] closing connection...
Dec 11, 2024 4:17:44 AM com.ibm.ws.collector.clientpool.DummyClient close
INFO: Client[0] closed connection.
Dec 11, 2024 4:17:44 AM com.ibm.ws.collector.clientpool.DummyClient close
INFO: Client[1] closing connection...
Dec 11, 2024 4:17:44 AM com.ibm.ws.collector.clientpool.DummyClient close
INFO: Client[1] closed connection.
Dec 11, 2024 4:17:44 AM com.ibm.ws.collector.clientpool.DummyClient close
INFO: Client[2] closing connection...
Dec 11, 2024 4:17:45 AM com.ibm.ws.collector.clientpool.DummyClient close
INFO: Client[2] closed connection.
Dec 11, 2024 4:17:45 AM com.ibm.ws.collector.clientpool.DummyClient close
INFO: Client[3] closing connection...
Dec 11, 2024 4:17:45 AM com.ibm.ws.collector.clientpool.DummyClient close
INFO: Client[3] closed connection.
Dec 11, 2024 4:17:45 AM com.ibm.ws.collector.clientpool.DummyClient close
INFO: Client[7] closing connection...
Dec 11, 2024 4:17:46 AM com.ibm.ws.collector.clientpool.DummyClient close
INFO: Client[7] closed connection.
Dec 11, 2024 4:17:46 AM com.ibm.ws.collector.clientpool.DummyClient close
INFO: Client[6] closing connection...
Dec 11, 2024 4:17:46 AM com.ibm.ws.collector.clientpool.DummyClient close
INFO: Client[6] closed connection.
Dec 11, 2024 4:17:46 AM com.ibm.ws.collector.clientpool.DummyClient close
INFO: Client[4] closing connection...
Dec 11, 2024 4:17:47 AM com.ibm.ws.collector.clientpool.DummyClient close
INFO: Client[4] closed connection.
Dec 11, 2024 4:17:47 AM com.ibm.ws.collector.clientpool.DummyClient close
INFO: Client[5] closing connection...
Dec 11, 2024 4:17:47 AM com.ibm.ws.collector.clientpool.DummyClient close
INFO: Client[5] closed connection.
Dec 11, 2024 4:17:47 AM com.ibm.ws.collector.clientpool.DummyClient close
INFO: Client[9] closing connection...
Dec 11, 2024 4:17:48 AM com.ibm.ws.collector.clientpool.DummyClient close
INFO: Client[9] closed connection.
Dec 11, 2024 4:17:48 AM com.ibm.ws.collector.clientpool.DummyClient close
INFO: Client[8] closing connection...
Dec 11, 2024 4:17:48 AM com.ibm.ws.collector.clientpool.DummyClient close
INFO: Client[8] closed connection.
Dec 11, 2024 4:17:48 AM com.ibm.ws.collector.clientpool.DummyClient close
INFO: Client[10] closing connection...
Dec 11, 2024 4:17:49 AM com.ibm.ws.collector.clientpool.DummyClient close
INFO: Client[10] closed connection.
Dec 11, 2024 4:17:49 AM com.ibm.ws.collector.clientpool.DummyClient close
INFO: Client[11] closing connection...
Dec 11, 2024 4:17:49 AM com.ibm.ws.collector.clientpool.DummyClient close
INFO: Client[11] closed connection.
Dec 11, 2024 4:17:54 AM com.ibm.ws.collector.clientpool.DummyClient close
INFO: Client[12] closing connection...
Dec 11, 2024 4:17:55 AM com.ibm.ws.collector.clientpool.DummyClient close
INFO: Client[12] closed connection.
Dec 11, 2024 4:17:55 AM com.ibm.ws.collector.clientpool.DummyClient close
INFO: Client[15] closing connection...
Dec 11, 2024 4:17:55 AM com.ibm.ws.collector.clientpool.DummyClient close
INFO: Client[15] closed connection.
Dec 11, 2024 4:17:55 AM com.ibm.ws.collector.clientpool.DummyClient close
INFO: Client[14] closing connection...
Dec 11, 2024 4:17:56 AM com.ibm.ws.collector.clientpool.DummyClient close
INFO: Client[14] closed connection.
Dec 11, 2024 4:17:56 AM com.ibm.ws.collector.clientpool.DummyClient close
INFO: Client[13] closing connection...
Dec 11, 2024 4:17:56 AM com.ibm.ws.collector.clientpool.DummyClient close
INFO: Client[13] closed connection.
Dec 11, 2024 4:17:56 AM com.ibm.ws.collector.clientpool.DummyClient close
INFO: Client[16] closing connection...
Dec 11, 2024 4:17:57 AM com.ibm.ws.collector.clientpool.DummyClient close
INFO: Client[16] closed connection.
Dec 11, 2024 4:17:57 AM com.ibm.ws.collector.clientpool.DummyClient close
INFO: Client[17] closing connection...
Dec 11, 2024 4:17:57 AM com.ibm.ws.collector.clientpool.DummyClient close
INFO: Client[17] closed connection.
Dec 11, 2024 4:17:57 AM com.ibm.ws.collector.clientpool.DummyClient close
INFO: Client[18] closing connection...
Dec 11, 2024 4:17:58 AM com.ibm.ws.collector.clientpool.DummyClient close
INFO: Client[18] closed connection.
Dec 11, 2024 4:17:58 AM com.ibm.ws.collector.clientpool.DummyClient close
INFO: Client[19] closing connection...
Dec 11, 2024 4:17:58 AM com.ibm.ws.collector.clientpool.DummyClient close
INFO: Client[19] closed connection.