Results

By type

          2022-01-15 05:21:09 784 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@2bb033ce{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@617de20c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@74322648{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=18/30000}=>HttpConnection@46c23f1[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@498880d{s=START}]=>HttpChannelOverHttp@661e473{s=HttpChannelState@5eb65013{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-01-15 05:21:09 784 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=0} tryExecute EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=3670]@2022-01-15T05:21:09.784989Z
2022-01-15 05:21:09 785 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - onFillableFail SslConnection@617de20c::SocketChannelEndPoint@2bb033ce{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@617de20c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@74322648{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=18/30000}=>HttpConnection@46c23f1[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@498880d{s=START}]=>HttpChannelOverHttp@661e473{s=HttpChannelState@5eb65013{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:09 785 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=0/1,p=0}@1472db32 offer EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=3670]@2022-01-15T05:21:09.785042Z
2022-01-15 05:21:09 785 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=0/1,p=1} startReservedThread p=1
2022-01-15 05:21:09 785 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue ReservedThreadExecutor@66020d69{s=0/1,p=1}@77935fb8 startThread=0
2022-01-15 05:21:09 785 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - onFail FillInterest@618e40c4{null}
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.FillInterest.onClose(FillInterest.java:150)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:355)
	at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:227)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1366)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:254)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:255)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-15 05:21:09 785 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Wakeup ManagedSelector@a03529c{STARTED} id=0 keys=1 selected=1 updates=0
2022-01-15 05:21:09 785 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@43755d4b startThread=0
2022-01-15 05:21:09 785 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=0/1,p=1}@1472db32 task=EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=3670]@2022-01-15T05:21:09.785117Z
2022-01-15 05:21:09 785 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - onClose FillInterest@618e40c4{null}
2022-01-15 05:21:09 785 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run ReservedThreadExecutor@66020d69{s=0/1,p=1}@77935fb8 in InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=1}]
2022-01-15 05:21:09 785 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=3670]@2022-01-15T05:21:09.785158Z tryProduce true
2022-01-15 05:21:09 785 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@46c23f1::DecryptedEndPoint@74322648{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=18/30000} parse HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#W\x94\xA5\xC4...\x00\x00\x00\x00\x00\x00\x00} {}
2022-01-15 05:21:09 785 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#W\x94\xA5\xC4...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:09 785 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 0
2022-01-15 05:21:09 785 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0
2022-01-15 05:21:09 785 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=1}@77935fb8 started
2022-01-15 05:21:09 785 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - CLOSE --> CLOSED
2022-01-15 05:21:09 785 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=0}@77935fb8 waiting
2022-01-15 05:21:09 785 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@43755d4b in InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}]
2022-01-15 05:21:09 785 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=3670]@2022-01-15T05:21:09.785144Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2bb033ce{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@617de20c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@74322648{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=18/30000}=>HttpConnection@46c23f1[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@498880d{s=START}]=>HttpChannelOverHttp@661e473{s=HttpChannelState@5eb65013{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-01-15 05:21:09 785 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@46c23f1::DecryptedEndPoint@74322648{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=18/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-01-15 05:21:09 785 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@54771503{null}
2022-01-15 05:21:09 785 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@46c23f1::DecryptedEndPoint@74322648{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=18/30000}
2022-01-15 05:21:09 785 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - FillInterest@54771503{null} lost race null
2022-01-15 05:21:09 785 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=0}@12dc3644 size 1 > capacity
2022-01-15 05:21:09 785 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@74322648{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=18/30000}
2022-01-15 05:21:09 785 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran ReservedThreadExecutor@66020d69{s=1/1,p=0}@12dc3644 in InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}]
2022-01-15 05:21:09 785 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Ignoring key update for cancelled key SocketChannelEndPoint@2bb033ce{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@617de20c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@74322648{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=18/30000}=>HttpConnection@46c23f1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@498880d{s=START}]=>HttpChannelOverHttp@661e473{s=HttpChannelState@5eb65013{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:09 785 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@46c23f1::DecryptedEndPoint@74322648{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=18/30000} onFillable exit HttpChannelState@5eb65013{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-01-15 05:21:09 785 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@2bb033ce{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@617de20c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@74322648{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=18/30000}=>HttpConnection@46c23f1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@498880d{s=START}]=>HttpChannelOverHttp@661e473{s=HttpChannelState@5eb65013{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:09 785 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-22] invocationID:{InvocationID} - onClose HttpConnection@46c23f1::DecryptedEndPoint@74322648{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=18/30000}
2022-01-15 05:21:09 785 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close SocketChannelEndPoint@2bb033ce{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@617de20c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@74322648{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=19/30000}=>HttpConnection@46c23f1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@498880d{s=START}]=>HttpChannelOverHttp@661e473{s=HttpChannelState@5eb65013{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:09 785 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@617de20c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@74322648{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=19/30000}=>HttpConnection@46c23f1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@498880d{s=START}]=>HttpChannelOverHttp@661e473{s=HttpChannelState@5eb65013{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:09 785 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=0}@36b476e1 size 1 > capacity
2022-01-15 05:21:09 785 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-22] invocationID:{InvocationID} - onClose SslConnection@617de20c::SocketChannelEndPoint@2bb033ce{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@617de20c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@74322648{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=19/30000}=>HttpConnection@46c23f1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@498880d{s=START}]=>HttpChannelOverHttp@661e473{s=HttpChannelState@5eb65013{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:09 785 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran ReservedThreadExecutor@66020d69{s=1/1,p=0}@36b476e1 in InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}]
2022-01-15 05:21:09 785 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@2bb033ce{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@617de20c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@74322648{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=19/30000}=>HttpConnection@46c23f1[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@498880d{s=START}]=>HttpChannelOverHttp@661e473{s=HttpChannelState@5eb65013{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:09 785 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff waiting with 1 keys
2022-01-15 05:21:09 785 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@43755d4b in InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}]
2022-01-15 05:21:13 747 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@1bec1589-RuleActiveApp@5463f035{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@151dd7e6[java.nio.channels.SocketChannel[connected local=/10.233.69.203:9101 remote=/10.233.69.104:43712]] on ManagedSelector@a03529c{STARTED} id=0 keys=0 selected=0 updates=0
2022-01-15 05:21:13 747 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@1bec1589-RuleActiveApp@5463f035{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@a03529c{STARTED} id=0 keys=0 selected=0 updates=1
2022-01-15 05:21:13 747 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken with none selected
2022-01-15 05:21:13 747 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken up from select, 0/0/0 selected
2022-01-15 05:21:13 747 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff processing 0 keys, 1 updates
2022-01-15 05:21:13 747 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 1
2022-01-15 05:21:13 747 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - update Accept@151dd7e6[java.nio.channels.SocketChannel[connected local=/10.233.69.203:9101 remote=/10.233.69.104:43712]]
2022-01-15 05:21:13 747 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - queue Accept@151dd7e6[java.nio.channels.SocketChannel[connected local=/10.233.69.203:9101 remote=/10.233.69.104:43712]] startThread=0
2022-01-15 05:21:13 747 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0
2022-01-15 05:21:13 747 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff waiting with 1 keys
2022-01-15 05:21:13 747 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run Accept@151dd7e6[java.nio.channels.SocketChannel[connected local=/10.233.69.203:9101 remote=/10.233.69.104:43712]] in InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}]
2022-01-15 05:21:13 747 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-24] invocationID:{InvocationID} - SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-01-15 05:21:13 748 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-24] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@9173859
2022-01-15 05:21:13 748 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - new HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-01-15 05:21:13 748 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - New HTTP Connection HttpConnection@54c50381::DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=0/30000}
2022-01-15 05:21:13 748 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$509/0x0000000100638440@1678253f on ManagedSelector@a03529c{STARTED} id=0 keys=1 selected=0 updates=0
2022-01-15 05:21:13 748 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@6298f891{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@54c50381[p=HttpParser{s=START,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 748 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onOpen SslConnection@6298f891::SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@6298f891{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@54c50381[p=HttpParser{s=START,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 748 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onOpen HttpConnection@54c50381::DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=0/30000}
2022-01-15 05:21:13 748 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - fillInterested HttpConnection@54c50381::DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=0/30000}
2022-01-15 05:21:13 748 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@7b2d195f{AC.ReadCB@54c50381{HttpConnection@54c50381::DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-01-15 05:21:13 748 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@6298f891::SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@6298f891{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54c50381[p=HttpParser{s=START,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 748 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@6298f891{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54c50381[p=HttpParser{s=START,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 748 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@2c2b8ad8{SSLC.NBReadCB@6298f891{SslConnection@6298f891::SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@6298f891{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54c50381[p=HttpParser{s=START,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-01-15 05:21:13 748 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@6298f891{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54c50381[p=HttpParser{s=START,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 748 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x00000001005f9840@952b3bc on ManagedSelector@a03529c{STARTED} id=0 keys=1 selected=0 updates=1
2022-01-15 05:21:13 748 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@a03529c{STARTED} id=0 keys=1 selected=0 updates=2
2022-01-15 05:21:13 748 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Created SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@6298f891{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54c50381[p=HttpParser{s=START,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 748 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken with none selected
2022-01-15 05:21:13 749 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken up from select, 0/0/1 selected
2022-01-15 05:21:13 749 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff processing 0 keys, 2 updates
2022-01-15 05:21:13 749 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 2
2022-01-15 05:21:13 749 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$509/0x0000000100638440@1678253f
2022-01-15 05:21:13 749 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran Accept@151dd7e6[java.nio.channels.SocketChannel[connected local=/10.233.69.203:9101 remote=/10.233.69.104:43712]] in InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}]
2022-01-15 05:21:13 749 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x00000001005f9840@952b3bc
2022-01-15 05:21:13 749 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@6298f891{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54c50381[p=HttpParser{s=START,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 749 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0
2022-01-15 05:21:13 749 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff waiting with 1 keys
2022-01-15 05:21:13 749 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken up from select, 1/1/1 selected
2022-01-15 05:21:13 749 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff processing 1 keys, 0 updates
2022-01-15 05:21:13 749 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.69.203:9101 remote=/10.233.69.104:43712], selector=sun.nio.ch.EPollSelectorImpl@5d764dff, interestOps=1, readyOps=1 SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6298f891{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54c50381[p=HttpParser{s=START,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2022-01-15 05:21:13 749 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6298f891{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54c50381[p=HttpParser{s=START,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 749 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6298f891{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54c50381[p=HttpParser{s=START,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-01-15 05:21:13 749 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=0} tryExecute EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=3671]@2022-01-15T05:21:13.749592Z
2022-01-15 05:21:13 749 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=0/1,p=0}@77935fb8 offer EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=3671]@2022-01-15T05:21:13.749672Z
2022-01-15 05:21:13 749 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=0/1,p=1} startReservedThread p=1
2022-01-15 05:21:13 749 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - queue ReservedThreadExecutor@66020d69{s=0/1,p=1}@4f2dc4d1 startThread=0
2022-01-15 05:21:13 749 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - run ReservedThreadExecutor@66020d69{s=0/1,p=1}@4f2dc4d1 in InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=1}]
2022-01-15 05:21:13 749 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=3671]@2022-01-15T05:21:13.749753Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6298f891{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@54c50381[p=HttpParser{s=START,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-01-15 05:21:13 749 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=1}@4f2dc4d1 started
2022-01-15 05:21:13 749 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=0/1,p=1}@77935fb8 task=EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=3671]@2022-01-15T05:21:13.749809Z
2022-01-15 05:21:13 749 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=0}@4f2dc4d1 waiting
2022-01-15 05:21:13 749 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=3672]@2022-01-15T05:21:13.749845Z tryProduce true
2022-01-15 05:21:13 749 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 0
2022-01-15 05:21:13 749 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@2c2b8ad8{SSLC.NBReadCB@6298f891{SslConnection@6298f891::SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6298f891{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@54c50381[p=HttpParser{s=START,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-01-15 05:21:13 749 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2022-01-15 05:21:13 749 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >c.onFillable SslConnection@6298f891::SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6298f891{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@54c50381[p=HttpParser{s=START,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 749 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6298f891{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@54c50381[p=HttpParser{s=START,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 749 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff waiting with 1 keys
2022-01-15 05:21:13 749 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - onFillable SslConnection@6298f891::SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6298f891{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@54c50381[p=HttpParser{s=START,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 749 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@7b2d195f{AC.ReadCB@54c50381{HttpConnection@54c50381::DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=1/30000}}}
2022-01-15 05:21:13 750 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@54c50381::DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-01-15 05:21:13 750 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >fill SslConnection@6298f891::SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6298f891{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@54c50381[p=HttpParser{s=START,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 750 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-01-15 05:21:13 750 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 261 HeapByteBuffer@306cd887[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\xD6Pq<:\x17\xCb\t\xF4-L=\xA3\xA7...k\x9f\xDf\x15\xDcv\xF0QH\xE7k\xB3\xB4\xD1\x9d\xC1\x11\x8e\xF9\x04S\x90\x0e>>>\x1b\x9f\x81\x13\xB1\xE5\xA4\x90\x01...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:13 750 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=261
2022-01-15 05:21:13 750 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill starting handshake SslConnection@6298f891::SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6298f891{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@54c50381[p=HttpParser{s=START,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 750 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#W\x94\xA5\xC4...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#W\x94\xA5\xC4...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:13 750 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_TASK
2022-01-15 05:21:13 750 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_WRAP
2022-01-15 05:21:13 750 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >flush SslConnection@6298f891::SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6298f891{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@54c50381[p=HttpParser{s=START,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 751 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@39189195[p=0,l=0,c=0,r=0]={<<<>>>}
2022-01-15 05:21:13 751 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush NEED_WRAP
2022-01-15 05:21:13 751 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false
2022-01-15 05:21:13 751 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6298f891{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@54c50381[p=HttpParser{s=START,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 751 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net flushed=true, ac=true
2022-01-15 05:21:13 751 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - SslConnection@6298f891{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@54c50381[p=HttpParser{s=START,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 751 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-01-15 05:21:13 751 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 6 HeapByteBuffer@306cd887[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03\xD6Pq<...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:13 751 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=6
2022-01-15 05:21:13 751 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - unwrap net_filled=6 Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 6 bytesProduced = 0 encryptedBuffer=[p=6,l=6,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#W\x94\xA5\xC4...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#W\x94\xA5\xC4...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:13 751 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-01-15 05:21:13 751 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 0 HeapByteBuffer@306cd887[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x00\x00\xFc...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:13 751 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=0
2022-01-15 05:21:13 751 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#W\x94\xA5\xC4...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#W\x94\xA5\xC4...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:13 751 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - SslConnection@6298f891{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@54c50381[p=HttpParser{s=START,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 751 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >fill SslConnection@6298f891::SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6298f891{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@54c50381[p=HttpParser{s=START,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 751 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-01-15 05:21:13 751 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 367 HeapByteBuffer@306cd887[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xD6Pq<:\x17\xCb\t\xF4-L=\xA3\xA7...~\xE4?\xDf\x96p\xD3E\xC1,\xEf\xF4\xBfG\x98\x9a\x8b)XS\xB6\xE9\xB3>>>!\x99?\xCd\nC\x91\x1f\xFc...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:13 751 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=367
2022-01-15 05:21:13 751 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - unwrap net_filled=367 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 367 bytesProduced = 0 encryptedBuffer=[p=367,l=367,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#W\x94\xA5\xC4...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#W\x94\xA5\xC4...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:13 751 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_TASK
2022-01-15 05:21:13 755 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-28] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@9173859
2022-01-15 05:21:13 757 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_WRAP
2022-01-15 05:21:13 757 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >flush SslConnection@6298f891::SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@6298f891{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@54c50381[p=HttpParser{s=START,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 757 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@39189195[p=0,l=0,c=0,r=0]={<<<>>>}
2022-01-15 05:21:13 757 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush NEED_WRAP
2022-01-15 05:21:13 757 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false
2022-01-15 05:21:13 757 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@6298f891{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@54c50381[p=HttpParser{s=START,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 757 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net flushed=true, ac=true
2022-01-15 05:21:13 757 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush NEED_WRAP
2022-01-15 05:21:13 757 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false
2022-01-15 05:21:13 758 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6298f891{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@54c50381[p=HttpParser{s=START,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 758 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net flushed=true, ac=true
2022-01-15 05:21:13 758 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush NEED_WRAP
2022-01-15 05:21:13 758 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2686 sequenceNumber = 0 [p=0,l=2686,c=17408,r=2686] ioDone=false/false
2022-01-15 05:21:13 758 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - flushed 2686 SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6298f891{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@54c50381[p=HttpParser{s=START,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 758 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net flushed=true, ac=true
2022-01-15 05:21:13 758 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - SslConnection@6298f891{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@54c50381[p=HttpParser{s=START,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 758 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-01-15 05:21:13 758 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 0 HeapByteBuffer@306cd887[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:13 758 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=0
2022-01-15 05:21:13 758 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#W\x94\xA5\xC4...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#W\x94\xA5\xC4...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:13 758 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - SslConnection@6298f891{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@54c50381[p=HttpParser{s=START,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 758 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@54c50381::DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=9/30000} filled 0 HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#W\x94\xA5\xC4...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:13 758 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@54c50381::DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=9/30000} parse HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#W\x94\xA5\xC4...\x00\x00\x00\x00\x00\x00\x00} {}
2022-01-15 05:21:13 758 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#W\x94\xA5\xC4...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:13 758 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@54c50381::DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=9/30000} parsed false HttpParser{s=START,0 of -1}
2022-01-15 05:21:13 758 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@54c50381::DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=9/30000}
2022-01-15 05:21:13 758 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - fillInterested HttpConnection@54c50381::DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=9/30000}
2022-01-15 05:21:13 758 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@7b2d195f{AC.ReadCB@54c50381{HttpConnection@54c50381::DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-01-15 05:21:13 758 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@6298f891::SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6298f891{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54c50381[p=HttpParser{s=START,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 758 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - SslConnection@6298f891{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54c50381[p=HttpParser{s=START,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 758 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@2c2b8ad8{SSLC.NBReadCB@6298f891{SslConnection@6298f891::SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6298f891{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54c50381[p=HttpParser{s=START,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-01-15 05:21:13 758 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@6298f891{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54c50381[p=HttpParser{s=START,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 758 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x00000001005f9840@952b3bc on ManagedSelector@a03529c{STARTED} id=0 keys=1 selected=0 updates=0
2022-01-15 05:21:13 758 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@a03529c{STARTED} id=0 keys=1 selected=0 updates=1
2022-01-15 05:21:13 758 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@54c50381::DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-01-15 05:21:13 758 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken with none selected
2022-01-15 05:21:13 758 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken up from select, 0/0/1 selected
2022-01-15 05:21:13 758 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff processing 0 keys, 1 updates
2022-01-15 05:21:13 758 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 1
2022-01-15 05:21:13 758 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x00000001005f9840@952b3bc
2022-01-15 05:21:13 758 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - SslConnection@6298f891{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54c50381[p=HttpParser{s=START,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 758 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6298f891{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54c50381[p=HttpParser{s=START,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 758 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2022-01-15 05:21:13 758 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff waiting with 1 keys
2022-01-15 05:21:13 758 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=0}@1472db32 size 1 > capacity
2022-01-15 05:21:13 759 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran ReservedThreadExecutor@66020d69{s=1/1,p=0}@1472db32 in InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}]
2022-01-15 05:21:13 759 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken up from select, 1/1/1 selected
2022-01-15 05:21:13 759 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff processing 1 keys, 0 updates
2022-01-15 05:21:13 759 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.69.203:9101 remote=/10.233.69.104:43712], selector=sun.nio.ch.EPollSelectorImpl@5d764dff, interestOps=1, readyOps=1 SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6298f891{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54c50381[p=HttpParser{s=START,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2022-01-15 05:21:13 759 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6298f891{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54c50381[p=HttpParser{s=START,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 759 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6298f891{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@54c50381[p=HttpParser{s=START,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-01-15 05:21:13 759 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=0} tryExecute EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=3672]@2022-01-15T05:21:13.759688Z
2022-01-15 05:21:13 759 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=0/1,p=0}@4f2dc4d1 offer EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=3672]@2022-01-15T05:21:13.759765Z
2022-01-15 05:21:13 759 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=0/1,p=1} startReservedThread p=1
2022-01-15 05:21:13 759 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue ReservedThreadExecutor@66020d69{s=0/1,p=1}@457324fa startThread=0
2022-01-15 05:21:13 759 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run ReservedThreadExecutor@66020d69{s=0/1,p=1}@457324fa in InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=1}]
2022-01-15 05:21:13 759 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=0/1,p=1}@4f2dc4d1 task=EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=3672]@2022-01-15T05:21:13.759878Z
2022-01-15 05:21:13 759 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=1}@457324fa started
2022-01-15 05:21:13 759 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-29] invocationID:{InvocationID} - EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=1}][pc=0,pic=0,pec=1,epc=3672]@2022-01-15T05:21:13.759932Z tryProduce true
2022-01-15 05:21:13 760 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 0
2022-01-15 05:21:13 760 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0
2022-01-15 05:21:13 760 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=0}@457324fa waiting
2022-01-15 05:21:13 760 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=1}][pc=0,pic=0,pec=1,epc=3672]@2022-01-15T05:21:13.759974Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6298f891{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@54c50381[p=HttpParser{s=START,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-01-15 05:21:13 760 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6298f891{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@54c50381[p=HttpParser{s=START,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 760 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff waiting with 1 keys
2022-01-15 05:21:13 760 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@2c2b8ad8{SSLC.NBReadCB@6298f891{SslConnection@6298f891::SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6298f891{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@54c50381[p=HttpParser{s=START,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-01-15 05:21:13 760 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >c.onFillable SslConnection@6298f891::SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6298f891{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@54c50381[p=HttpParser{s=START,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 760 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - onFillable SslConnection@6298f891::SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6298f891{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@54c50381[p=HttpParser{s=START,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 760 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@7b2d195f{AC.ReadCB@54c50381{HttpConnection@54c50381::DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=FI,flush=-,to=1/30000}}}
2022-01-15 05:21:13 760 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@54c50381::DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-01-15 05:21:13 760 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >fill SslConnection@6298f891::SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6298f891{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@54c50381[p=HttpParser{s=START,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 760 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-01-15 05:21:13 760 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 230 HeapByteBuffer@306cd887[p=0,l=230,c=17408,r=230]={<<<\x17\x03\x03\x005\x05\xF9k\xE77\x1buFa\xFb\xDb6\x81\x91\xB78\x86\x0b`>...\x9d\x05\xD7\xF6fkr|\xD6\xA8u\xF8\x87[\xE9\x15\xB0\xCf\xF0\x1f+z\xDc>>>\x11}\xFbT\xF3g\xF5\xAaQ...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:13 760 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=230
2022-01-15 05:21:13 761 DEBUG [jdk.event.security][dw-26] invocationID:{InvocationID} -  TLSHandshake: 10.233.69.104:43712, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2022-01-15 05:21:13 761 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=230 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=230,c=17408,r=172] unwrapBuffer=HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#W\x94\xA5\xC4...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#W\x94\xA5\xC4...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:13 761 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - handshake succeeded SslConnection@6298f891::SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6298f891{NOT_HANDSHAKING,eio=172/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@54c50381[p=HttpParser{s=START,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256
2022-01-15 05:21:13 761 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-01-15 05:21:13 761 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 0 HeapByteBuffer@306cd887[p=58,l=230,c=17408,r=172]={\x17\x03\x03\x005\x14\x00\x00 ...\x1fN\xC0X\xE6\xC7T<<<\x17\x03\x03\x00\xA7\xEa\x8d\xE4@q\xE0\xAd\xF6\xD2\xC8\xFf\x14\xE9[\x9c\xDf\xFf\xF7\xE1(...\x9d\x05\xD7\xF6fkr|\xD6\xA8u\xF8\x87[\xE9\x15\xB0\xCf\xF0\x1f+z\xDc>>>\x11}\xFbT\xF3g\xF5\xAaQ...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:13 761 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=0
2022-01-15 05:21:13 761 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 172 bytesProduced = 150 encryptedBuffer=[p=230,l=230,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3495c7bd[p=0,l=150,c=17408,r=150]={<<>>d|#\xEe\t\xE4\x0f\xDd\x17...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3495c7bd[p=0,l=150,c=17408,r=150]={<<>>d|#\xEe\t\xE4\x0f\xDd\x17...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:13 761 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@6298f891{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@54c50381[p=HttpParser{s=START,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 761 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@54c50381::DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=2/30000} filled 150 HeapByteBuffer@3495c7bd[p=0,l=150,c=17408,r=150]={<<>>d|#\xEe\t\xE4\x0f\xDd\x17...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:13 761 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@54c50381::DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=2/30000} parse HeapByteBuffer@3495c7bd[p=0,l=150,c=17408,r=150]={<<>>d|#\xEe\t\xE4\x0f\xDd\x17...\x00\x00\x00\x00\x00\x00\x00} {}
2022-01-15 05:21:13 761 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@3495c7bd[p=0,l=150,c=17408,r=150]={<<>>d|#\xEe\t\xE4\x0f\xDd\x17...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:13 761 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - START --> SPACE1
2022-01-15 05:21:13 761 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - SPACE1 --> URI
2022-01-15 05:21:13 761 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - URI --> SPACE2
2022-01-15 05:21:13 761 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2022-01-15 05:21:13 761 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2022-01-15 05:21:13 761 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Host --> VALUE
2022-01-15 05:21:13 761 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2022-01-15 05:21:13 761 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Host --> FIELD
2022-01-15 05:21:13 761 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2022-01-15 05:21:13 761 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2022-01-15 05:21:13 761 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2022-01-15 05:21:13 761 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE
2022-01-15 05:21:13 761 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD
2022-01-15 05:21:13 761 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2022-01-15 05:21:13 761 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2022-01-15 05:21:13 761 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER --> CONTENT
2022-01-15 05:21:13 761 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - REQUEST for //10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
GET //10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.69.203:9101
User-Agent: kube-probe/1.19
Accept-Encoding: gzip
Connection: close


2022-01-15 05:21:13 761 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@54c50381::DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=3/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2022-01-15 05:21:13 761 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@54c50381::DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=3/30000}
2022-01-15 05:21:13 761 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - handle //10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 
2022-01-15 05:21:13 761 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - handling HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-01-15 05:21:13 761 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
2022-01-15 05:21:13 761 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-26] invocationID:{InvocationID} - Host 10.233.69.203 with SNI null
2022-01-15 05:21:13 762 DEBUG [org.eclipse.jetty.server.Server][dw-26] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1}
2022-01-15 05:21:13 762 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-26] invocationID:{InvocationID} - GzipHandler@15369d73{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck)@1fa87057 in null
2022-01-15 05:21:13 762 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-26] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@6a9b9909{/,null,AVAILABLE}
2022-01-15 05:21:13 762 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-26] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@6a9b9909{/,null,AVAILABLE}
2022-01-15 05:21:13 762 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-11eec06b@792c3f7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-01-15 05:21:13 762 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26] invocationID:{InvocationID} - chain=customFilter@7f22687e==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-5866731@5866731==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-342beaf6@342beaf6==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-11eec06b@792c3f7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-01-15 05:21:13 762 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26] invocationID:{InvocationID} - call filter customFilter@7f22687e==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2022-01-15 05:21:13 762 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-26] invocationID:{InvocationID} - Entering.
2022-01-15 05:21:13 762 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-26] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2022-01-15 05:21:13 762 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-26] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 736b3bf2-5395-4375-a4ba-ec6fca4b43f7
2022-01-15 05:21:13 762 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-26] invocationID:{InvocationID} - Invoking synchronously ... 
2022-01-15 05:21:13 762 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-5866731@5866731==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2022-01-15 05:21:13 762 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-342beaf6@342beaf6==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2022-01-15 05:21:13 762 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-11eec06b@792c3f7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-01-15 05:21:13 763 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@15369d73{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck)@1fa87057
2022-01-15 05:21:13 763 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@436e113e exclude no deflater
2022-01-15 05:21:13 763 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@4ff7409a[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} complete=true committing=true callback=Blocker@137fe96a{null}
2022-01-15 05:21:13 763 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
200 OK HTTP/1.1
Connection: close
Date: Sat, 15 Jan 2022 05:21:13 GMT
X-TransactionID: 736b3bf2-5395-4375-a4ba-ec6fca4b43f7
X-InvocationID: 2a2aab5d-5e04-4b43-9536-c163816e4ef2
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-01-15 05:21:13 763 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@4f89199a[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7c5d16b4] (null,[p=0,l=4,c=8192,r=4],true)@START
2022-01-15 05:21:13 763 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@4ff7409a[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:13 763 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Sat, 15 Jan 2022 05:21:13 GMT
X-TransactionID: 736b3bf2-5395-4375-a4ba-ec6fca4b43f7
X-InvocationID: 2a2aab5d-5e04-4b43-9536-c163816e4ef2
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-01-15 05:21:13 763 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2022-01-15 05:21:13 763 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@4f89199a[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7c5d16b4] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2022-01-15 05:21:13 763 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@95b7a35{IDLE}->null [HeapByteBuffer@69dd219f[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@4ff7409a[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}]
2022-01-15 05:21:13 763 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@95b7a35{WRITING}->null:IDLE-->WRITING
2022-01-15 05:21:13 763 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@6298f891::SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@6298f891{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=W,to=4/30000}=>HttpConnection@54c50381[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@788db24{s=COMPLETING}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2022-01-15 05:21:13 763 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@69dd219f[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:13 763 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@4ff7409a[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:13 763 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2022-01-15 05:21:13 763 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false
2022-01-15 05:21:13 763 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@6298f891{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@54c50381[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@788db24{s=COMPLETING}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2022-01-15 05:21:13 763 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-01-15 05:21:13 763 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@6298f891{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@54c50381[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@788db24{s=COMPLETING}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2022-01-15 05:21:13 763 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@95b7a35{WRITING}->null
2022-01-15 05:21:13 763 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@95b7a35{IDLE}->null:WRITING-->IDLE
2022-01-15 05:21:13 763 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@4f89199a[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7c5d16b4] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-01-15 05:21:13 763 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@4f89199a[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7c5d16b4] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-01-15 05:21:13 763 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=5/30000}
2022-01-15 05:21:13 764 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@6298f891::SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6298f891{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@54c50381[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@788db24{s=END}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} oshut=false, ishut=false
2022-01-15 05:21:13 764 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@6298f891::SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6298f891{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@54c50381[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@788db24{s=END}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-01-15 05:21:13 764 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@39189195[p=0,l=0,c=0,r=0]={<<<>>>}
2022-01-15 05:21:13 764 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2022-01-15 05:21:13 764 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true
2022-01-15 05:21:13 764 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6298f891{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@54c50381[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@788db24{s=END}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-01-15 05:21:13 764 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-01-15 05:21:13 764 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6298f891{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@54c50381[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@788db24{s=END}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-01-15 05:21:13 764 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@6298f891{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@54c50381[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@788db24{s=END}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-01-15 05:21:13 764 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@6298f891::SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6298f891{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@54c50381[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@788db24{s=END}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-01-15 05:21:13 764 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@2c2b8ad8{SSLC.NBReadCB@6298f891{SslConnection@6298f891::SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6298f891{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@54c50381[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@788db24{s=END}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}}}
2022-01-15 05:21:13 764 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@6298f891{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@54c50381[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@788db24{s=END}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-01-15 05:21:13 764 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x00000001005f9840@952b3bc on ManagedSelector@a03529c{STARTED} id=0 keys=1 selected=0 updates=0
2022-01-15 05:21:13 764 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@a03529c{STARTED} id=0 keys=1 selected=0 updates=1
2022-01-15 05:21:13 764 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken with none selected
2022-01-15 05:21:13 764 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken up from select, 0/0/1 selected
2022-01-15 05:21:13 765 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff processing 0 keys, 1 updates
2022-01-15 05:21:13 765 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 1
2022-01-15 05:21:13 765 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x00000001005f9840@952b3bc
2022-01-15 05:21:13 768 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=67daf984-4f23-44ee-9c0b-a47a3646d5bd, referenceCounter=0, store size=0} on thread dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6298f891{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@54c50381[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@788db24{s=END}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7}
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0
2022-01-15 05:21:13 768 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-26] invocationID:{InvocationID} - Exiting.
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff waiting with 1 keys
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken up from select, 1/1/1 selected
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff processing 1 keys, 0 updates
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.69.203:9101 remote=/10.233.69.104:43712], selector=sun.nio.ch.EPollSelectorImpl@5d764dff, interestOps=1, readyOps=1 SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OSHUT,fill=FI,flush=-,to=3/30000}{io=1/1,kio=1,kro=1}->SslConnection@6298f891{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@54c50381[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@788db24{s=END}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7} 
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.server.Server][dw-26] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7}
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - unhandle HttpChannelState@18cd8b3a{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@18cd8b3a{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7}
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OSHUT,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@6298f891{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@54c50381[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@788db24{s=END}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7}
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - completed HttpChannelState@18cd8b3a{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - unhandle HttpChannelState@18cd8b3a{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@18cd8b3a{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OSHUT,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@6298f891{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@54c50381[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@788db24{s=END}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7}:runFillable:BLOCKING
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7}
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=0} tryExecute EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=3673]@2022-01-15T05:21:13.768525Z
10.233.69.104 - - [15/Jan/2022:05:21:13 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 7
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=0/1,p=0}@457324fa offer EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=3673]@2022-01-15T05:21:13.768573Z
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - recycle HttpChannelState@18cd8b3a{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=0/1,p=1} startReservedThread p=1
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - queue ReservedThreadExecutor@66020d69{s=0/1,p=1}@4948b18c startThread=0
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - CONTENT --> CLOSE
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=0/1,p=1}@457324fa task=EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=3673]@2022-01-15T05:21:13.768639Z
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >fill SslConnection@6298f891::SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OSHUT,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@6298f891{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@54c50381[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=3673]@2022-01-15T05:21:13.768703Z tryProduce true
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 0
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 24 HeapByteBuffer@306cd887[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\x98\xD7\xFet &\xF3\x92Tq\x9c\xCeR%^(H\xDb\xB5>>>\x9f\xC6=\xFc\x96\xC8\xFc\xC0\xCe...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-29] invocationID:{InvocationID} - EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=3673]@2022-01-15T05:21:13.768686Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OSHUT,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@6298f891{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@54c50381[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=24
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OSHUT,fill=FI,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@6298f891{NEED_UNWRAP,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@54c50381[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run ReservedThreadExecutor@66020d69{s=0/1,p=1}@4948b18c in InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=1}]
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff waiting with 1 keys
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=1}@4948b18c started
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=24 Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 24 bytesProduced = 0 encryptedBuffer=[p=24,l=24,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8f\x187\x90...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8f\x187\x90...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=0}@4948b18c waiting
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - fillable FillInterest@2c2b8ad8{SSLC.NBReadCB@6298f891{SslConnection@6298f891::SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6298f891{NOT_HANDSHAKING,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@54c50381[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@6298f891{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@54c50381[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >c.onFillable SslConnection@6298f891::SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6298f891{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@54c50381[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@54c50381::DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OSHUT,fill=-,flush=-,to=10/30000} filled -1 HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8f\x187\x90...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29] invocationID:{InvocationID} - close DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OSHUT,fill=-,flush=-,to=10/30000}
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OSHUT,fill=-,flush=-,to=10/30000}
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29] invocationID:{InvocationID} - close(null) DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OSHUT,fill=-,flush=-,to=10/30000}
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close(null) DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OSHUT,fill=-,flush=-,to=10/30000}
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@54c50381::DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,CLOSED,fill=-,flush=-,to=10/30000} parse HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8f\x187\x90...\x00\x00\x00\x00\x00\x00\x00} {}
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8f\x187\x90...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:13 768 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - CLOSE --> CLOSED
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - shutdownOutput: SslConnection@6298f891::SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6298f891{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@54c50381[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@54c50381::DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,CLOSED,fill=-,flush=-,to=10/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@54c50381::DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,CLOSED,fill=-,flush=-,to=10/30000}
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,CLOSED,fill=-,flush=-,to=10/30000}
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@54c50381::DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,CLOSED,fill=-,flush=-,to=10/30000} onFillable exit HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - ensureFillInterested SslConnection@6298f891::SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6298f891{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@54c50381[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@6298f891{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@54c50381[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - interested FillInterest@2c2b8ad8{SSLC.NBReadCB@6298f891{SslConnection@6298f891::SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6298f891{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@54c50381[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=0}@77935fb8 size 1 > capacity
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran ReservedThreadExecutor@66020d69{s=1/1,p=0}@77935fb8 in InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}]
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@6298f891{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@54c50381[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x00000001005f9840@952b3bc on ManagedSelector@a03529c{STARTED} id=0 keys=1 selected=0 updates=0
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@a03529c{STARTED} id=0 keys=1 selected=0 updates=1
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken with none selected
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken up from select, 0/0/1 selected
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff processing 0 keys, 1 updates
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 1
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x00000001005f9840@952b3bc
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29] invocationID:{InvocationID} - close SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@6298f891{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@54c50381[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6298f891{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@54c50381[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6298f891{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@54c50381[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff waiting with 1 keys
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken up from select, 1/1/1 selected
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff processing 1 keys, 0 updates
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - doClose SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6298f891{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@54c50381[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.69.203:9101 remote=/10.233.69.104:43712], selector=sun.nio.ch.EPollSelectorImpl@5d764dff, interestOps=1, readyOps=1 SocketChannelEndPoint@1a0cd3bc{l=/10.233.69.203:9101,r=/10.233.69.104:43712,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6298f891{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=/10.233.69.203:9101,r=/10.233.69.104:43712,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@54c50381[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Ignoring cancelled key for channel java.nio.channels.SocketChannel[closed]
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close SocketChannelEndPoint@1a0cd3bc{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@6298f891{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@54c50381[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - onClose FillInterest@2c2b8ad8{SSLC.NBReadCB@6298f891{SslConnection@6298f891::SocketChannelEndPoint@1a0cd3bc{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@6298f891{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@54c50381[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@1a0cd3bc{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@6298f891{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@54c50381[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 0
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - onFillableFail SslConnection@6298f891::SocketChannelEndPoint@1a0cd3bc{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@6298f891{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@54c50381[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - onFail FillInterest@7b2d195f{null}
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.FillInterest.onClose(FillInterest.java:150)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:355)
	at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:227)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1366)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:396)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 1 -> 1 on SocketChannelEndPoint@1a0cd3bc{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@6298f891{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@54c50381[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff waiting with 1 keys
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Wakeup ManagedSelector@a03529c{STARTED} id=0 keys=1 selected=0 updates=0
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@57384dde startThread=0
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken with none selected
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken up from select, 0/0/0 selected
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff processing 0 keys, 0 updates
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 0
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff waiting with 0 keys
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - onClose FillInterest@7b2d195f{null}
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@57384dde in InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}]
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - onFillable SslConnection@6298f891::SocketChannelEndPoint@1a0cd3bc{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@6298f891{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@54c50381[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - fillable FillInterest@7b2d195f{null}
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - FillInterest@7b2d195f{null} lost race null
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - SslConnection@6298f891{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@54c50381[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@1a0cd3bc{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@6298f891{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@54c50381[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=0}@4f2dc4d1 size 1 > capacity
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-22] invocationID:{InvocationID} - onClose HttpConnection@54c50381::DecryptedEndPoint@64202aac{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - ran ReservedThreadExecutor@66020d69{s=1/1,p=0}@4f2dc4d1 in InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}]
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-22] invocationID:{InvocationID} - onClose SslConnection@6298f891::SocketChannelEndPoint@1a0cd3bc{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@6298f891{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@64202aac{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@54c50381[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@788db24{s=START}]=>HttpChannelOverHttp@65a4fb75{s=HttpChannelState@18cd8b3a{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:13 769 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@57384dde in InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}]
2022-01-15 05:21:19 765 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@1bec1589-RuleActiveApp@5463f035{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@43f63c24[java.nio.channels.SocketChannel[connected local=/10.233.69.203:9101 remote=/10.233.69.104:43770]] on ManagedSelector@a03529c{STARTED} id=0 keys=0 selected=0 updates=0
2022-01-15 05:21:19 765 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@1bec1589-RuleActiveApp@5463f035{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@a03529c{STARTED} id=0 keys=0 selected=0 updates=1
2022-01-15 05:21:19 765 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken with none selected
2022-01-15 05:21:19 765 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken up from select, 0/0/0 selected
2022-01-15 05:21:19 765 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff processing 0 keys, 1 updates
2022-01-15 05:21:19 765 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 1
2022-01-15 05:21:19 765 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - update Accept@43f63c24[java.nio.channels.SocketChannel[connected local=/10.233.69.203:9101 remote=/10.233.69.104:43770]]
2022-01-15 05:21:19 765 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue Accept@43f63c24[java.nio.channels.SocketChannel[connected local=/10.233.69.203:9101 remote=/10.233.69.104:43770]] startThread=0
2022-01-15 05:21:19 765 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2022-01-15 05:21:19 765 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff waiting with 1 keys
2022-01-15 05:21:19 765 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run Accept@43f63c24[java.nio.channels.SocketChannel[connected local=/10.233.69.203:9101 remote=/10.233.69.104:43770]] in InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}]
2022-01-15 05:21:19 765 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-24] invocationID:{InvocationID} - SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-01-15 05:21:19 765 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-24] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@5bb607ef
2022-01-15 05:21:19 765 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - new HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-01-15 05:21:19 765 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - New HTTP Connection HttpConnection@4d28f01::DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=0/30000}
2022-01-15 05:21:19 765 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$509/0x0000000100638440@76439fe3 on ManagedSelector@a03529c{STARTED} id=0 keys=1 selected=0 updates=0
2022-01-15 05:21:19 765 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@44d5702{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@4d28f01[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 765 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onOpen SslConnection@44d5702::SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@44d5702{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@4d28f01[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 765 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onOpen HttpConnection@4d28f01::DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=0/30000}
2022-01-15 05:21:19 765 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - fillInterested HttpConnection@4d28f01::DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=0/30000}
2022-01-15 05:21:19 765 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@780838b0{AC.ReadCB@4d28f01{HttpConnection@4d28f01::DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-01-15 05:21:19 766 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@44d5702::SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@44d5702{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4d28f01[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 766 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@44d5702{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4d28f01[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 766 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@125e1cd5{SSLC.NBReadCB@44d5702{SslConnection@44d5702::SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@44d5702{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4d28f01[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-01-15 05:21:19 766 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@44d5702{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4d28f01[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 766 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x00000001005f9840@7c45acdb on ManagedSelector@a03529c{STARTED} id=0 keys=1 selected=0 updates=1
2022-01-15 05:21:19 766 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@a03529c{STARTED} id=0 keys=1 selected=0 updates=2
2022-01-15 05:21:19 766 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken with none selected
2022-01-15 05:21:19 766 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken up from select, 0/0/1 selected
2022-01-15 05:21:19 766 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff processing 0 keys, 2 updates
2022-01-15 05:21:19 766 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 2
2022-01-15 05:21:19 766 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Created SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@44d5702{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4d28f01[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 766 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$509/0x0000000100638440@76439fe3
2022-01-15 05:21:19 766 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x00000001005f9840@7c45acdb
2022-01-15 05:21:19 766 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran Accept@43f63c24[java.nio.channels.SocketChannel[connected local=/10.233.69.203:9101 remote=/10.233.69.104:43770]] in InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}]
2022-01-15 05:21:19 766 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@44d5702{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4d28f01[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 766 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2022-01-15 05:21:19 766 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff waiting with 1 keys
2022-01-15 05:21:19 766 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken up from select, 1/1/1 selected
2022-01-15 05:21:19 766 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff processing 1 keys, 0 updates
2022-01-15 05:21:19 766 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.69.203:9101 remote=/10.233.69.104:43770], selector=sun.nio.ch.EPollSelectorImpl@5d764dff, interestOps=1, readyOps=1 SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@44d5702{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4d28f01[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2022-01-15 05:21:19 766 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@44d5702{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4d28f01[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 766 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@44d5702{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4d28f01[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-01-15 05:21:19 766 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=0} tryExecute EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=3674]@2022-01-15T05:21:19.766917Z
2022-01-15 05:21:19 766 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=0/1,p=0}@4948b18c offer EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=3674]@2022-01-15T05:21:19.766965Z
2022-01-15 05:21:19 766 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=0/1,p=1} startReservedThread p=1
2022-01-15 05:21:19 767 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue ReservedThreadExecutor@66020d69{s=0/1,p=1}@1db45148 startThread=0
2022-01-15 05:21:19 767 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run ReservedThreadExecutor@66020d69{s=0/1,p=1}@1db45148 in InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=1}]
2022-01-15 05:21:19 767 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=1}@1db45148 started
2022-01-15 05:21:19 767 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=3674]@2022-01-15T05:21:19.767036Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@44d5702{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4d28f01[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-01-15 05:21:19 767 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=0}@1db45148 waiting
2022-01-15 05:21:19 767 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@125e1cd5{SSLC.NBReadCB@44d5702{SslConnection@44d5702::SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@44d5702{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4d28f01[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-01-15 05:21:19 767 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=0/1,p=1}@4948b18c task=EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=3675]@2022-01-15T05:21:19.767186Z
2022-01-15 05:21:19 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >c.onFillable SslConnection@44d5702::SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@44d5702{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4d28f01[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 767 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=3675]@2022-01-15T05:21:19.767229Z tryProduce true
2022-01-15 05:21:19 767 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0
2022-01-15 05:21:19 767 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2022-01-15 05:21:19 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - onFillable SslConnection@44d5702::SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@44d5702{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4d28f01[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 767 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@780838b0{AC.ReadCB@4d28f01{HttpConnection@4d28f01::DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=1/30000}}}
2022-01-15 05:21:19 767 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@4d28f01::DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-01-15 05:21:19 767 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@44d5702{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4d28f01[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 767 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff waiting with 1 keys
2022-01-15 05:21:19 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >fill SslConnection@44d5702::SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@44d5702{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@4d28f01[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-01-15 05:21:19 767 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 261 HeapByteBuffer@306cd887[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\xEa\xEa\x9eq\xA2\x98\x1e\x90:\xC0[\x08\xC4\xCa...\x8a\xE6I\x88\xC7*k(\xD5\xEc\xFc\xDf\xA8/\x07\x0fBJ\x1dZl\xBa\x1d>>>\xC3\xC1=\xFf\x04\xC9\x08\xE5e...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:19 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=261
2022-01-15 05:21:19 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill starting handshake SslConnection@44d5702::SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@44d5702{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@4d28f01[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8f\x187\x90...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8f\x187\x90...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:19 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_TASK
2022-01-15 05:21:19 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_WRAP
2022-01-15 05:21:19 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >flush SslConnection@44d5702::SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@44d5702{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@4d28f01[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@39189195[p=0,l=0,c=0,r=0]={<<<>>>}
2022-01-15 05:21:19 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - flush NEED_WRAP
2022-01-15 05:21:19 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false
2022-01-15 05:21:19 768 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@44d5702{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@4d28f01[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net flushed=true, ac=true
2022-01-15 05:21:19 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@44d5702{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@4d28f01[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-01-15 05:21:19 768 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 373 HeapByteBuffer@306cd887[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xEa\xEa\x9eq\xA2\x98\x1e\x90...\x99\x1eD\x87-\x1d\xD7;\x98/]'\xFeIS3\xF30^\x087\xF0B>>>\x91\x1f\xFc\x98\x05\x00-\xF8\xFa...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:19 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=373
2022-01-15 05:21:19 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - unwrap net_filled=373 Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 6 bytesProduced = 0 encryptedBuffer=[p=6,l=373,c=17408,r=367] unwrapBuffer=HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8f\x187\x90...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8f\x187\x90...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:19 769 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-01-15 05:21:19 769 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 0 HeapByteBuffer@306cd887[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xEa\xEa\x9eq\xA2\x98\x1e\x90:\xC0[\x08\xC4\xCa...\x99\x1eD\x87-\x1d\xD7;\x98/]'\xFeIS3\xF30^\x087\xF0B>>>\x91\x1f\xFc\x98\x05\x00-\xF8\xFa...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:19 769 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=0
2022-01-15 05:21:19 769 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 367 bytesProduced = 0 encryptedBuffer=[p=373,l=373,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8f\x187\x90...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8f\x187\x90...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:19 769 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_TASK
2022-01-15 05:21:19 772 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-25] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@5bb607ef
2022-01-15 05:21:19 774 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_WRAP
2022-01-15 05:21:19 774 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >flush SslConnection@44d5702::SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@44d5702{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@4d28f01[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 774 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@39189195[p=0,l=0,c=0,r=0]={<<<>>>}
2022-01-15 05:21:19 774 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - flush NEED_WRAP
2022-01-15 05:21:19 774 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false
2022-01-15 05:21:19 774 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@44d5702{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@4d28f01[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 774 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net flushed=true, ac=true
2022-01-15 05:21:19 774 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - flush NEED_WRAP
2022-01-15 05:21:19 774 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false
2022-01-15 05:21:19 774 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@44d5702{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@4d28f01[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 774 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net flushed=true, ac=true
2022-01-15 05:21:19 774 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - flush NEED_WRAP
2022-01-15 05:21:19 775 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2686 sequenceNumber = 0 [p=0,l=2686,c=17408,r=2686] ioDone=false/false
2022-01-15 05:21:19 775 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - flushed 2686 SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@44d5702{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@4d28f01[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 775 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net flushed=true, ac=true
2022-01-15 05:21:19 775 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@44d5702{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@4d28f01[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 775 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-01-15 05:21:19 775 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 0 HeapByteBuffer@306cd887[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:19 775 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=0
2022-01-15 05:21:19 775 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8f\x187\x90...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8f\x187\x90...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:19 775 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@44d5702{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@4d28f01[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 775 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >fill SslConnection@44d5702::SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@44d5702{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@4d28f01[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 775 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-01-15 05:21:19 775 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 0 HeapByteBuffer@306cd887[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:19 775 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=0
2022-01-15 05:21:19 775 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8f\x187\x90...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8f\x187\x90...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:19 775 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@44d5702{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@4d28f01[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 775 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@4d28f01::DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=9/30000} filled 0 HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8f\x187\x90...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:19 775 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@4d28f01::DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=9/30000} parse HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8f\x187\x90...\x00\x00\x00\x00\x00\x00\x00} {}
2022-01-15 05:21:19 775 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8f\x187\x90...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:19 776 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@4d28f01::DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=10/30000} parsed false HttpParser{s=START,0 of -1}
2022-01-15 05:21:19 776 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@4d28f01::DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=10/30000}
2022-01-15 05:21:19 776 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - fillInterested HttpConnection@4d28f01::DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=10/30000}
2022-01-15 05:21:19 776 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - interested FillInterest@780838b0{AC.ReadCB@4d28f01{HttpConnection@4d28f01::DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-01-15 05:21:19 776 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@44d5702::SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@44d5702{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4d28f01[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 776 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@44d5702{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4d28f01[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 776 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - interested FillInterest@125e1cd5{SSLC.NBReadCB@44d5702{SslConnection@44d5702::SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@44d5702{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4d28f01[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-01-15 05:21:19 776 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@44d5702{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4d28f01[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 776 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x00000001005f9840@7c45acdb on ManagedSelector@a03529c{STARTED} id=0 keys=1 selected=0 updates=0
2022-01-15 05:21:19 776 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@a03529c{STARTED} id=0 keys=1 selected=0 updates=1
2022-01-15 05:21:19 776 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken with none selected
2022-01-15 05:21:19 776 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@4d28f01::DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-01-15 05:21:19 776 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken up from select, 0/0/1 selected
2022-01-15 05:21:19 776 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff processing 0 keys, 1 updates
2022-01-15 05:21:19 776 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@44d5702{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4d28f01[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 776 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1
2022-01-15 05:21:19 776 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x00000001005f9840@7c45acdb
2022-01-15 05:21:19 776 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=0}@457324fa size 1 > capacity
2022-01-15 05:21:19 776 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran ReservedThreadExecutor@66020d69{s=1/1,p=0}@457324fa in InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}]
2022-01-15 05:21:19 776 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@44d5702{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4d28f01[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 776 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2022-01-15 05:21:19 776 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff waiting with 1 keys
2022-01-15 05:21:19 776 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken up from select, 1/1/1 selected
2022-01-15 05:21:19 776 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff processing 1 keys, 0 updates
2022-01-15 05:21:19 776 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.69.203:9101 remote=/10.233.69.104:43770], selector=sun.nio.ch.EPollSelectorImpl@5d764dff, interestOps=1, readyOps=1 SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@44d5702{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4d28f01[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2022-01-15 05:21:19 776 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@44d5702{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4d28f01[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 776 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@44d5702{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4d28f01[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-01-15 05:21:19 776 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=0} tryExecute EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=3675]@2022-01-15T05:21:19.776825Z
2022-01-15 05:21:19 776 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=0/1,p=0}@1db45148 offer EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=3675]@2022-01-15T05:21:19.776866Z
2022-01-15 05:21:19 776 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=0/1,p=1} startReservedThread p=1
2022-01-15 05:21:19 776 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue ReservedThreadExecutor@66020d69{s=0/1,p=1}@415b567a startThread=0
2022-01-15 05:21:19 776 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=0/1,p=1}@1db45148 task=EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=3675]@2022-01-15T05:21:19.776945Z
2022-01-15 05:21:19 776 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run ReservedThreadExecutor@66020d69{s=0/1,p=1}@415b567a in InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=1}]
2022-01-15 05:21:19 776 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=3675]@2022-01-15T05:21:19.776983Z tryProduce true
2022-01-15 05:21:19 776 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 0
2022-01-15 05:21:19 776 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=1}@415b567a started
2022-01-15 05:21:19 777 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0
2022-01-15 05:21:19 777 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=3675]@2022-01-15T05:21:19.776964Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@44d5702{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4d28f01[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-01-15 05:21:19 777 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=0}@415b567a waiting
2022-01-15 05:21:19 777 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@44d5702{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4d28f01[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 777 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff waiting with 1 keys
2022-01-15 05:21:19 777 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@125e1cd5{SSLC.NBReadCB@44d5702{SslConnection@44d5702::SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@44d5702{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4d28f01[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-01-15 05:21:19 777 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >c.onFillable SslConnection@44d5702::SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@44d5702{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4d28f01[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 777 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - onFillable SslConnection@44d5702::SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@44d5702{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4d28f01[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 777 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@780838b0{AC.ReadCB@4d28f01{HttpConnection@4d28f01::DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=FI,flush=-,to=1/30000}}}
2022-01-15 05:21:19 777 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@4d28f01::DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-01-15 05:21:19 777 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@44d5702::SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@44d5702{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@4d28f01[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 777 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-01-15 05:21:19 777 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 230 HeapByteBuffer@306cd887[p=0,l=230,c=17408,r=230]={<<<\x17\x03\x03\x005\xE2\x1b\xF0\xE4!v\x8e\x9f%\xAc\x02\xFeV\xD1 f\x8f\xE8\x14d...hy\x1ed[\xEc\xE4\x02\x9d`\x00\xFfW;\xA9\xC7\xB4F\xA6B\xFb\xF53>>>C\x13\x01\x05\xE2\xB1\xC8~#...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:19 777 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=230
2022-01-15 05:21:19 777 DEBUG [jdk.event.security][dw-27] invocationID:{InvocationID} -  TLSHandshake: 10.233.69.104:43770, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2022-01-15 05:21:19 777 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=230 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=230,c=17408,r=172] unwrapBuffer=HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8f\x187\x90...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8f\x187\x90...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:19 777 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - handshake succeeded SslConnection@44d5702::SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@44d5702{NOT_HANDSHAKING,eio=172/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@4d28f01[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256
2022-01-15 05:21:19 777 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-01-15 05:21:19 777 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 0 HeapByteBuffer@306cd887[p=58,l=230,c=17408,r=172]={\x17\x03\x03\x005\x14\x00\x00 ...=\xF4\x01_\r\xCc\xD0<<<\x17\x03\x03\x00\xA7\xD95\xFe\xF2\xAf\xB1\xD2\x8b\xE5K \x96\xE1w\xF2\x06h\xC4lY...hy\x1ed[\xEc\xE4\x02\x9d`\x00\xFfW;\xA9\xC7\xB4F\xA6B\xFb\xF53>>>C\x13\x01\x05\xE2\xB1\xC8~#...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:19 777 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=0
2022-01-15 05:21:19 777 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 172 bytesProduced = 150 encryptedBuffer=[p=230,l=230,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3495c7bd[p=0,l=150,c=17408,r=150]={<<>>\x00B\xBeIL\xDa\x82\x17\x8f...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3495c7bd[p=0,l=150,c=17408,r=150]={<<>>\x00B\xBeIL\xDa\x82\x17\x8f...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:19 777 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@44d5702{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@4d28f01[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 778 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@4d28f01::DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=1/30000} filled 150 HeapByteBuffer@3495c7bd[p=0,l=150,c=17408,r=150]={<<>>\x00B\xBeIL\xDa\x82\x17\x8f...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:19 778 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@4d28f01::DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=1/30000} parse HeapByteBuffer@3495c7bd[p=0,l=150,c=17408,r=150]={<<>>\x00B\xBeIL\xDa\x82\x17\x8f...\x00\x00\x00\x00\x00\x00\x00} {}
2022-01-15 05:21:19 778 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@3495c7bd[p=0,l=150,c=17408,r=150]={<<>>\x00B\xBeIL\xDa\x82\x17\x8f...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:19 778 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - START --> SPACE1
2022-01-15 05:21:19 778 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - SPACE1 --> URI
2022-01-15 05:21:19 778 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - URI --> SPACE2
2022-01-15 05:21:19 778 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2022-01-15 05:21:19 778 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2022-01-15 05:21:19 778 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Host --> VALUE
2022-01-15 05:21:19 778 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2022-01-15 05:21:19 778 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Host --> FIELD
2022-01-15 05:21:19 778 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2022-01-15 05:21:19 778 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2022-01-15 05:21:19 778 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2022-01-15 05:21:19 778 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE
2022-01-15 05:21:19 778 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD
2022-01-15 05:21:19 778 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2022-01-15 05:21:19 778 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2022-01-15 05:21:19 778 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER --> CONTENT
2022-01-15 05:21:19 778 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - REQUEST for //10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
GET //10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.69.203:9101
User-Agent: kube-probe/1.19
Accept-Encoding: gzip
Connection: close


2022-01-15 05:21:19 778 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@4d28f01::DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=2/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2022-01-15 05:21:19 778 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@4d28f01::DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=2/30000}
2022-01-15 05:21:19 778 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - handle //10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 
2022-01-15 05:21:19 778 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - handling HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-01-15 05:21:19 778 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
2022-01-15 05:21:19 778 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-27] invocationID:{InvocationID} - Host 10.233.69.203 with SNI null
2022-01-15 05:21:19 778 DEBUG [org.eclipse.jetty.server.Server][dw-27] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
2022-01-15 05:21:19 778 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-27] invocationID:{InvocationID} - GzipHandler@15369d73{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck)@193122db in null
2022-01-15 05:21:19 778 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-27] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@6a9b9909{/,null,AVAILABLE}
2022-01-15 05:21:19 778 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-27] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@6a9b9909{/,null,AVAILABLE}
2022-01-15 05:21:19 778 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-11eec06b@792c3f7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-01-15 05:21:19 778 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - chain=customFilter@7f22687e==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-5866731@5866731==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-342beaf6@342beaf6==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-11eec06b@792c3f7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-01-15 05:21:19 778 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - call filter customFilter@7f22687e==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2022-01-15 05:21:19 778 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Entering.
2022-01-15 05:21:19 778 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2022-01-15 05:21:19 778 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 7dab5f21-5857-434e-af34-4dadd6365891
2022-01-15 05:21:19 778 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Invoking synchronously ... 
2022-01-15 05:21:19 778 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-5866731@5866731==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2022-01-15 05:21:19 778 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-342beaf6@342beaf6==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2022-01-15 05:21:19 778 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-11eec06b@792c3f7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-01-15 05:21:19 779 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@15369d73{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck)@193122db
2022-01-15 05:21:19 779 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@487907cd exclude no deflater
2022-01-15 05:21:19 779 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@218f948c[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} complete=true committing=true callback=Blocker@3a7cfe41{null}
2022-01-15 05:21:19 779 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1}
200 OK HTTP/1.1
Connection: close
Date: Sat, 15 Jan 2022 05:21:19 GMT
X-TransactionID: 7dab5f21-5857-434e-af34-4dadd6365891
X-InvocationID: ebd9231b-9c38-4705-9be1-32eedc971532
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-01-15 05:21:19 779 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@2acb242f[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2a0c19d4] (null,[p=0,l=4,c=8192,r=4],true)@START
2022-01-15 05:21:19 779 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@218f948c[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:19 779 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Sat, 15 Jan 2022 05:21:19 GMT
X-TransactionID: 7dab5f21-5857-434e-af34-4dadd6365891
X-InvocationID: ebd9231b-9c38-4705-9be1-32eedc971532
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-01-15 05:21:19 779 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2022-01-15 05:21:19 779 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@2acb242f[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2a0c19d4] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2022-01-15 05:21:19 779 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@777ac3ed{IDLE}->null [HeapByteBuffer@69dd219f[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@218f948c[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}]
2022-01-15 05:21:19 779 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@777ac3ed{WRITING}->null:IDLE-->WRITING
2022-01-15 05:21:19 780 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@44d5702::SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@44d5702{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=W,to=3/30000}=>HttpConnection@4d28f01[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@68321830{s=COMPLETING}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2022-01-15 05:21:19 780 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@69dd219f[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:19 780 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@218f948c[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:19 780 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2022-01-15 05:21:19 780 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false
2022-01-15 05:21:19 780 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@44d5702{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=W,to=4/30000}=>HttpConnection@4d28f01[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@68321830{s=COMPLETING}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2022-01-15 05:21:19 780 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-01-15 05:21:19 780 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@44d5702{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=W,to=4/30000}=>HttpConnection@4d28f01[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@68321830{s=COMPLETING}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2022-01-15 05:21:19 780 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@777ac3ed{WRITING}->null
2022-01-15 05:21:19 780 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@777ac3ed{IDLE}->null:WRITING-->IDLE
2022-01-15 05:21:19 780 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@2acb242f[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2a0c19d4] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-01-15 05:21:19 780 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@2acb242f[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2a0c19d4] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-01-15 05:21:19 780 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=4/30000}
2022-01-15 05:21:19 780 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@44d5702::SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@44d5702{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OSHUTTING,fill=-,flush=-,to=4/30000}=>HttpConnection@4d28f01[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@68321830{s=END}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} oshut=false, ishut=false
2022-01-15 05:21:19 780 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@44d5702::SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@44d5702{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OSHUTTING,fill=-,flush=-,to=4/30000}=>HttpConnection@4d28f01[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@68321830{s=END}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2022-01-15 05:21:19 780 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@39189195[p=0,l=0,c=0,r=0]={<<<>>>}
2022-01-15 05:21:19 780 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2022-01-15 05:21:19 780 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true
2022-01-15 05:21:19 780 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@44d5702{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OSHUTTING,fill=-,flush=-,to=4/30000}=>HttpConnection@4d28f01[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@68321830{s=END}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2022-01-15 05:21:19 780 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-01-15 05:21:19 780 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@44d5702{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OSHUTTING,fill=-,flush=-,to=4/30000}=>HttpConnection@4d28f01[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@68321830{s=END}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2022-01-15 05:21:19 781 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@44d5702{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OSHUTTING,fill=-,flush=-,to=4/30000}=>HttpConnection@4d28f01[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@68321830{s=END}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-01-15 05:21:19 781 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@44d5702::SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@44d5702{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OSHUTTING,fill=-,flush=-,to=4/30000}=>HttpConnection@4d28f01[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@68321830{s=END}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-01-15 05:21:19 781 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@125e1cd5{SSLC.NBReadCB@44d5702{SslConnection@44d5702::SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@44d5702{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@4d28f01[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@68321830{s=END}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}}}
2022-01-15 05:21:19 781 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@44d5702{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@4d28f01[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@68321830{s=END}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-01-15 05:21:19 781 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x00000001005f9840@7c45acdb on ManagedSelector@a03529c{STARTED} id=0 keys=1 selected=0 updates=0
2022-01-15 05:21:19 781 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@a03529c{STARTED} id=0 keys=1 selected=0 updates=1
2022-01-15 05:21:19 781 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken with none selected
2022-01-15 05:21:19 781 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken up from select, 0/0/1 selected
2022-01-15 05:21:19 781 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=02357b5e-d947-44c4-a979-54cadaea8bdf, referenceCounter=0, store size=0} on thread dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck
2022-01-15 05:21:19 781 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff processing 0 keys, 1 updates
2022-01-15 05:21:19 781 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Exiting.
2022-01-15 05:21:19 781 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 1
2022-01-15 05:21:19 781 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x00000001005f9840@7c45acdb
2022-01-15 05:21:19 781 DEBUG [org.eclipse.jetty.server.Server][dw-27] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-01-15 05:21:19 781 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - unhandle HttpChannelState@37e8b283{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2022-01-15 05:21:19 781 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@37e8b283{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-01-15 05:21:19 781 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-01-15 05:21:19 781 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@44d5702{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OSHUT,fill=-,flush=-,to=5/30000}=>HttpConnection@4d28f01[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@68321830{s=END}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-01-15 05:21:19 781 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - completed HttpChannelState@37e8b283{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-01-15 05:21:19 781 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0
2022-01-15 05:21:19 781 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff waiting with 1 keys
2022-01-15 05:21:19 781 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - unhandle HttpChannelState@37e8b283{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-01-15 05:21:19 781 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@37e8b283{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-01-15 05:21:19 781 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken up from select, 1/1/1 selected
2022-01-15 05:21:19 781 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff processing 1 keys, 0 updates
2022-01-15 05:21:19 781 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-01-15 05:21:19 781 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4
10.233.69.104 - - [15/Jan/2022:05:21:19 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 3
2022-01-15 05:21:19 781 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.69.203:9101 remote=/10.233.69.104:43770], selector=sun.nio.ch.EPollSelectorImpl@5d764dff, interestOps=1, readyOps=1 SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@44d5702{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OSHUT,fill=-,flush=-,to=5/30000}=>HttpConnection@4d28f01[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@68321830{s=END}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 
2022-01-15 05:21:19 781 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - recycle HttpChannelState@37e8b283{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-01-15 05:21:19 781 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2022-01-15 05:21:19 781 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - CONTENT --> CLOSE
2022-01-15 05:21:19 781 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@44d5702{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OSHUT,fill=-,flush=-,to=5/30000}=>HttpConnection@4d28f01[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@68321830{s=END}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=3}
2022-01-15 05:21:19 781 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 781 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@44d5702::SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@44d5702{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OSHUT,fill=-,flush=-,to=5/30000}=>HttpConnection@4d28f01[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 781 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-01-15 05:21:19 781 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@44d5702{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OSHUT,fill=-,flush=-,to=5/30000}=>HttpConnection@4d28f01[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-01-15 05:21:19 781 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 24 HeapByteBuffer@306cd887[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\xFe\xE4W\xD7\xC4\xE5$\xF0\xDc\xD5!\x10dX\xB5\xE9:a\xE0>>>\x15\x1c\xEc\x97\xBd\xEb\x93?N...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:19 781 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=24
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=0} tryExecute EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=3676]@2022-01-15T05:21:19.781997Z
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=0/1,p=0}@415b567a offer EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=3676]@2022-01-15T05:21:19.782041Z
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=24 Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 24 bytesProduced = 0 encryptedBuffer=[p=24,l=24,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC7t\xE9\xB5...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC7t\xE9\xB5...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=0/1,p=1} startReservedThread p=1
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - queue ReservedThreadExecutor@66020d69{s=0/1,p=1}@216b68ba startThread=0
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@44d5702{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OSHUT,fill=-,flush=-,to=5/30000}=>HttpConnection@4d28f01[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@4d28f01::DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OSHUT,fill=-,flush=-,to=6/30000} filled -1 HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC7t\xE9\xB5...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OSHUT,fill=-,flush=-,to=6/30000}
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - run ReservedThreadExecutor@66020d69{s=0/1,p=1}@216b68ba in InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=1}]
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close(null) DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OSHUT,fill=-,flush=-,to=6/30000}
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=1}@216b68ba started
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=0/1,p=1}@415b567a task=EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=1}][pc=0,pic=0,pec=1,epc=3676]@2022-01-15T05:21:19.782208Z
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=0}@216b68ba waiting
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - shutdownOutput: SslConnection@44d5702::SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@44d5702{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4d28f01[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=3676]@2022-01-15T05:21:19.782247Z tryProduce true
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 0
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=3676]@2022-01-15T05:21:19.782169Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@44d5702{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4d28f01[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - ensureFillInterested SslConnection@44d5702::SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@44d5702{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4d28f01[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@44d5702{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4d28f01[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@44d5702{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4d28f01[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff waiting with 1 keys
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@125e1cd5{SSLC.NBReadCB@44d5702{SslConnection@44d5702::SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@44d5702{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4d28f01[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@44d5702{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4d28f01[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - doClose SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,CLOSED,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@44d5702{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4d28f01[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - onClose FillInterest@125e1cd5{null}
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Wakeup ManagedSelector@a03529c{STARTED} id=0 keys=1 selected=0 updates=0
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >c.onFillable SslConnection@44d5702::SocketChannelEndPoint@48c20849{l=/10.233.69.203:9101,r=/10.233.69.104:43770,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@44d5702{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=/10.233.69.203:9101,r=/10.233.69.104:43770,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4d28f01[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2a29b5b5 startThread=0
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - onClose FillInterest@780838b0{null}
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken with none selected
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@4d28f01::DecryptedEndPoint@6f307477{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000} parse HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC7t\xE9\xB5...\x00\x00\x00\x00\x00\x00\x00} {}
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken up from select, 0/0/0 selected
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC7t\xE9\xB5...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close DecryptedEndPoint@6f307477{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000}
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - CLOSE --> CLOSED
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff processing 0 keys, 0 updates
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 0
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@4d28f01::DecryptedEndPoint@6f307477{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff waiting with 0 keys
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close(null) DecryptedEndPoint@6f307477{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000}
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@4d28f01::DecryptedEndPoint@6f307477{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000}
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@6f307477{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000}
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2a29b5b5 in InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}]
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@4d28f01::DecryptedEndPoint@6f307477{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000} onFillable exit HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - onFillable SslConnection@44d5702::SocketChannelEndPoint@48c20849{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@44d5702{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4d28f01[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@780838b0{null}
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@44d5702{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4d28f01[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - FillInterest@780838b0{null} lost race null
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=0}@4948b18c size 1 > capacity
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@48c20849{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@44d5702{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4d28f01[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran ReservedThreadExecutor@66020d69{s=1/1,p=0}@4948b18c in InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}]
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - SslConnection@44d5702{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4d28f01[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-22] invocationID:{InvocationID} - onClose HttpConnection@4d28f01::DecryptedEndPoint@6f307477{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000}
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=0}@1db45148 size 1 > capacity
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran ReservedThreadExecutor@66020d69{s=1/1,p=0}@1db45148 in InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}]
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-22] invocationID:{InvocationID} - onClose SslConnection@44d5702::SocketChannelEndPoint@48c20849{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@44d5702{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6f307477{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4d28f01[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@68321830{s=START}]=>HttpChannelOverHttp@2b3b2b0b{s=HttpChannelState@37e8b283{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:19 782 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2a29b5b5 in InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}]
2022-01-15 05:21:22 003 INFO  [org.onap.holmes.common.config.MicroServiceConfig][pool-2-thread-1] invocationID:{InvocationID} - Query the config-binding-service address using the URL: http://consul-server.onap:8500/v1/catalog/service/config-binding-service
2022-01-15 05:21:22 004 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next object: org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory
2022-01-15 05:21:22 004 DEBUG [org.jvnet.hk2.logger][pool-2-thread-1] invocationID:{InvocationID} - Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_537,538,130800696)
2022-01-15 05:21:22 005 DEBUG [org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager][pool-2-thread-1] invocationID:{InvocationID} - Clearing Jersey HK2 caches. Service cache size: 3, reflection cache size: 20.
2022-01-15 05:21:22 006 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable
2022-01-15 05:21:22 006 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.internal.config.ExternalPropertiesAutoDiscoverable
2022-01-15 05:21:22 006 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.filter.internal.ServerFiltersAutoDiscoverable
2022-01-15 05:21:22 007 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.validation.internal.ValidationAutoDiscoverable
2022-01-15 05:21:22 007 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.jaxb.internal.JaxbAutoDiscoverable
2022-01-15 05:21:22 007 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.spidiscovery.internal.MetaInfServicesAutoDiscoverable
2022-01-15 05:21:22 007 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.wadl.internal.WadlAutoDiscoverable
2022-01-15 05:21:22 007 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.internal.monitoring.MonitoringAutodiscoverable
2022-01-15 05:21:22 008 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
2022-01-15 05:21:22 008 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
2022-01-15 05:21:22 008 DEBUG [org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel][pool-2-thread-1] invocationID:{InvocationID} - System properties configuration provider not allowed
2022-01-15 05:21:22 009 DEBUG [org.glassfish.jersey.client.ClientExecutorProvidersConfigurator][pool-2-thread-1] invocationID:{InvocationID} - null
java.lang.reflect.InvocationTargetException: null
	at java.base/jdk.internal.reflect.GeneratedMethodAccessor27.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.lookupManagedScheduledExecutorService(ClientExecutorProvidersConfigurator.java:174)
	at org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.init(ClientExecutorProvidersConfigurator.java:124)
	at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:447)
	at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317)
	at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:807)
	at org.glassfish.jersey.client.ClientRequest.getClientRuntime(ClientRequest.java:219)
	at org.glassfish.jersey.client.ClientRequest.getInjectionManager(ClientRequest.java:610)
	at org.glassfish.jersey.client.JerseyWebTarget.onBuilder(JerseyWebTarget.java:364)
	at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:192)
	at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:36)
	at org.onap.holmes.common.utils.JerseyClient.get(JerseyClient.java:121)
	at org.onap.holmes.common.utils.JerseyClient.get(JerseyClient.java:112)
	at org.onap.holmes.common.config.MicroServiceConfig.execQuery(MicroServiceConfig.java:72)
	at org.onap.holmes.common.config.MicroServiceConfig.getServiceAddrInfoFromDcaeConsulByHostName(MicroServiceConfig.java:53)
	at org.onap.holmes.common.config.MicroServiceConfig.getServiceConfigInfoFromCBS(MicroServiceConfig.java:76)
	at org.onap.holmes.common.dcae.DcaeConfigurationQuery.getDcaeConfigurations(DcaeConfigurationQuery.java:27)
	at org.onap.holmes.rulemgt.dcae.DcaeConfigurationPolling.run(DcaeConfigurationPolling.java:53)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or in an application resource file: java.naming.factory.initial
	at java.naming/javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
	at java.naming/javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
	at java.naming/javax.naming.InitialContext.getURLOrDefaultInitCtx(Unknown Source)
	at java.naming/javax.naming.InitialContext.lookup(Unknown Source)
	... 26 common frames omitted
2022-01-15 05:21:22 009 INFO  [org.glassfish.jersey.process.internal.ExecutorProviders][pool-2-thread-1] invocationID:{InvocationID} - Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation.
2022-01-15 05:21:22 009 INFO  [org.glassfish.jersey.process.internal.ExecutorProviders][pool-2-thread-1] invocationID:{InvocationID} - Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation.
2022-01-15 05:21:22 011 INFO  [org.glassfish.jersey.client.internal.HttpUrlConnector][pool-2-thread-1] invocationID:{InvocationID} - Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed).
2022-01-15 05:21:22 012 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - ProxySelector Request for http://consul-server.onap:8500/v1/catalog/service/config-binding-service
2022-01-15 05:21:22 013 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - Proxy used: DIRECT
2022-01-15 05:21:22 013 DEBUG [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - sun.net.www.MessageHeader@6d9a9e085 pairs: {GET /v1/catalog/service/config-binding-service HTTP/1.1: null}{User-Agent: Jersey/2.31 (HttpUrlConnection 11.0.6)}{Host: consul-server.onap:8500}{Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2}{Connection: keep-alive}
2022-01-15 05:21:22 015 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - KeepAlive stream used: http://consul-server.onap:8500/v1/catalog/service/config-binding-service
2022-01-15 05:21:22 016 DEBUG [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - sun.net.www.MessageHeader@75a7ca5c7 pairs: {null: HTTP/1.1 200 OK}{Content-Type: application/json}{X-Consul-Index: 837}{X-Consul-Knownleader: true}{X-Consul-Lastcontact: 0}{Date: Sat, 15 Jan 2022 05:21:22 GMT}{Content-Length: 352}
2022-01-15 05:21:22 016 INFO  [org.onap.holmes.common.config.MicroServiceConfig][pool-2-thread-1] invocationID:{InvocationID} - The config-binding-service address is http://config-binding-service.onap:10000
2022-01-15 05:21:22 017 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next object: org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory
2022-01-15 05:21:22 017 DEBUG [org.jvnet.hk2.logger][pool-2-thread-1] invocationID:{InvocationID} - Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_538,539,1786047795)
2022-01-15 05:21:22 017 DEBUG [org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager][pool-2-thread-1] invocationID:{InvocationID} - Clearing Jersey HK2 caches. Service cache size: 3, reflection cache size: 20.
2022-01-15 05:21:22 018 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable
2022-01-15 05:21:22 018 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.internal.config.ExternalPropertiesAutoDiscoverable
2022-01-15 05:21:22 019 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.filter.internal.ServerFiltersAutoDiscoverable
2022-01-15 05:21:22 019 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.validation.internal.ValidationAutoDiscoverable
2022-01-15 05:21:22 019 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.jaxb.internal.JaxbAutoDiscoverable
2022-01-15 05:21:22 019 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.spidiscovery.internal.MetaInfServicesAutoDiscoverable
2022-01-15 05:21:22 019 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.wadl.internal.WadlAutoDiscoverable
2022-01-15 05:21:22 019 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.internal.monitoring.MonitoringAutodiscoverable
2022-01-15 05:21:22 020 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
2022-01-15 05:21:22 020 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
2022-01-15 05:21:22 020 DEBUG [org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel][pool-2-thread-1] invocationID:{InvocationID} - System properties configuration provider not allowed
2022-01-15 05:21:22 021 DEBUG [org.glassfish.jersey.client.ClientExecutorProvidersConfigurator][pool-2-thread-1] invocationID:{InvocationID} - null
java.lang.reflect.InvocationTargetException: null
	at java.base/jdk.internal.reflect.GeneratedMethodAccessor27.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.lookupManagedScheduledExecutorService(ClientExecutorProvidersConfigurator.java:174)
	at org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.init(ClientExecutorProvidersConfigurator.java:124)
	at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:447)
	at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317)
	at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:807)
	at org.glassfish.jersey.client.ClientRequest.getClientRuntime(ClientRequest.java:219)
	at org.glassfish.jersey.client.ClientRequest.getInjectionManager(ClientRequest.java:610)
	at org.glassfish.jersey.client.JerseyWebTarget.onBuilder(JerseyWebTarget.java:364)
	at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:192)
	at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:36)
	at org.onap.holmes.common.utils.JerseyClient.get(JerseyClient.java:121)
	at org.onap.holmes.common.utils.JerseyClient.get(JerseyClient.java:112)
	at org.onap.holmes.common.config.MicroServiceConfig.execQuery(MicroServiceConfig.java:72)
	at org.onap.holmes.common.config.MicroServiceConfig.getServiceConfigInfoFromCBS(MicroServiceConfig.java:77)
	at org.onap.holmes.common.dcae.DcaeConfigurationQuery.getDcaeConfigurations(DcaeConfigurationQuery.java:27)
	at org.onap.holmes.rulemgt.dcae.DcaeConfigurationPolling.run(DcaeConfigurationPolling.java:53)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or in an application resource file: java.naming.factory.initial
	at java.naming/javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
	at java.naming/javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
	at java.naming/javax.naming.InitialContext.getURLOrDefaultInitCtx(Unknown Source)
	at java.naming/javax.naming.InitialContext.lookup(Unknown Source)
	... 25 common frames omitted
2022-01-15 05:21:22 021 INFO  [org.glassfish.jersey.process.internal.ExecutorProviders][pool-2-thread-1] invocationID:{InvocationID} - Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation.
2022-01-15 05:21:22 021 INFO  [org.glassfish.jersey.process.internal.ExecutorProviders][pool-2-thread-1] invocationID:{InvocationID} - Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation.
2022-01-15 05:21:22 023 INFO  [org.glassfish.jersey.client.internal.HttpUrlConnector][pool-2-thread-1] invocationID:{InvocationID} - Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed).
2022-01-15 05:21:22 023 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - ProxySelector Request for http://config-binding-service.onap:10000/service_component/holmes-rule-mgmt
2022-01-15 05:21:22 024 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - Proxy used: DIRECT
2022-01-15 05:21:22 024 DEBUG [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - sun.net.www.MessageHeader@18f226c65 pairs: {GET /service_component/holmes-rule-mgmt HTTP/1.1: null}{User-Agent: Jersey/2.31 (HttpUrlConnection 11.0.6)}{Host: config-binding-service.onap:10000}{Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2}{Connection: keep-alive}
2022-01-15 05:21:22 048 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - KeepAlive stream used: http://config-binding-service.onap:10000/service_component/holmes-rule-mgmt
2022-01-15 05:21:22 049 DEBUG [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - sun.net.www.MessageHeader@2f19ce305 pairs: {null: HTTP/1.1 200 OK}{x-onap-requestid: 1f49d3c5-2965-4801-968d-1c47ffde2bac}{Content-Type: application/json}{Content-Length: 4153}{Date: Sat, 15 Jan 2022 05:21:22 GMT}
2022-01-15 05:21:22 049 INFO  [org.onap.holmes.common.config.MicroServiceConfig][pool-2-thread-1] invocationID:{InvocationID} - The query url is: http://config-binding-service.onap:10000/service_component/holmes-rule-mgmt. The corresponding configurations are {"holmes.default.rule.volte.scenario1": "ControlLoop-VOLTE-2179b738-fd36-4843-a71a-a8c24c70c55b$$$package org.onap.holmes.droolsRule;\n\nimport org.onap.holmes.common.dmaap.DmaapService;\nimport org.onap.holmes.common.api.stat.VesAlarm;\nimport org.onap.holmes.common.aai.CorrelationUtil;\nimport org.onap.holmes.common.dmaap.entity.PolicyMsg;\nimport org.onap.holmes.common.dropwizard.ioc.utils.ServiceLocatorHolder;\nimport org.onap.holmes.common.utils.DroolsLog;\n \n\nrule \"Relation_analysis_Rule\"\nsalience 200\nno-loop true\n    when\n        $root : VesAlarm(alarmIsCleared == 0,\n            $sourceId: sourceId, sourceId != null && !sourceId.equals(\"\"),\n\t\t\t$sourceName: sourceName, sourceName != null && !sourceName.equals(\"\"),\n\t\t\t$startEpochMicrosec: startEpochMicrosec,\n            eventName in (\"Fault_MultiCloud_VMFailure\"),\n            $eventId: eventId)\n        $child : VesAlarm( eventId != $eventId, parentId == null,\n            CorrelationUtil.getInstance().isTopologicallyRelated(sourceId, $sourceId, $sourceName),\n            eventName in (\"Fault_MME_eNodeB out of service alarm\"),\n            startEpochMicrosec < $startEpochMicrosec + 60000 && startEpochMicrosec > $startEpochMicrosec - 60000 )\n    then\n\t\tDroolsLog.printInfo(\"===========================================================\");\n\t\tDroolsLog.printInfo(\"Relation_analysis_Rule: rootId=\" + $root.getEventId() + \", childId=\" + $child.getEventId());\n\t\t$child.setParentId($root.getEventId());\n\t\tupdate($child);\n\t\t\nend\n\nrule \"root_has_child_handle_Rule\"\nsalience 150\nno-loop true\n\twhen\n\t\t$root : VesAlarm(alarmIsCleared == 0, rootFlag == 0, $eventId: eventId)\n\t\t$child : VesAlarm(eventId != $eventId, parentId == $eventId)\n\tthen\n\t\tDroolsLog.printInfo(\"===========================================================\");\n\t\tDroolsLog.printInfo(\"root_has_child_handle_Rule: rootId=\" + $root.getEventId() + \", childId=\" + $child.getEventId());\n\t\tDmaapService dmaapService = ServiceLocatorHolder.getLocator().getService(DmaapService.class);\n\t\tPolicyMsg policyMsg = dmaapService.getPolicyMsg($root, $child, \"org.onap.holmes.droolsRule\");\n        dmaapService.publishPolicyMsg(policyMsg, \"dcae_cl_out\");\n\t\t$root.setRootFlag(1);\n\t\tupdate($root);\nend\n\nrule \"root_no_child_handle_Rule\"\nsalience 100\nno-loop true\n    when\n        $root : VesAlarm(alarmIsCleared == 0, rootFlag == 0,\n            sourceId != null && !sourceId.equals(\"\"),\n\t\t\tsourceName != null && !sourceName.equals(\"\"),\n            eventName in (\"Fault_MultiCloud_VMFailure\"))\n    then\n\t\tDroolsLog.printInfo(\"===========================================================\");\n\t\tDroolsLog.printInfo(\"root_no_child_handle_Rule: rootId=\" + $root.getEventId());\n\t\tDmaapService dmaapService = ServiceLocatorHolder.getLocator().getService(DmaapService.class);\n\t\tPolicyMsg policyMsg = dmaapService.getPolicyMsg($root, null, \"org.onap.holmes.droolsRule\");\n        dmaapService.publishPolicyMsg(policyMsg, \"dcae_cl_out\");\n\t\t$root.setRootFlag(1);\n\t\tupdate($root);\nend\n\nrule \"root_cleared_handle_Rule\"\nsalience 100\nno-loop true\n    when\n        $root : VesAlarm(alarmIsCleared == 1, rootFlag == 1)\n    then\n\t\tDroolsLog.printInfo(\"===========================================================\");\n\t\tDroolsLog.printInfo(\"root_cleared_handle_Rule: rootId=\" + $root.getEventId());\n\t\tDmaapService dmaapService = ServiceLocatorHolder.getLocator().getService(DmaapService.class);\n\t\tPolicyMsg policyMsg = dmaapService.getPolicyMsg($root, null, \"org.onap.holmes.droolsRule\");\n        dmaapService.publishPolicyMsg(policyMsg, \"dcae_cl_out\");\n\t\tretract($root);\nend\n\nrule \"child_handle_Rule\"\nsalience 100\nno-loop true\n    when\n        $child : VesAlarm(alarmIsCleared == 1, rootFlag == 0)\n    then\n\t\tDroolsLog.printInfo(\"===========================================================\");\n\t\tDroolsLog.printInfo(\"child_handle_Rule: childId=\" + $child.getEventId());\n\t\tretract($child);\nend", "services_calls": {}, "streams_publishes": {}, "streams_subscribes": {}}
2022-01-15 05:21:22 049 INFO  [org.onap.holmes.rulemgt.dcae.DcaeConfigurationPolling][pool-2-thread-1] invocationID:{InvocationID} - Operation aborted due to identical configurations.
2022-01-15 05:21:24 014 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@1bec1589-RuleActiveApp@5463f035{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@3252ab7c[java.nio.channels.SocketChannel[connected local=/10.233.69.203:9101 remote=/10.233.66.75:55611]] on ManagedSelector@a03529c{STARTED} id=0 keys=0 selected=0 updates=0
2022-01-15 05:21:24 014 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@1bec1589-RuleActiveApp@5463f035{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@a03529c{STARTED} id=0 keys=0 selected=0 updates=1
2022-01-15 05:21:24 014 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken with none selected
2022-01-15 05:21:24 014 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken up from select, 0/0/0 selected
2022-01-15 05:21:24 014 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff processing 0 keys, 1 updates
2022-01-15 05:21:24 014 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 1
2022-01-15 05:21:24 014 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update Accept@3252ab7c[java.nio.channels.SocketChannel[connected local=/10.233.69.203:9101 remote=/10.233.66.75:55611]]
2022-01-15 05:21:24 014 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue Accept@3252ab7c[java.nio.channels.SocketChannel[connected local=/10.233.69.203:9101 remote=/10.233.66.75:55611]] startThread=0
2022-01-15 05:21:24 014 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2022-01-15 05:21:24 014 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff waiting with 1 keys
2022-01-15 05:21:24 014 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run Accept@3252ab7c[java.nio.channels.SocketChannel[connected local=/10.233.69.203:9101 remote=/10.233.66.75:55611]] in InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}]
2022-01-15 05:21:24 014 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-24] invocationID:{InvocationID} - SocketChannelEndPoint@44ed8fb{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-01-15 05:21:24 014 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-24] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@3d3aad7a
2022-01-15 05:21:24 014 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - new HttpChannelOverHttp@5f60b6bc{s=HttpChannelState@e92eaff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@7c6972d6{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@e92eaff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-01-15 05:21:24 014 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - New HTTP Connection HttpConnection@1450415c::DecryptedEndPoint@7c6972d6{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=-,flush=-,to=0/30000}
2022-01-15 05:21:24 014 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$509/0x0000000100638440@4edfd03c on ManagedSelector@a03529c{STARTED} id=0 keys=1 selected=0 updates=0
2022-01-15 05:21:24 014 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@44ed8fb{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@57031e0a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7c6972d6{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@1450415c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@604b39fe{s=START}]=>HttpChannelOverHttp@5f60b6bc{s=HttpChannelState@e92eaff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:24 015 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onOpen SslConnection@57031e0a::SocketChannelEndPoint@44ed8fb{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@57031e0a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7c6972d6{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@1450415c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@604b39fe{s=START}]=>HttpChannelOverHttp@5f60b6bc{s=HttpChannelState@e92eaff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:24 015 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onOpen HttpConnection@1450415c::DecryptedEndPoint@7c6972d6{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=-,flush=-,to=0/30000}
2022-01-15 05:21:24 015 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - fillInterested HttpConnection@1450415c::DecryptedEndPoint@7c6972d6{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=-,flush=-,to=0/30000}
2022-01-15 05:21:24 015 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@7607ce0a{AC.ReadCB@1450415c{HttpConnection@1450415c::DecryptedEndPoint@7c6972d6{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-01-15 05:21:24 015 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@57031e0a::SocketChannelEndPoint@44ed8fb{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@57031e0a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7c6972d6{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1450415c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@604b39fe{s=START}]=>HttpChannelOverHttp@5f60b6bc{s=HttpChannelState@e92eaff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:24 015 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@57031e0a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7c6972d6{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1450415c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@604b39fe{s=START}]=>HttpChannelOverHttp@5f60b6bc{s=HttpChannelState@e92eaff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:24 015 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@4669aec6{SSLC.NBReadCB@57031e0a{SslConnection@57031e0a::SocketChannelEndPoint@44ed8fb{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@57031e0a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7c6972d6{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1450415c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@604b39fe{s=START}]=>HttpChannelOverHttp@5f60b6bc{s=HttpChannelState@e92eaff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-01-15 05:21:24 015 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@44ed8fb{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@57031e0a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7c6972d6{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1450415c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@604b39fe{s=START}]=>HttpChannelOverHttp@5f60b6bc{s=HttpChannelState@e92eaff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:24 015 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x00000001005f9840@9551b4f on ManagedSelector@a03529c{STARTED} id=0 keys=1 selected=0 updates=1
2022-01-15 05:21:24 015 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@a03529c{STARTED} id=0 keys=1 selected=0 updates=2
2022-01-15 05:21:24 015 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken with none selected
2022-01-15 05:21:24 015 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Created SocketChannelEndPoint@44ed8fb{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@57031e0a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7c6972d6{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1450415c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@604b39fe{s=START}]=>HttpChannelOverHttp@5f60b6bc{s=HttpChannelState@e92eaff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:24 015 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken up from select, 0/0/1 selected
2022-01-15 05:21:24 015 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff processing 0 keys, 2 updates
2022-01-15 05:21:24 015 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 2
2022-01-15 05:21:24 015 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$509/0x0000000100638440@4edfd03c
2022-01-15 05:21:24 015 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran Accept@3252ab7c[java.nio.channels.SocketChannel[connected local=/10.233.69.203:9101 remote=/10.233.66.75:55611]] in InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}]
2022-01-15 05:21:24 015 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x00000001005f9840@9551b4f
2022-01-15 05:21:24 015 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@44ed8fb{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@57031e0a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7c6972d6{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1450415c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@604b39fe{s=START}]=>HttpChannelOverHttp@5f60b6bc{s=HttpChannelState@e92eaff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:24 015 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2022-01-15 05:21:24 015 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff waiting with 1 keys
2022-01-15 05:21:24 050 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken up from select, 1/1/1 selected
2022-01-15 05:21:24 050 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff processing 1 keys, 0 updates
2022-01-15 05:21:24 050 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.69.203:9101 remote=/10.233.66.75:55611], selector=sun.nio.ch.EPollSelectorImpl@5d764dff, interestOps=1, readyOps=1 SocketChannelEndPoint@44ed8fb{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=FI,flush=-,to=35/30000}{io=1/1,kio=1,kro=1}->SslConnection@57031e0a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7c6972d6{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=FI,flush=-,to=35/30000}=>HttpConnection@1450415c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@604b39fe{s=START}]=>HttpChannelOverHttp@5f60b6bc{s=HttpChannelState@e92eaff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2022-01-15 05:21:24 050 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@44ed8fb{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=FI,flush=-,to=35/30000}{io=1/0,kio=1,kro=1}->SslConnection@57031e0a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7c6972d6{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=FI,flush=-,to=35/30000}=>HttpConnection@1450415c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@604b39fe{s=START}]=>HttpChannelOverHttp@5f60b6bc{s=HttpChannelState@e92eaff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:24 050 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@44ed8fb{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=FI,flush=-,to=35/30000}{io=1/0,kio=1,kro=1}->SslConnection@57031e0a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7c6972d6{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=FI,flush=-,to=35/30000}=>HttpConnection@1450415c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@604b39fe{s=START}]=>HttpChannelOverHttp@5f60b6bc{s=HttpChannelState@e92eaff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-01-15 05:21:24 050 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=0} tryExecute EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=3677]@2022-01-15T05:21:24.050869Z
2022-01-15 05:21:24 050 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=0/1,p=0}@216b68ba offer EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=3677]@2022-01-15T05:21:24.050923Z
2022-01-15 05:21:24 050 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=0/1,p=1} startReservedThread p=1
2022-01-15 05:21:24 051 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue ReservedThreadExecutor@66020d69{s=0/1,p=1}@6241763e startThread=0
2022-01-15 05:21:24 051 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run ReservedThreadExecutor@66020d69{s=0/1,p=1}@6241763e in InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=1}]
2022-01-15 05:21:24 051 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=3677]@2022-01-15T05:21:24.051052Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@44ed8fb{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=FI,flush=-,to=35/30000}{io=1/0,kio=1,kro=1}->SslConnection@57031e0a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7c6972d6{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=FI,flush=-,to=35/30000}=>HttpConnection@1450415c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@604b39fe{s=START}]=>HttpChannelOverHttp@5f60b6bc{s=HttpChannelState@e92eaff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-01-15 05:21:24 051 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=1}@6241763e started
2022-01-15 05:21:24 051 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=0}@6241763e waiting
2022-01-15 05:21:24 051 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=0/1,p=1}@216b68ba task=EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=3678]@2022-01-15T05:21:24.051107Z
2022-01-15 05:21:24 051 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@4669aec6{SSLC.NBReadCB@57031e0a{SslConnection@57031e0a::SocketChannelEndPoint@44ed8fb{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=FI,flush=-,to=35/30000}{io=1/0,kio=1,kro=1}->SslConnection@57031e0a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7c6972d6{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=FI,flush=-,to=36/30000}=>HttpConnection@1450415c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@604b39fe{s=START}]=>HttpChannelOverHttp@5f60b6bc{s=HttpChannelState@e92eaff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-01-15 05:21:24 051 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >c.onFillable SslConnection@57031e0a::SocketChannelEndPoint@44ed8fb{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=-,flush=-,to=35/30000}{io=1/0,kio=1,kro=1}->SslConnection@57031e0a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7c6972d6{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=FI,flush=-,to=36/30000}=>HttpConnection@1450415c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@604b39fe{s=START}]=>HttpChannelOverHttp@5f60b6bc{s=HttpChannelState@e92eaff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:24 051 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-29] invocationID:{InvocationID} - EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=3678]@2022-01-15T05:21:24.05118Z tryProduce true
2022-01-15 05:21:24 051 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 0
2022-01-15 05:21:24 051 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0
2022-01-15 05:21:24 051 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - onFillable SslConnection@57031e0a::SocketChannelEndPoint@44ed8fb{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=-,flush=-,to=35/30000}{io=1/0,kio=1,kro=1}->SslConnection@57031e0a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7c6972d6{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=FI,flush=-,to=36/30000}=>HttpConnection@1450415c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@604b39fe{s=START}]=>HttpChannelOverHttp@5f60b6bc{s=HttpChannelState@e92eaff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:24 051 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@44ed8fb{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=-,flush=-,to=36/30000}{io=0/0,kio=0,kro=1}->SslConnection@57031e0a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7c6972d6{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=FI,flush=-,to=36/30000}=>HttpConnection@1450415c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@604b39fe{s=START}]=>HttpChannelOverHttp@5f60b6bc{s=HttpChannelState@e92eaff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:24 051 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@7607ce0a{AC.ReadCB@1450415c{HttpConnection@1450415c::DecryptedEndPoint@7c6972d6{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=FI,flush=-,to=36/30000}}}
2022-01-15 05:21:24 051 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff waiting with 1 keys
2022-01-15 05:21:24 051 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@1450415c::DecryptedEndPoint@7c6972d6{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=-,flush=-,to=36/30000} onFillable enter HttpChannelState@e92eaff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-01-15 05:21:24 051 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >fill SslConnection@57031e0a::SocketChannelEndPoint@44ed8fb{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=-,flush=-,to=36/30000}{io=0/0,kio=0,kro=1}->SslConnection@57031e0a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7c6972d6{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=-,flush=-,to=36/30000}=>HttpConnection@1450415c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@604b39fe{s=START}]=>HttpChannelOverHttp@5f60b6bc{s=HttpChannelState@e92eaff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:24 051 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-01-15 05:21:24 051 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 44 HeapByteBuffer@306cd887[p=0,l=44,c=17408,r=44]={<<<\x80\x00\x00((\xE5\xE1\x80\x00\x00\x00\x00\x00\x00\x00\x02\x00\x01\x86\xA0\x00\x00\x00\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00>>>\xFd\xB8f\x98\x0b?\xB4=\xF4...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:24 051 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=44
2022-01-15 05:21:24 051 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill starting handshake SslConnection@57031e0a::SocketChannelEndPoint@44ed8fb{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57031e0a{NOT_HANDSHAKING,eio=44/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7c6972d6{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=-,flush=-,to=36/30000}=>HttpConnection@1450415c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@604b39fe{s=START}]=>HttpChannelOverHttp@5f60b6bc{s=HttpChannelState@e92eaff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:24 052 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - DecryptedEndPoint@7c6972d6{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=-,flush=-,to=36/30000} stored fill exception
javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
	at java.base/sun.security.ssl.SSLEngineInputRecord.bytesInCompletePacket(Unknown Source)
	at java.base/sun.security.ssl.SSLEngineInputRecord.bytesInCompletePacket(Unknown Source)
	at java.base/sun.security.ssl.SSLEngineImpl.readRecord(Unknown Source)
	at java.base/sun.security.ssl.SSLEngineImpl.unwrap(Unknown Source)
	at java.base/sun.security.ssl.SSLEngineImpl.unwrap(Unknown Source)
	at java.base/javax.net.ssl.SSLEngine.unwrap(Unknown Source)
	at org.eclipse.jetty.io.ssl.SslConnection.unwrap(SslConnection.java:417)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:705)
	at org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:333)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-15 05:21:24 052 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - handshake failed SslConnection@57031e0a::SocketChannelEndPoint@44ed8fb{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57031e0a{NEED_WRAP,eio=44/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7c6972d6{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=-,flush=-,to=37/30000}=>HttpConnection@1450415c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@604b39fe{s=START}]=>HttpChannelOverHttp@5f60b6bc{s=HttpChannelState@e92eaff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} {}
2022-01-15 05:21:24 052 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@57031e0a{NEED_WRAP,eio=44/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7c6972d6{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=-,flush=-,to=37/30000}=>HttpConnection@1450415c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@604b39fe{s=START}]=>HttpChannelOverHttp@5f60b6bc{s=HttpChannelState@e92eaff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:24 052 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close(javax.net.ssl.SSLHandshakeException: Unrecognized SSL message, plaintext connection?) DecryptedEndPoint@7c6972d6{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=-,flush=-,to=37/30000}
2022-01-15 05:21:24 052 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - shutdownOutput: SslConnection@57031e0a::SocketChannelEndPoint@44ed8fb{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57031e0a{NEED_WRAP,eio=44/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7c6972d6{l=/10.233.69.203:9101,r=/10.233.66.75:55611,CLOSED,fill=-,flush=-,to=37/30000}=>HttpConnection@1450415c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@604b39fe{s=START}]=>HttpChannelOverHttp@5f60b6bc{s=HttpChannelState@e92eaff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=false
2022-01-15 05:21:24 052 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >flush SslConnection@57031e0a::SocketChannelEndPoint@44ed8fb{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@57031e0a{NEED_WRAP,eio=44/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7c6972d6{l=/10.233.69.203:9101,r=/10.233.66.75:55611,CLOSED,fill=-,flush=-,to=37/30000}=>HttpConnection@1450415c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@604b39fe{s=START}]=>HttpChannelOverHttp@5f60b6bc{s=HttpChannelState@e92eaff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:24 052 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@39189195[p=0,l=0,c=0,r=0]={<<<>>>}
2022-01-15 05:21:24 052 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP
2022-01-15 05:21:24 052 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=true/true
2022-01-15 05:21:24 052 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 7 SocketChannelEndPoint@44ed8fb{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@57031e0a{NOT_HANDSHAKING,eio=44/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7c6972d6{l=/10.233.69.203:9101,r=/10.233.66.75:55611,CLOSED,fill=-,flush=-,to=37/30000}=>HttpConnection@1450415c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@604b39fe{s=START}]=>HttpChannelOverHttp@5f60b6bc{s=HttpChannelState@e92eaff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:24 052 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true
2022-01-15 05:21:24 052 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@44ed8fb{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57031e0a{NOT_HANDSHAKING,eio=44/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7c6972d6{l=/10.233.69.203:9101,r=/10.233.66.75:55611,CLOSED,fill=-,flush=-,to=37/30000}=>HttpConnection@1450415c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@604b39fe{s=START}]=>HttpChannelOverHttp@5f60b6bc{s=HttpChannelState@e92eaff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:24 052 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@57031e0a{NOT_HANDSHAKING,eio=44/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7c6972d6{l=/10.233.69.203:9101,r=/10.233.66.75:55611,CLOSED,fill=-,flush=-,to=37/30000}=>HttpConnection@1450415c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@604b39fe{s=START}]=>HttpChannelOverHttp@5f60b6bc{s=HttpChannelState@e92eaff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:24 052 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - ensureFillInterested SslConnection@57031e0a::SocketChannelEndPoint@44ed8fb{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57031e0a{NOT_HANDSHAKING,eio=44/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7c6972d6{l=/10.233.69.203:9101,r=/10.233.66.75:55611,CLOSED,fill=-,flush=-,to=37/30000}=>HttpConnection@1450415c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@604b39fe{s=START}]=>HttpChannelOverHttp@5f60b6bc{s=HttpChannelState@e92eaff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:24 053 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@4669aec6{SSLC.NBReadCB@57031e0a{SslConnection@57031e0a::SocketChannelEndPoint@44ed8fb{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57031e0a{NOT_HANDSHAKING,eio=44/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7c6972d6{l=/10.233.69.203:9101,r=/10.233.66.75:55611,CLOSED,fill=-,flush=-,to=37/30000}=>HttpConnection@1450415c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@604b39fe{s=START}]=>HttpChannelOverHttp@5f60b6bc{s=HttpChannelState@e92eaff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-01-15 05:21:24 053 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@44ed8fb{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@57031e0a{NOT_HANDSHAKING,eio=44/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7c6972d6{l=/10.233.69.203:9101,r=/10.233.66.75:55611,CLOSED,fill=-,flush=-,to=38/30000}=>HttpConnection@1450415c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@604b39fe{s=START}]=>HttpChannelOverHttp@5f60b6bc{s=HttpChannelState@e92eaff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:24 053 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x00000001005f9840@9551b4f on ManagedSelector@a03529c{STARTED} id=0 keys=1 selected=0 updates=0
2022-01-15 05:21:24 053 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@a03529c{STARTED} id=0 keys=1 selected=0 updates=1
2022-01-15 05:21:24 053 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken with none selected
2022-01-15 05:21:24 053 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close SocketChannelEndPoint@44ed8fb{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@57031e0a{NOT_HANDSHAKING,eio=44/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7c6972d6{l=/10.233.69.203:9101,r=/10.233.66.75:55611,CLOSED,fill=-,flush=-,to=38/30000}=>HttpConnection@1450415c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@604b39fe{s=START}]=>HttpChannelOverHttp@5f60b6bc{s=HttpChannelState@e92eaff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:24 053 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken up from select, 0/0/1 selected
2022-01-15 05:21:24 053 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff processing 0 keys, 1 updates
2022-01-15 05:21:24 053 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@44ed8fb{l=/10.233.69.203:9101,r=/10.233.66.75:55611,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@57031e0a{NOT_HANDSHAKING,eio=44/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7c6972d6{l=/10.233.69.203:9101,r=/10.233.66.75:55611,CLOSED,fill=-,flush=-,to=38/30000}=>HttpConnection@1450415c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@604b39fe{s=START}]=>HttpChannelOverHttp@5f60b6bc{s=HttpChannelState@e92eaff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:24 053 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 1
2022-01-15 05:21:24 053 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x00000001005f9840@9551b4f
2022-01-15 05:21:24 053 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - doClose SocketChannelEndPoint@44ed8fb{l=/10.233.69.203:9101,r=/10.233.66.75:55611,CLOSED,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@57031e0a{NOT_HANDSHAKING,eio=44/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7c6972d6{l=/10.233.69.203:9101,r=/10.233.66.75:55611,CLOSED,fill=-,flush=-,to=38/30000}=>HttpConnection@1450415c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@604b39fe{s=START}]=>HttpChannelOverHttp@5f60b6bc{s=HttpChannelState@e92eaff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:24 053 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@44ed8fb{l=/10.233.69.203:9101,r=/10.233.66.75:55611,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@57031e0a{NOT_HANDSHAKING,eio=44/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7c6972d6{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=38/30000}=>HttpConnection@1450415c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@604b39fe{s=START}]=>HttpChannelOverHttp@5f60b6bc{s=HttpChannelState@e92eaff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:24 053 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0
2022-01-15 05:21:24 053 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff waiting with 1 keys
2022-01-15 05:21:24 053 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - onClose FillInterest@4669aec6{SSLC.NBReadCB@57031e0a{SslConnection@57031e0a::SocketChannelEndPoint@44ed8fb{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@57031e0a{NOT_HANDSHAKING,eio=44/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7c6972d6{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=38/30000}=>HttpConnection@1450415c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@604b39fe{s=START}]=>HttpChannelOverHttp@5f60b6bc{s=HttpChannelState@e92eaff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-01-15 05:21:24 053 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - onFillableFail SslConnection@57031e0a::SocketChannelEndPoint@44ed8fb{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@57031e0a{NOT_HANDSHAKING,eio=44/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7c6972d6{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=38/30000}=>HttpConnection@1450415c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@604b39fe{s=START}]=>HttpChannelOverHttp@5f60b6bc{s=HttpChannelState@e92eaff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:24 053 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - onFail FillInterest@7607ce0a{null}
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.FillInterest.onClose(FillInterest.java:150)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:355)
	at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:227)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1366)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:819)
	at org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:333)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-15 05:21:24 053 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Wakeup ManagedSelector@a03529c{STARTED} id=0 keys=0 selected=0 updates=0
2022-01-15 05:21:24 053 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@763d3474 startThread=0
2022-01-15 05:21:24 053 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken with none selected
2022-01-15 05:21:24 053 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken up from select, 0/0/0 selected
2022-01-15 05:21:24 053 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff processing 0 keys, 0 updates
2022-01-15 05:21:24 053 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 0
2022-01-15 05:21:24 053 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0
2022-01-15 05:21:24 053 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff waiting with 0 keys
2022-01-15 05:21:24 053 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-26] invocationID:{InvocationID} - ignored: WriteFlusher@24e56254{IDLE}->null
javax.net.ssl.SSLHandshakeException: Unrecognized SSL message, plaintext connection?
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.handshakeFailed(SslConnection.java:933)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:793)
	at org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:333)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
	at java.base/sun.security.ssl.SSLEngineInputRecord.bytesInCompletePacket(Unknown Source)
	at java.base/sun.security.ssl.SSLEngineInputRecord.bytesInCompletePacket(Unknown Source)
	at java.base/sun.security.ssl.SSLEngineImpl.readRecord(Unknown Source)
	at java.base/sun.security.ssl.SSLEngineImpl.unwrap(Unknown Source)
	at java.base/sun.security.ssl.SSLEngineImpl.unwrap(Unknown Source)
	at java.base/javax.net.ssl.SSLEngine.unwrap(Unknown Source)
	at org.eclipse.jetty.io.ssl.SslConnection.unwrap(SslConnection.java:417)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:705)
	... 17 common frames omitted
2022-01-15 05:21:24 053 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - onFail FillInterest@7607ce0a{null}
javax.net.ssl.SSLHandshakeException: Unrecognized SSL message, plaintext connection?
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.handshakeFailed(SslConnection.java:933)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:793)
	at org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:333)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
	at java.base/sun.security.ssl.SSLEngineInputRecord.bytesInCompletePacket(Unknown Source)
	at java.base/sun.security.ssl.SSLEngineInputRecord.bytesInCompletePacket(Unknown Source)
	at java.base/sun.security.ssl.SSLEngineImpl.readRecord(Unknown Source)
	at java.base/sun.security.ssl.SSLEngineImpl.unwrap(Unknown Source)
	at java.base/sun.security.ssl.SSLEngineImpl.unwrap(Unknown Source)
	at java.base/javax.net.ssl.SSLEngine.unwrap(Unknown Source)
	at org.eclipse.jetty.io.ssl.SslConnection.unwrap(SslConnection.java:417)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:705)
	... 17 common frames omitted
2022-01-15 05:21:24 053 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@763d3474 in InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}]
2022-01-15 05:21:24 053 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - 
javax.net.ssl.SSLHandshakeException: Unrecognized SSL message, plaintext connection?
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.handshakeFailed(SslConnection.java:933)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:793)
	at org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:333)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
	at java.base/sun.security.ssl.SSLEngineInputRecord.bytesInCompletePacket(Unknown Source)
	at java.base/sun.security.ssl.SSLEngineInputRecord.bytesInCompletePacket(Unknown Source)
	at java.base/sun.security.ssl.SSLEngineImpl.readRecord(Unknown Source)
	at java.base/sun.security.ssl.SSLEngineImpl.unwrap(Unknown Source)
	at java.base/sun.security.ssl.SSLEngineImpl.unwrap(Unknown Source)
	at java.base/javax.net.ssl.SSLEngine.unwrap(Unknown Source)
	at org.eclipse.jetty.io.ssl.SslConnection.unwrap(SslConnection.java:417)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:705)
	... 17 common frames omitted
2022-01-15 05:21:24 053 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - atEOF HttpParser{s=START,0 of -1}
2022-01-15 05:21:24 053 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close DecryptedEndPoint@7c6972d6{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=38/30000}
2022-01-15 05:21:24 053 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close(null) DecryptedEndPoint@7c6972d6{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=38/30000}
2022-01-15 05:21:24 053 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@1450415c::DecryptedEndPoint@7c6972d6{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=38/30000} parse HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC7t\xE9\xB5...\x00\x00\x00\x00\x00\x00\x00} {}
2022-01-15 05:21:24 053 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC7t\xE9\xB5...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:24 053 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - START --> CLOSED
2022-01-15 05:21:24 053 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@44ed8fb{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@57031e0a{NOT_HANDSHAKING,eio=44/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7c6972d6{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=38/30000}=>HttpConnection@1450415c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@604b39fe{s=START}]=>HttpChannelOverHttp@5f60b6bc{s=HttpChannelState@e92eaff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:24 053 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close DecryptedEndPoint@7c6972d6{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=38/30000}
2022-01-15 05:21:24 053 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - onClose HttpConnection@1450415c::DecryptedEndPoint@7c6972d6{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=38/30000}
2022-01-15 05:21:24 053 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close(null) DecryptedEndPoint@7c6972d6{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=38/30000}
2022-01-15 05:21:24 053 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@1450415c::DecryptedEndPoint@7c6972d6{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=38/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-01-15 05:21:24 053 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@1450415c::DecryptedEndPoint@7c6972d6{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=38/30000}
2022-01-15 05:21:24 053 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@7c6972d6{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=38/30000}
2022-01-15 05:21:24 054 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@1450415c::DecryptedEndPoint@7c6972d6{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=38/30000} onFillable exit HttpChannelState@e92eaff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-01-15 05:21:24 054 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - onClose SslConnection@57031e0a::SocketChannelEndPoint@44ed8fb{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@57031e0a{NOT_HANDSHAKING,eio=44/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7c6972d6{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=38/30000}=>HttpConnection@1450415c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@604b39fe{s=START}]=>HttpChannelOverHttp@5f60b6bc{s=HttpChannelState@e92eaff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:24 054 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@57031e0a{NOT_HANDSHAKING,eio=44/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7c6972d6{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=38/30000}=>HttpConnection@1450415c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@604b39fe{s=START}]=>HttpChannelOverHttp@5f60b6bc{s=HttpChannelState@e92eaff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:24 054 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@763d3474 in InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}]
2022-01-15 05:21:24 054 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=0}@415b567a size 1 > capacity
2022-01-15 05:21:24 054 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran ReservedThreadExecutor@66020d69{s=1/1,p=0}@415b567a in InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}]
2022-01-15 05:21:29 764 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@1bec1589-RuleActiveApp@5463f035{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@6cda0839[java.nio.channels.SocketChannel[connected local=/10.233.69.203:9101 remote=/10.233.69.104:43856]] on ManagedSelector@a03529c{STARTED} id=0 keys=0 selected=0 updates=0
2022-01-15 05:21:29 764 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@1bec1589-RuleActiveApp@5463f035{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@a03529c{STARTED} id=0 keys=0 selected=0 updates=1
2022-01-15 05:21:29 765 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken with none selected
2022-01-15 05:21:29 765 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken up from select, 0/0/0 selected
2022-01-15 05:21:29 765 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff processing 0 keys, 1 updates
2022-01-15 05:21:29 765 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 1
2022-01-15 05:21:29 765 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - update Accept@6cda0839[java.nio.channels.SocketChannel[connected local=/10.233.69.203:9101 remote=/10.233.69.104:43856]]
2022-01-15 05:21:29 765 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - queue Accept@6cda0839[java.nio.channels.SocketChannel[connected local=/10.233.69.203:9101 remote=/10.233.69.104:43856]] startThread=0
2022-01-15 05:21:29 765 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0
2022-01-15 05:21:29 765 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff waiting with 1 keys
2022-01-15 05:21:29 765 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run Accept@6cda0839[java.nio.channels.SocketChannel[connected local=/10.233.69.203:9101 remote=/10.233.69.104:43856]] in InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}]
2022-01-15 05:21:29 765 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-28] invocationID:{InvocationID} - SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-01-15 05:21:29 765 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-28] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@169c62cb
2022-01-15 05:21:29 765 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - new HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-01-15 05:21:29 765 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - New HTTP Connection HttpConnection@b8b0916::DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=0/30000}
2022-01-15 05:21:29 765 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$509/0x0000000100638440@d871dfd on ManagedSelector@a03529c{STARTED} id=0 keys=1 selected=0 updates=0
2022-01-15 05:21:29 765 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@55067a03{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@b8b0916[p=HttpParser{s=START,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 765 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onOpen SslConnection@55067a03::SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@55067a03{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@b8b0916[p=HttpParser{s=START,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 765 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onOpen HttpConnection@b8b0916::DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=0/30000}
2022-01-15 05:21:29 765 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - fillInterested HttpConnection@b8b0916::DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=0/30000}
2022-01-15 05:21:29 765 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@5d882018{AC.ReadCB@b8b0916{HttpConnection@b8b0916::DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-01-15 05:21:29 766 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@55067a03::SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@55067a03{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@b8b0916[p=HttpParser{s=START,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 766 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - SslConnection@55067a03{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@b8b0916[p=HttpParser{s=START,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 766 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@68d5b6a1{SSLC.NBReadCB@55067a03{SslConnection@55067a03::SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@55067a03{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@b8b0916[p=HttpParser{s=START,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-01-15 05:21:29 766 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@55067a03{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@b8b0916[p=HttpParser{s=START,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 766 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x00000001005f9840@ee50fda on ManagedSelector@a03529c{STARTED} id=0 keys=1 selected=0 updates=1
2022-01-15 05:21:29 766 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@a03529c{STARTED} id=0 keys=1 selected=0 updates=2
2022-01-15 05:21:29 766 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken with none selected
2022-01-15 05:21:29 766 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken up from select, 0/0/1 selected
2022-01-15 05:21:29 766 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff processing 0 keys, 2 updates
2022-01-15 05:21:29 766 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 2
2022-01-15 05:21:29 766 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$509/0x0000000100638440@d871dfd
2022-01-15 05:21:29 766 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Created SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@55067a03{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@b8b0916[p=HttpParser{s=START,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 766 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x00000001005f9840@ee50fda
2022-01-15 05:21:29 766 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran Accept@6cda0839[java.nio.channels.SocketChannel[connected local=/10.233.69.203:9101 remote=/10.233.69.104:43856]] in InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}]
2022-01-15 05:21:29 766 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@55067a03{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@b8b0916[p=HttpParser{s=START,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 766 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0
2022-01-15 05:21:29 766 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff waiting with 1 keys
2022-01-15 05:21:29 766 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken up from select, 1/1/1 selected
2022-01-15 05:21:29 766 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff processing 1 keys, 0 updates
2022-01-15 05:21:29 766 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.69.203:9101 remote=/10.233.69.104:43856], selector=sun.nio.ch.EPollSelectorImpl@5d764dff, interestOps=1, readyOps=1 SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@55067a03{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@b8b0916[p=HttpParser{s=START,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2022-01-15 05:21:29 766 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@55067a03{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@b8b0916[p=HttpParser{s=START,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 766 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@55067a03{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@b8b0916[p=HttpParser{s=START,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-01-15 05:21:29 766 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=0} tryExecute EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=3678]@2022-01-15T05:21:29.766765Z
2022-01-15 05:21:29 766 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=0/1,p=0}@6241763e offer EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=3678]@2022-01-15T05:21:29.766815Z
2022-01-15 05:21:29 766 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=0/1,p=1} startReservedThread p=1
2022-01-15 05:21:29 766 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - queue ReservedThreadExecutor@66020d69{s=0/1,p=1}@70509a50 startThread=0
2022-01-15 05:21:29 766 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=0/1,p=1}@6241763e task=EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=3678]@2022-01-15T05:21:29.766916Z
2022-01-15 05:21:29 766 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - run ReservedThreadExecutor@66020d69{s=0/1,p=1}@70509a50 in InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=1}]
2022-01-15 05:21:29 766 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-29] invocationID:{InvocationID} - EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=3678]@2022-01-15T05:21:29.766891Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@55067a03{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@b8b0916[p=HttpParser{s=START,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-01-15 05:21:29 766 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=3679]@2022-01-15T05:21:29.76696Z tryProduce true
2022-01-15 05:21:29 766 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=1}@70509a50 started
2022-01-15 05:21:29 766 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=0}@70509a50 waiting
2022-01-15 05:21:29 766 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 0
2022-01-15 05:21:29 766 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2022-01-15 05:21:29 766 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - fillable FillInterest@68d5b6a1{SSLC.NBReadCB@55067a03{SslConnection@55067a03::SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@55067a03{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@b8b0916[p=HttpParser{s=START,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-01-15 05:21:29 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >c.onFillable SslConnection@55067a03::SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@55067a03{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@b8b0916[p=HttpParser{s=START,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - onFillable SslConnection@55067a03::SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@55067a03{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@b8b0916[p=HttpParser{s=START,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 767 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - fillable FillInterest@5d882018{AC.ReadCB@b8b0916{HttpConnection@b8b0916::DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=1/30000}}}
2022-01-15 05:21:29 767 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@b8b0916::DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-01-15 05:21:29 767 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@55067a03{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@b8b0916[p=HttpParser{s=START,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >fill SslConnection@55067a03::SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@55067a03{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@b8b0916[p=HttpParser{s=START,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 767 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff waiting with 1 keys
2022-01-15 05:21:29 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-01-15 05:21:29 767 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 261 HeapByteBuffer@20de5f31[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\xF3\xCd5\xAa\xF2\x12\x16\xBd\xC5\x1e\x8f\xD4\x1f8...\xC7\x87\x9a\xA9@\xA28\x81v\xF8*\x98\xCf\xF9\xD5\x1co\xEc}\xA2kB\x13>>>\xE3\xEa\x04\xE8\xFdm[\x87\xAe...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:29 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=261
2022-01-15 05:21:29 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill starting handshake SslConnection@55067a03::SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@55067a03{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@b8b0916[p=HttpParser{s=START,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC7t\xE9\xB5...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC7t\xE9\xB5...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:29 767 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_TASK
2022-01-15 05:21:29 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_WRAP
2022-01-15 05:21:29 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >flush SslConnection@55067a03::SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@55067a03{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@b8b0916[p=HttpParser{s=START,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@39189195[p=0,l=0,c=0,r=0]={<<<>>>}
2022-01-15 05:21:29 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - flush NEED_WRAP
2022-01-15 05:21:29 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false
2022-01-15 05:21:29 768 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@55067a03{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@b8b0916[p=HttpParser{s=START,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net flushed=true, ac=true
2022-01-15 05:21:29 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - SslConnection@55067a03{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@b8b0916[p=HttpParser{s=START,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-01-15 05:21:29 768 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 6 HeapByteBuffer@20de5f31[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03\xF3\xCd5\xAa...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:29 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=6
2022-01-15 05:21:29 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - unwrap net_filled=6 Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 6 bytesProduced = 0 encryptedBuffer=[p=6,l=6,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC7t\xE9\xB5...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC7t\xE9\xB5...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:29 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-01-15 05:21:29 768 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 367 HeapByteBuffer@20de5f31[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xF3\xCd5\xAa\xF2\x12\x16\xBd\xC5\x1e\x8f\xD4\x1f8...\x83d\x13\xC6\x80W\xDb\xAe\r\x1a\x08\xB30\x9a\xF81\x8a(h\xE4\x8c\xB6\x8b>>>\xDf\x91\x16\x16g\xEb\x80"\x11...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:29 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=367
2022-01-15 05:21:29 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - unwrap net_filled=367 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 367 bytesProduced = 0 encryptedBuffer=[p=367,l=367,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC7t\xE9\xB5...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC7t\xE9\xB5...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:29 768 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_TASK
2022-01-15 05:21:29 771 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-29] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@169c62cb
2022-01-15 05:21:29 774 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_WRAP
2022-01-15 05:21:29 774 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >flush SslConnection@55067a03::SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@55067a03{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@b8b0916[p=HttpParser{s=START,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 774 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@39189195[p=0,l=0,c=0,r=0]={<<<>>>}
2022-01-15 05:21:29 774 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - flush NEED_WRAP
2022-01-15 05:21:29 774 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false
2022-01-15 05:21:29 774 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@55067a03{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@b8b0916[p=HttpParser{s=START,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 774 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net flushed=true, ac=true
2022-01-15 05:21:29 774 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - flush NEED_WRAP
2022-01-15 05:21:29 774 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false
2022-01-15 05:21:29 774 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@55067a03{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@b8b0916[p=HttpParser{s=START,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 774 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net flushed=true, ac=true
2022-01-15 05:21:29 774 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - flush NEED_WRAP
2022-01-15 05:21:29 774 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2686 sequenceNumber = 0 [p=0,l=2686,c=17408,r=2686] ioDone=false/false
2022-01-15 05:21:29 774 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - flushed 2686 SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@55067a03{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@b8b0916[p=HttpParser{s=START,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 774 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net flushed=true, ac=true
2022-01-15 05:21:29 774 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - SslConnection@55067a03{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@b8b0916[p=HttpParser{s=START,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 774 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-01-15 05:21:29 774 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 0 HeapByteBuffer@20de5f31[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:29 774 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=0
2022-01-15 05:21:29 774 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC7t\xE9\xB5...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC7t\xE9\xB5...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:29 774 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - SslConnection@55067a03{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@b8b0916[p=HttpParser{s=START,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 774 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >fill SslConnection@55067a03::SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@55067a03{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@b8b0916[p=HttpParser{s=START,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 774 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-01-15 05:21:29 774 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 0 HeapByteBuffer@20de5f31[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:29 774 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=0
2022-01-15 05:21:29 774 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC7t\xE9\xB5...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC7t\xE9\xB5...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:29 774 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - SslConnection@55067a03{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@b8b0916[p=HttpParser{s=START,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 774 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@b8b0916::DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=9/30000} filled 0 HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC7t\xE9\xB5...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:29 774 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@b8b0916::DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=9/30000} parse HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC7t\xE9\xB5...\x00\x00\x00\x00\x00\x00\x00} {}
2022-01-15 05:21:29 774 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC7t\xE9\xB5...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:29 775 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@b8b0916::DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=9/30000} parsed false HttpParser{s=START,0 of -1}
2022-01-15 05:21:29 775 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@b8b0916::DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=9/30000}
2022-01-15 05:21:29 775 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-29] invocationID:{InvocationID} - fillInterested HttpConnection@b8b0916::DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=9/30000}
2022-01-15 05:21:29 775 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - interested FillInterest@5d882018{AC.ReadCB@b8b0916{HttpConnection@b8b0916::DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-01-15 05:21:29 775 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@55067a03::SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@55067a03{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@b8b0916[p=HttpParser{s=START,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 775 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - SslConnection@55067a03{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@b8b0916[p=HttpParser{s=START,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 775 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - interested FillInterest@68d5b6a1{SSLC.NBReadCB@55067a03{SslConnection@55067a03::SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@55067a03{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@b8b0916[p=HttpParser{s=START,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-01-15 05:21:29 775 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@55067a03{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@b8b0916[p=HttpParser{s=START,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 775 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x00000001005f9840@ee50fda on ManagedSelector@a03529c{STARTED} id=0 keys=1 selected=0 updates=0
2022-01-15 05:21:29 775 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@a03529c{STARTED} id=0 keys=1 selected=0 updates=1
2022-01-15 05:21:29 775 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@b8b0916::DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-01-15 05:21:29 775 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken with none selected
2022-01-15 05:21:29 775 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken up from select, 0/0/1 selected
2022-01-15 05:21:29 775 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff processing 0 keys, 1 updates
2022-01-15 05:21:29 775 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 1
2022-01-15 05:21:29 775 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x00000001005f9840@ee50fda
2022-01-15 05:21:29 775 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - SslConnection@55067a03{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@b8b0916[p=HttpParser{s=START,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 775 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=0}@216b68ba size 1 > capacity
2022-01-15 05:21:29 775 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@55067a03{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@b8b0916[p=HttpParser{s=START,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 775 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - ran ReservedThreadExecutor@66020d69{s=1/1,p=0}@216b68ba in InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}]
2022-01-15 05:21:29 775 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2022-01-15 05:21:29 775 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff waiting with 1 keys
2022-01-15 05:21:29 775 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken up from select, 1/1/1 selected
2022-01-15 05:21:29 775 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff processing 1 keys, 0 updates
2022-01-15 05:21:29 775 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.69.203:9101 remote=/10.233.69.104:43856], selector=sun.nio.ch.EPollSelectorImpl@5d764dff, interestOps=1, readyOps=1 SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@55067a03{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@b8b0916[p=HttpParser{s=START,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2022-01-15 05:21:29 775 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@55067a03{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@b8b0916[p=HttpParser{s=START,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 775 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@55067a03{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@b8b0916[p=HttpParser{s=START,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-01-15 05:21:29 775 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=0} tryExecute EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=3679]@2022-01-15T05:21:29.775674Z
2022-01-15 05:21:29 775 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=0/1,p=0}@70509a50 offer EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=3679]@2022-01-15T05:21:29.775709Z
2022-01-15 05:21:29 775 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=0/1,p=1} startReservedThread p=1
2022-01-15 05:21:29 775 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue ReservedThreadExecutor@66020d69{s=0/1,p=1}@58c590a startThread=0
2022-01-15 05:21:29 775 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run ReservedThreadExecutor@66020d69{s=0/1,p=1}@58c590a in InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=1}]
2022-01-15 05:21:29 775 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=0/1,p=1}@70509a50 task=EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=3679]@2022-01-15T05:21:29.77582Z
2022-01-15 05:21:29 775 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=1}@58c590a started
2022-01-15 05:21:29 775 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=3679]@2022-01-15T05:21:29.775784Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@55067a03{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@b8b0916[p=HttpParser{s=START,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-01-15 05:21:29 775 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=0}@58c590a waiting
2022-01-15 05:21:29 775 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-22] invocationID:{InvocationID} - EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=3680]@2022-01-15T05:21:29.775859Z tryProduce true
2022-01-15 05:21:29 775 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 0
2022-01-15 05:21:29 775 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2022-01-15 05:21:29 775 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@68d5b6a1{SSLC.NBReadCB@55067a03{SslConnection@55067a03::SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@55067a03{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@b8b0916[p=HttpParser{s=START,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-01-15 05:21:29 775 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >c.onFillable SslConnection@55067a03::SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@55067a03{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@b8b0916[p=HttpParser{s=START,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 775 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@55067a03{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@b8b0916[p=HttpParser{s=START,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 775 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff waiting with 1 keys
2022-01-15 05:21:29 776 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - onFillable SslConnection@55067a03::SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@55067a03{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@b8b0916[p=HttpParser{s=START,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 776 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@5d882018{AC.ReadCB@b8b0916{HttpConnection@b8b0916::DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=FI,flush=-,to=1/30000}}}
2022-01-15 05:21:29 776 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@b8b0916::DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-01-15 05:21:29 776 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >fill SslConnection@55067a03::SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@55067a03{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@b8b0916[p=HttpParser{s=START,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 776 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-01-15 05:21:29 776 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 230 HeapByteBuffer@20de5f31[p=0,l=230,c=17408,r=230]={<<<\x17\x03\x03\x005R?\xA2\xCcGT,\x9a\xE7\xEc\xE6\xE2\nk\xA0\xC1(\xE3\x89\x8c...\xCf\xD0M\xAe\xEd\t\xA2\x0f4\x8fE{\xC3\xD8\xDbR%p\x1a\x07\x9c\x11,>>>\x13\xC3,\xD1a\x9cA\xB6/...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:29 776 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=230
2022-01-15 05:21:29 776 DEBUG [jdk.event.security][dw-25] invocationID:{InvocationID} -  TLSHandshake: 10.233.69.104:43856, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2022-01-15 05:21:29 776 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - unwrap net_filled=230 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=230,c=17408,r=172] unwrapBuffer=HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC7t\xE9\xB5...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC7t\xE9\xB5...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:29 776 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - handshake succeeded SslConnection@55067a03::SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@55067a03{NOT_HANDSHAKING,eio=172/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@b8b0916[p=HttpParser{s=START,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256
2022-01-15 05:21:29 776 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-01-15 05:21:29 776 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 0 HeapByteBuffer@20de5f31[p=58,l=230,c=17408,r=172]={\x17\x03\x03\x005\x14\x00\x00 ...\xB8\xC0\x16\x12\x15\xD0Z<<<\x17\x03\x03\x00\xA7\x00G\x04\xD7e\x0e1$kI\x02\xC4\\\x18P\x10\x12\xD7\x83[...\xCf\xD0M\xAe\xEd\t\xA2\x0f4\x8fE{\xC3\xD8\xDbR%p\x1a\x07\x9c\x11,>>>\x13\xC3,\xD1a\x9cA\xB6/...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:29 776 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=0
2022-01-15 05:21:29 776 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 172 bytesProduced = 150 encryptedBuffer=[p=230,l=230,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3495c7bd[p=0,l=150,c=17408,r=150]={<<>>L\x979\x11\x0c?\x93|\x16...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3495c7bd[p=0,l=150,c=17408,r=150]={<<>>L\x979\x11\x0c?\x93|\x16...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:29 776 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@55067a03{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@b8b0916[p=HttpParser{s=START,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 776 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@b8b0916::DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=1/30000} filled 150 HeapByteBuffer@3495c7bd[p=0,l=150,c=17408,r=150]={<<>>L\x979\x11\x0c?\x93|\x16...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:29 776 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@b8b0916::DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=1/30000} parse HeapByteBuffer@3495c7bd[p=0,l=150,c=17408,r=150]={<<>>L\x979\x11\x0c?\x93|\x16...\x00\x00\x00\x00\x00\x00\x00} {}
2022-01-15 05:21:29 776 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@3495c7bd[p=0,l=150,c=17408,r=150]={<<>>L\x979\x11\x0c?\x93|\x16...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:29 776 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - START --> SPACE1
2022-01-15 05:21:29 776 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - SPACE1 --> URI
2022-01-15 05:21:29 776 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - URI --> SPACE2
2022-01-15 05:21:29 776 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2022-01-15 05:21:29 776 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2022-01-15 05:21:29 776 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Host --> VALUE
2022-01-15 05:21:29 776 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2022-01-15 05:21:29 777 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Host --> FIELD
2022-01-15 05:21:29 777 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2022-01-15 05:21:29 777 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2022-01-15 05:21:29 777 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2022-01-15 05:21:29 777 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE
2022-01-15 05:21:29 777 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD
2022-01-15 05:21:29 777 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2022-01-15 05:21:29 777 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2022-01-15 05:21:29 777 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER --> CONTENT
2022-01-15 05:21:29 777 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - REQUEST for //10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
GET //10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.69.203:9101
User-Agent: kube-probe/1.19
Accept-Encoding: gzip
Connection: close


2022-01-15 05:21:29 777 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@b8b0916::DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=2/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2022-01-15 05:21:29 777 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@b8b0916::DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=2/30000}
2022-01-15 05:21:29 777 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - handle //10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 
2022-01-15 05:21:29 777 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - handling HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-01-15 05:21:29 777 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
2022-01-15 05:21:29 777 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-25] invocationID:{InvocationID} - Host 10.233.69.203 with SNI null
2022-01-15 05:21:29 777 DEBUG [org.eclipse.jetty.server.Server][dw-25] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
2022-01-15 05:21:29 777 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-25] invocationID:{InvocationID} - GzipHandler@15369d73{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck)@688fb89c in null
2022-01-15 05:21:29 777 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-25] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@6a9b9909{/,null,AVAILABLE}
2022-01-15 05:21:29 777 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-25] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@6a9b9909{/,null,AVAILABLE}
2022-01-15 05:21:29 777 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-11eec06b@792c3f7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-01-15 05:21:29 777 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - chain=customFilter@7f22687e==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-5866731@5866731==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-342beaf6@342beaf6==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-11eec06b@792c3f7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-01-15 05:21:29 777 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - call filter customFilter@7f22687e==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2022-01-15 05:21:29 777 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Entering.
2022-01-15 05:21:29 777 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2022-01-15 05:21:29 777 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 2692badc-fdb7-41e9-bf97-a86e5165064e
2022-01-15 05:21:29 777 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Invoking synchronously ... 
2022-01-15 05:21:29 777 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-5866731@5866731==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2022-01-15 05:21:29 777 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-342beaf6@342beaf6==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2022-01-15 05:21:29 777 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-11eec06b@792c3f7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-01-15 05:21:29 778 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@15369d73{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck)@688fb89c
2022-01-15 05:21:29 778 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@793ca5a exclude no deflater
2022-01-15 05:21:29 778 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@3892e5f1[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} complete=true committing=true callback=Blocker@5f31afe0{null}
2022-01-15 05:21:29 778 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1}
200 OK HTTP/1.1
Connection: close
Date: Sat, 15 Jan 2022 05:21:29 GMT
X-TransactionID: 2692badc-fdb7-41e9-bf97-a86e5165064e
X-InvocationID: c055c17a-6912-4487-9d8d-632af6046947
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-01-15 05:21:29 778 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@4aefa7c2[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@53b775df] (null,[p=0,l=4,c=8192,r=4],true)@START
2022-01-15 05:21:29 778 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@3892e5f1[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:29 778 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Sat, 15 Jan 2022 05:21:29 GMT
X-TransactionID: 2692badc-fdb7-41e9-bf97-a86e5165064e
X-InvocationID: c055c17a-6912-4487-9d8d-632af6046947
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-01-15 05:21:29 778 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2022-01-15 05:21:29 778 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@4aefa7c2[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@53b775df] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2022-01-15 05:21:29 778 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@7ca5bf35{IDLE}->null [HeapByteBuffer@69dd219f[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@3892e5f1[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}]
2022-01-15 05:21:29 778 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@7ca5bf35{WRITING}->null:IDLE-->WRITING
2022-01-15 05:21:29 778 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@55067a03::SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@55067a03{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=W,to=3/30000}=>HttpConnection@b8b0916[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@e185b74{s=COMPLETING}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1}
2022-01-15 05:21:29 778 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@69dd219f[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:29 778 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@3892e5f1[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:29 778 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2022-01-15 05:21:29 778 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false
2022-01-15 05:21:29 779 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@55067a03{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=W,to=3/30000}=>HttpConnection@b8b0916[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@e185b74{s=COMPLETING}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2022-01-15 05:21:29 779 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-01-15 05:21:29 779 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@55067a03{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=W,to=4/30000}=>HttpConnection@b8b0916[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@e185b74{s=COMPLETING}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2022-01-15 05:21:29 779 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@7ca5bf35{WRITING}->null
2022-01-15 05:21:29 779 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@7ca5bf35{IDLE}->null:WRITING-->IDLE
2022-01-15 05:21:29 779 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@4aefa7c2[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@53b775df] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-01-15 05:21:29 779 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@4aefa7c2[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@53b775df] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-01-15 05:21:29 779 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=4/30000}
2022-01-15 05:21:29 779 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@55067a03::SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@55067a03{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OSHUTTING,fill=-,flush=-,to=4/30000}=>HttpConnection@b8b0916[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@e185b74{s=END}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} oshut=false, ishut=false
2022-01-15 05:21:29 779 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@55067a03::SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@55067a03{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OSHUTTING,fill=-,flush=-,to=4/30000}=>HttpConnection@b8b0916[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@e185b74{s=END}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2022-01-15 05:21:29 779 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@39189195[p=0,l=0,c=0,r=0]={<<<>>>}
2022-01-15 05:21:29 779 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2022-01-15 05:21:29 779 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true
2022-01-15 05:21:29 779 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@55067a03{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OSHUTTING,fill=-,flush=-,to=4/30000}=>HttpConnection@b8b0916[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@e185b74{s=END}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2022-01-15 05:21:29 779 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-01-15 05:21:29 779 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@55067a03{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OSHUTTING,fill=-,flush=-,to=4/30000}=>HttpConnection@b8b0916[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@e185b74{s=END}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2022-01-15 05:21:29 779 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@55067a03{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OSHUTTING,fill=-,flush=-,to=4/30000}=>HttpConnection@b8b0916[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@e185b74{s=END}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@55067a03::SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@55067a03{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OSHUTTING,fill=-,flush=-,to=4/30000}=>HttpConnection@b8b0916[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@e185b74{s=END}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@68d5b6a1{SSLC.NBReadCB@55067a03{SslConnection@55067a03::SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@55067a03{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@b8b0916[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@e185b74{s=END}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}}}
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@55067a03{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@b8b0916[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@e185b74{s=END}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x00000001005f9840@ee50fda on ManagedSelector@a03529c{STARTED} id=0 keys=1 selected=0 updates=0
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@a03529c{STARTED} id=0 keys=1 selected=0 updates=1
10.233.69.104 - - [15/Jan/2022:05:21:29 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 3
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken with none selected
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken up from select, 0/0/1 selected
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff processing 0 keys, 1 updates
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 1
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x00000001005f9840@ee50fda
2022-01-15 05:21:29 780 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=f1d1e9a9-d182-4cc4-a79e-1eabe41151e0, referenceCounter=0, store size=0} on thread dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck
2022-01-15 05:21:29 780 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Exiting.
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@55067a03{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OSHUT,fill=-,flush=-,to=5/30000}=>HttpConnection@b8b0916[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@e185b74{s=END}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff waiting with 1 keys
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken up from select, 1/1/1 selected
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff processing 1 keys, 0 updates
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.server.Server][dw-25] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - unhandle HttpChannelState@4de2b771{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.69.203:9101 remote=/10.233.69.104:43856], selector=sun.nio.ch.EPollSelectorImpl@5d764dff, interestOps=1, readyOps=1 SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@55067a03{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OSHUT,fill=-,flush=-,to=5/30000}=>HttpConnection@b8b0916[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@e185b74{s=END}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@4de2b771{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@55067a03{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OSHUT,fill=-,flush=-,to=5/30000}=>HttpConnection@b8b0916[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@e185b74{s=END}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - completed HttpChannelState@4de2b771{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - unhandle HttpChannelState@4de2b771{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@4de2b771{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@55067a03{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OSHUT,fill=-,flush=-,to=5/30000}=>HttpConnection@b8b0916[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@e185b74{s=END}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://10.233.69.203:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}:runFillable:BLOCKING
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=0} tryExecute EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=3680]@2022-01-15T05:21:29.780622Z
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=0/1,p=0}@58c590a offer EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=3680]@2022-01-15T05:21:29.780656Z
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - recycle HttpChannelState@4de2b771{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=0/1,p=1} startReservedThread p=1
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - queue ReservedThreadExecutor@66020d69{s=0/1,p=1}@21c57424 startThread=0
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - CONTENT --> CLOSE
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=0/1,p=1}@58c590a task=EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=3680]@2022-01-15T05:21:29.780742Z
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-22] invocationID:{InvocationID} - EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=3680]@2022-01-15T05:21:29.780723Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@55067a03{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OSHUT,fill=-,flush=-,to=5/30000}=>HttpConnection@b8b0916[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=3681]@2022-01-15T05:21:29.78078Z tryProduce true
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >fill SslConnection@55067a03::SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@55067a03{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OSHUT,fill=-,flush=-,to=5/30000}=>HttpConnection@b8b0916[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run ReservedThreadExecutor@66020d69{s=0/1,p=1}@21c57424 in InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=1}]
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=1}@21c57424 started
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=0}@21c57424 waiting
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - fillable FillInterest@68d5b6a1{SSLC.NBReadCB@55067a03{SslConnection@55067a03::SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@55067a03{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OSHUT,fill=-,flush=-,to=5/30000}=>HttpConnection@b8b0916[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 24 HeapByteBuffer@20de5f31[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\x96\xF3+/\xDeC\xAd%Z\xBbj[\xA0\x8f\x87$;<\xE0>>>\xD0%R\x8f\xB8^g\xAcL...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=24
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@55067a03{NEED_UNWRAP,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OSHUT,fill=-,flush=-,to=5/30000}=>HttpConnection@b8b0916[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff waiting with 1 keys
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - unwrap net_filled=24 Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 24 bytesProduced = 0 encryptedBuffer=[p=24,l=24,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#R\x95\x95}...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#R\x95\x95}...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >c.onFillable SslConnection@55067a03::SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@55067a03{NOT_HANDSHAKING,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OSHUT,fill=-,flush=-,to=5/30000}=>HttpConnection@b8b0916[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OSHUT,fill=-,flush=-,to=5/30000}
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close(null) DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OSHUT,fill=-,flush=-,to=5/30000}
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@55067a03{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OSHUT,fill=-,flush=-,to=5/30000}=>HttpConnection@b8b0916[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2022-01-15 05:21:29 780 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@b8b0916::DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,CLOSED,fill=-,flush=-,to=5/30000} filled -1 HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#R\x95\x95}...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,CLOSED,fill=-,flush=-,to=5/30000}
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - shutdownOutput: SslConnection@55067a03::SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@55067a03{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@b8b0916[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close(null) DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,CLOSED,fill=-,flush=-,to=5/30000}
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@b8b0916::DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,CLOSED,fill=-,flush=-,to=5/30000} parse HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#R\x95\x95}...\x00\x00\x00\x00\x00\x00\x00} {}
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@3495c7bd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#R\x95\x95}...\x00\x00\x00\x00\x00\x00\x00}
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - ensureFillInterested SslConnection@55067a03::SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@55067a03{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@b8b0916[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - CLOSE --> CLOSED
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@b8b0916::DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,CLOSED,fill=-,flush=-,to=6/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@b8b0916::DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,CLOSED,fill=-,flush=-,to=6/30000}
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,CLOSED,fill=-,flush=-,to=6/30000}
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - interested FillInterest@68d5b6a1{SSLC.NBReadCB@55067a03{SslConnection@55067a03::SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@55067a03{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@b8b0916[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@b8b0916::DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,CLOSED,fill=-,flush=-,to=6/30000} onFillable exit HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@55067a03{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@b8b0916[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x00000001005f9840@ee50fda on ManagedSelector@a03529c{STARTED} id=0 keys=1 selected=0 updates=0
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@55067a03{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@b8b0916[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@a03529c{STARTED} id=0 keys=1 selected=0 updates=1
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=0}@6241763e size 1 > capacity
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran ReservedThreadExecutor@66020d69{s=1/1,p=0}@6241763e in InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}]
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken with none selected
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken up from select, 0/0/1 selected
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff processing 0 keys, 1 updates
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x00000001005f9840@ee50fda
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@55067a03{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@b8b0916[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@55067a03{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@b8b0916[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@55067a03{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@b8b0916[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - doClose SocketChannelEndPoint@6c8bf5d9{l=/10.233.69.203:9101,r=/10.233.69.104:43856,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@55067a03{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=/10.233.69.203:9101,r=/10.233.69.104:43856,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@b8b0916[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff waiting with 1 keys
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken up from select, 1/1/1 selected
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff processing 1 keys, 0 updates
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector loop ignoring invalid key for channel java.nio.channels.SocketChannel[closed]
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close SocketChannelEndPoint@6c8bf5d9{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@55067a03{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@b8b0916[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - onClose FillInterest@68d5b6a1{SSLC.NBReadCB@55067a03{SslConnection@55067a03::SocketChannelEndPoint@6c8bf5d9{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@55067a03{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@b8b0916[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@6c8bf5d9{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@55067a03{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@b8b0916[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - onFillableFail SslConnection@55067a03::SocketChannelEndPoint@6c8bf5d9{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@55067a03{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@b8b0916[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 1 -> 1 on SocketChannelEndPoint@6c8bf5d9{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@55067a03{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@b8b0916[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff waiting with 1 keys
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - onFail FillInterest@5d882018{null}
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.FillInterest.onClose(FillInterest.java:150)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:355)
	at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:227)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1366)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:396)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Wakeup ManagedSelector@a03529c{STARTED} id=0 keys=0 selected=0 updates=0
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@829a3ce startThread=0
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken with none selected
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken up from select, 0/0/0 selected
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff processing 0 keys, 0 updates
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - onClose FillInterest@5d882018{null}
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff waiting with 0 keys
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@829a3ce in InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}]
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - onFillable SslConnection@55067a03::SocketChannelEndPoint@6c8bf5d9{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@55067a03{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@b8b0916[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - fillable FillInterest@5d882018{null}
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - FillInterest@5d882018{null} lost race null
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@6c8bf5d9{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@55067a03{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@b8b0916[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - SslConnection@55067a03{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@b8b0916[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=0}@70509a50 size 1 > capacity
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onClose HttpConnection@b8b0916::DecryptedEndPoint@7e74b629{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000}
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - ran ReservedThreadExecutor@66020d69{s=1/1,p=0}@70509a50 in InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}]
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onClose SslConnection@55067a03::SocketChannelEndPoint@6c8bf5d9{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@55067a03{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7e74b629{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@b8b0916[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@e185b74{s=START}]=>HttpChannelOverHttp@37b63785{s=HttpChannelState@4de2b771{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:29 781 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@829a3ce in InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}]
2022-01-15 05:21:31 993 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@4e64e046] obtained in 0 millis
2022-01-15 05:21:31 993 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -   simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@3316b443, maxRows=0, fetchSize=0, flags=16
2022-01-15 05:21:31 993 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Bind(stmt=S_4,portal=null)
2022-01-15 05:21:31 993 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Execute(portal=null,limit=0)
2022-01-15 05:21:31 993 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Sync
2022-01-15 05:21:31 995 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE BindComplete [unnamed]
2022-01-15 05:21:31 995 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE DataRow(len=51)
2022-01-15 05:21:31 995 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE CommandStatus(SELECT 1)
2022-01-15 05:21:31 995 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE ReadyForQuery(I)
2022-01-15 05:21:31 995 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - statement:[/* EngineEntityDao.getAllEntities */ SELECT * FROM ENGINE_ENTITY] took 1 millis
2022-01-15 05:21:31 995 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} -   getString columnIndex: 2
2022-01-15 05:21:31 995 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} -   getInt columnIndex: 3
2022-01-15 05:21:31 995 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} -   getLong columnIndex: 4
2022-01-15 05:21:31 995 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@4e64e046] released
2022-01-15 05:21:31 995 INFO  [org.onap.holmes.rulemgt.RuleAllocator][RuleAllocatorTimer] invocationID:{InvocationID} - There are 1 engine instance(s) running currently.
2022-01-15 05:21:31 995 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@11924d88] obtained in 0 millis
2022-01-15 05:21:31 995 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -   simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@59cae90f, maxRows=0, fetchSize=0, flags=16
2022-01-15 05:21:31 995 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Bind(stmt=S_5,portal=null)
2022-01-15 05:21:31 995 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Execute(portal=null,limit=0)
2022-01-15 05:21:31 995 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Sync
2022-01-15 05:21:31 996 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE BindComplete [unnamed]
2022-01-15 05:21:31 996 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE DataRow(len=18)
2022-01-15 05:21:31 996 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE CommandStatus(SELECT 1)
2022-01-15 05:21:31 996 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE ReadyForQuery(I)
2022-01-15 05:21:31 996 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - statement:[/* EngineEntityDao.getLegacyEngines */ SELECT DISTINCT(ENGINEINSTANCE) FROM APLUS_RULE] took 1 millis
2022-01-15 05:21:31 997 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} -   getString columnIndex: 1
2022-01-15 05:21:31 997 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@11924d88] released
2022-01-15 05:21:31 997 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@4d9d297e] obtained in 0 millis
2022-01-15 05:21:31 997 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -   simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@5ba183fb, maxRows=0, fetchSize=0, flags=16
2022-01-15 05:21:31 997 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Bind(stmt=S_7,portal=null,$1=<'holmes-engine-mgmt'>,type=VARCHAR)
2022-01-15 05:21:31 997 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Execute(portal=null,limit=0)
2022-01-15 05:21:31 997 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Sync
2022-01-15 05:21:31 998 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE BindComplete [unnamed]
2022-01-15 05:21:31 998 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE DataRow(len=3,966)
2022-01-15 05:21:31 998 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE CommandStatus(SELECT 1)
2022-01-15 05:21:31 998 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE ReadyForQuery(I)
2022-01-15 05:21:31 998 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - statement:[/* CorrelationRuleDao.queryRuleByEngineInstance */ SELECT * FROM APLUS_RULE WHERE engineinstance=?] took 0 millis
2022-01-15 05:21:31 998 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} -   getString columnIndex: 2
2022-01-15 05:21:31 998 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} -   getString columnIndex: 1
2022-01-15 05:21:31 998 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} -   getString columnIndex: 4
2022-01-15 05:21:31 998 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} -   getInt columnIndex: 5
2022-01-15 05:21:31 998 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} -   getInt columnIndex: 6
2022-01-15 05:21:31 998 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} -   getString columnIndex: 7
2022-01-15 05:21:31 998 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} -   getString columnIndex: 8
2022-01-15 05:21:31 998 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} -   getString columnIndex: 9
2022-01-15 05:21:31 998 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} -   getString columnIndex: 11
2022-01-15 05:21:31 998 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} -   getObject columnIndex: 13
2022-01-15 05:21:31 998 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} -   getString columnIndex: 14
2022-01-15 05:21:31 998 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} -   getString columnIndex: 15
2022-01-15 05:21:31 998 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} -   getString columnIndex: 17
2022-01-15 05:21:31 998 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} -   getString columnIndex: 3
2022-01-15 05:21:31 998 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} -   getString columnIndex: 16
2022-01-15 05:21:31 998 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@4d9d297e] released
2022-01-15 05:21:39 764 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@1bec1589-RuleActiveApp@5463f035{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@178340a3[java.nio.channels.SocketChannel[connected local=/10.233.69.203:9101 remote=/10.233.69.104:43934]] on ManagedSelector@a03529c{STARTED} id=0 keys=0 selected=0 updates=0
2022-01-15 05:21:39 764 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@1bec1589-RuleActiveApp@5463f035{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@a03529c{STARTED} id=0 keys=0 selected=0 updates=1
2022-01-15 05:21:39 765 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken with none selected
2022-01-15 05:21:39 765 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken up from select, 0/0/0 selected
2022-01-15 05:21:39 765 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff processing 0 keys, 1 updates
2022-01-15 05:21:39 765 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1
2022-01-15 05:21:39 765 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update Accept@178340a3[java.nio.channels.SocketChannel[connected local=/10.233.69.203:9101 remote=/10.233.69.104:43934]]
2022-01-15 05:21:39 765 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue Accept@178340a3[java.nio.channels.SocketChannel[connected local=/10.233.69.203:9101 remote=/10.233.69.104:43934]] startThread=0
2022-01-15 05:21:39 765 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2022-01-15 05:21:39 765 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff waiting with 1 keys
2022-01-15 05:21:39 765 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run Accept@178340a3[java.nio.channels.SocketChannel[connected local=/10.233.69.203:9101 remote=/10.233.69.104:43934]] in InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}]
2022-01-15 05:21:39 765 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-28] invocationID:{InvocationID} - SocketChannelEndPoint@42ea2689{l=/10.233.69.203:9101,r=/10.233.69.104:43934,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-01-15 05:21:39 765 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-28] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@5e7e462c
2022-01-15 05:21:39 765 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - new HttpChannelOverHttp@1bdb93fc{s=HttpChannelState@3de6c482{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@2e2b73d9{l=/10.233.69.203:9101,r=/10.233.69.104:43934,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@3de6c482{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-01-15 05:21:39 765 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - New HTTP Connection HttpConnection@2c81f16::DecryptedEndPoint@2e2b73d9{l=/10.233.69.203:9101,r=/10.233.69.104:43934,OPEN,fill=-,flush=-,to=0/30000}
2022-01-15 05:21:39 765 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$509/0x0000000100638440@45cb38c0 on ManagedSelector@a03529c{STARTED} id=0 keys=1 selected=0 updates=0
2022-01-15 05:21:39 765 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@42ea2689{l=/10.233.69.203:9101,r=/10.233.69.104:43934,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4e02362f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2e2b73d9{l=/10.233.69.203:9101,r=/10.233.69.104:43934,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@2c81f16[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3bc2218d{s=START}]=>HttpChannelOverHttp@1bdb93fc{s=HttpChannelState@3de6c482{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:39 766 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onOpen SslConnection@4e02362f::SocketChannelEndPoint@42ea2689{l=/10.233.69.203:9101,r=/10.233.69.104:43934,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4e02362f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2e2b73d9{l=/10.233.69.203:9101,r=/10.233.69.104:43934,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@2c81f16[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3bc2218d{s=START}]=>HttpChannelOverHttp@1bdb93fc{s=HttpChannelState@3de6c482{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:39 766 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onOpen HttpConnection@2c81f16::DecryptedEndPoint@2e2b73d9{l=/10.233.69.203:9101,r=/10.233.69.104:43934,OPEN,fill=-,flush=-,to=0/30000}
2022-01-15 05:21:39 766 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - fillInterested HttpConnection@2c81f16::DecryptedEndPoint@2e2b73d9{l=/10.233.69.203:9101,r=/10.233.69.104:43934,OPEN,fill=-,flush=-,to=0/30000}
2022-01-15 05:21:39 766 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@7930a94c{AC.ReadCB@2c81f16{HttpConnection@2c81f16::DecryptedEndPoint@2e2b73d9{l=/10.233.69.203:9101,r=/10.233.69.104:43934,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-01-15 05:21:39 766 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@4e02362f::SocketChannelEndPoint@42ea2689{l=/10.233.69.203:9101,r=/10.233.69.104:43934,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4e02362f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2e2b73d9{l=/10.233.69.203:9101,r=/10.233.69.104:43934,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2c81f16[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3bc2218d{s=START}]=>HttpChannelOverHttp@1bdb93fc{s=HttpChannelState@3de6c482{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:39 766 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - SslConnection@4e02362f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2e2b73d9{l=/10.233.69.203:9101,r=/10.233.69.104:43934,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2c81f16[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3bc2218d{s=START}]=>HttpChannelOverHttp@1bdb93fc{s=HttpChannelState@3de6c482{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:39 766 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@65a19392{SSLC.NBReadCB@4e02362f{SslConnection@4e02362f::SocketChannelEndPoint@42ea2689{l=/10.233.69.203:9101,r=/10.233.69.104:43934,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4e02362f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2e2b73d9{l=/10.233.69.203:9101,r=/10.233.69.104:43934,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2c81f16[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3bc2218d{s=START}]=>HttpChannelOverHttp@1bdb93fc{s=HttpChannelState@3de6c482{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-01-15 05:21:39 766 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@42ea2689{l=/10.233.69.203:9101,r=/10.233.69.104:43934,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@4e02362f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2e2b73d9{l=/10.233.69.203:9101,r=/10.233.69.104:43934,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2c81f16[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3bc2218d{s=START}]=>HttpChannelOverHttp@1bdb93fc{s=HttpChannelState@3de6c482{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:39 766 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x00000001005f9840@3acd7247 on ManagedSelector@a03529c{STARTED} id=0 keys=1 selected=0 updates=1
2022-01-15 05:21:39 766 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@a03529c{STARTED} id=0 keys=1 selected=0 updates=2
2022-01-15 05:21:39 766 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Created SocketChannelEndPoint@42ea2689{l=/10.233.69.203:9101,r=/10.233.69.104:43934,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@4e02362f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2e2b73d9{l=/10.233.69.203:9101,r=/10.233.69.104:43934,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2c81f16[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3bc2218d{s=START}]=>HttpChannelOverHttp@1bdb93fc{s=HttpChannelState@3de6c482{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:39 766 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran Accept@178340a3[java.nio.channels.SocketChannel[connected local=/10.233.69.203:9101 remote=/10.233.69.104:43934]] in InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}]
2022-01-15 05:21:39 766 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken with none selected
2022-01-15 05:21:39 767 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken up from select, 0/0/1 selected
2022-01-15 05:21:39 767 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff processing 0 keys, 2 updates
2022-01-15 05:21:39 767 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 2
2022-01-15 05:21:39 767 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$509/0x0000000100638440@45cb38c0
2022-01-15 05:21:39 767 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x00000001005f9840@3acd7247
2022-01-15 05:21:39 767 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@42ea2689{l=/10.233.69.203:9101,r=/10.233.69.104:43934,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@4e02362f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2e2b73d9{l=/10.233.69.203:9101,r=/10.233.69.104:43934,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2c81f16[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3bc2218d{s=START}]=>HttpChannelOverHttp@1bdb93fc{s=HttpChannelState@3de6c482{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:39 767 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2022-01-15 05:21:39 767 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff waiting with 1 keys
2022-01-15 05:21:39 767 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff woken up from select, 1/1/1 selected
2022-01-15 05:21:39 767 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5d764dff processing 1 keys, 0 updates
2022-01-15 05:21:39 767 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.69.203:9101 remote=/10.233.69.104:43934], selector=sun.nio.ch.EPollSelectorImpl@5d764dff, interestOps=1, readyOps=1 SocketChannelEndPoint@42ea2689{l=/10.233.69.203:9101,r=/10.233.69.104:43934,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@4e02362f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2e2b73d9{l=/10.233.69.203:9101,r=/10.233.69.104:43934,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2c81f16[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3bc2218d{s=START}]=>HttpChannelOverHttp@1bdb93fc{s=HttpChannelState@3de6c482{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2022-01-15 05:21:39 767 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@42ea2689{l=/10.233.69.203:9101,r=/10.233.69.104:43934,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4e02362f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2e2b73d9{l=/10.233.69.203:9101,r=/10.233.69.104:43934,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2c81f16[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3bc2218d{s=START}]=>HttpChannelOverHttp@1bdb93fc{s=HttpChannelState@3de6c482{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-01-15 05:21:39 767 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@42ea2689{l=/10.233.69.203:9101,r=/10.233.69.104:43934,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4e02362f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2e2b73d9{l=/10.233.69.203:9101,r=/10.233.69.104:43934,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2c81f16[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3bc2218d{s=START}]=>HttpChannelOverHttp@1bdb93fc{s=HttpChannelState@3de6c482{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-01-15 05:21:39 767 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=0} tryExecute EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=3681]@2022-01-15T05:21:39.767689Z
2022-01-15 05:21:39 767 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=0/1,p=0}@21c57424 offer EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=3681]@2022-01-15T05:21:39.767742Z
2022-01-15 05:21:39 767 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=0/1,p=1} startReservedThread p=1
2022-01-15 05:21:39 767 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue ReservedThreadExecutor@66020d69{s=0/1,p=1}@78d7b8db startThread=0
2022-01-15 05:21:39 767 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - run ReservedThreadExecutor@66020d69{s=0/1,p=1}@78d7b8db in InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=1}]
2022-01-15 05:21:39 767 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=1}@78d7b8db started
2022-01-15 05:21:39 767 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=1/1,p=0}@78d7b8db waiting
2022-01-15 05:21:39 767 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@66020d69{s=0/1,p=1}@21c57424 task=EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=3681]@2022-01-15T05:21:39.767906Z
2022-01-15 05:21:39 767 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=3681]@2022-01-15T05:21:39.767839Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@42ea2689{l=/10.233.69.203:9101,r=/10.233.69.104:43934,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4e02362f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2e2b73d9{l=/10.233.69.203:9101,r=/10.233.69.104:43934,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2c81f16[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3bc2218d{s=START}]=>HttpChannelOverHttp@1bdb93fc{s=HttpChannelState@3de6c482{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-01-15 05:21:39 767 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@344f9467/SelectorProducer@2b5f8e61/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@7d50f2a8{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@66020d69{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=3681]@2022-01-15T05:21:39.767968Z tryProduce true
2022-01-15 05:21:39 767 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0
2022-01-15 05:21:39 767 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2022-01-15 05:21:39 768 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@65a19392{SSLC.NBReadCB@4e02362f{SslConnection@4e02362f::SocketChannelEndPoint@42ea2689{l=/10.233.69.203:9101,r=/10.233.69.104:43934,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4e02362f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2e2b73d9{l=/10.233.69.203:9101,r=/10.233.69.104:43934,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2c81f16[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3bc2218d{s=START}]=>HttpChannelOverHttp@1bdb93fc{s=HttpChannelState@3de6c482{s=IDLE rs=BLOCKING os=OPEN is=IDL