adobe / S3Mock

A simple mock implementation of the AWS S3 API startable as Docker image, TestContainer, JUnit 4 rule, JUnit Jupiter extension or TestNG listener
Apache License 2.0
842 stars 180 forks source link

Completed 406 NOT_ACCEPTABLE when using Cloudflare Image Resizing #1208

Closed sampotts closed 1 year ago

sampotts commented 1 year ago

We tried to use Cloudflare's Image Resizing service through a tunnel to our local machines. Accessing the images directly (bypassing the Image Resizing service) works fine. When we add the extra path in the URL for the image resizing (which will request the image, resize it and cache it) we get a 406 error:

ERROR 9408: Could not fetch the image — the server returned HTTP error 406 Not Acceptable

In the S3Mock logs I see this when using debug mode:

released-app-s3-local-1        | 2023-07-05 00:30:01.546  INFO 1 --- [           main] c.a.testing.s3mock.S3MockApplication     : Started S3MockApplication in 1.864 seconds (JVM running for 2.279)
released-app-s3-local-1        | 2023-07-05 00:30:01.556 DEBUG 1 --- [           main] o.s.b.a.ApplicationAvailabilityBean      : Application availability state LivenessState changed to CORRECT
released-app-s3-local-1        | 2023-07-05 00:30:01.557 DEBUG 1 --- [           main] o.s.b.a.ApplicationAvailabilityBean      : Application availability state ReadinessState changed to ACCEPTING_TRAFFIC
released-app-s3-local-1        | 2023-07-05 00:30:06.622 DEBUG 1 --- [tp1971519316-23] o.s.web.servlet.DispatcherServlet        : GET "/path/to/image.jpg", parameters={}
released-app-s3-local-1        | 2023-07-05 00:30:06.642 DEBUG 1 --- [tp1971519316-23] o.s.w.s.m.m.a.HttpEntityMethodProcessor  : Using 'image/jpeg', given [image/jpeg, image/png, image/gif;q=0.1, image/*;q=0.1] and supported [*/*]
released-app-s3-local-1        | 2023-07-05 00:30:06.643 DEBUG 1 --- [tp1971519316-23] o.s.web.servlet.DispatcherServlet        : Completed 406 NOT_ACCEPTABLE

It doesn't really give me much info but hoping there's something I can configure here to get this working.

Unfortunately, I can't provide the URLs for testing, given this is public but the difference being:

https://example.com/path/to/image.jpg

The above would go through the tunnel and S3Mock returns the image. This works fine.

https://example.com/cdn-cgi/image/format=auto,fit=cover,width=720,height=405,dpr=2/path/to/image.jpg

This example would go through the Cloudflare image service and return a resized image. It throws the 406 error from S3Mock.

I've tried using two different tunnels:

Both experience the same issue.

afranken commented 1 year ago

@sampotts

Using 'image/jpeg', given [image/jpeg, image/png, image/gif;q=0.1, image/*;q=0.1] and supported [*/*]
Completed 406 NOT_ACCEPTABLE

406 NOT_ACCEPTABLE usually indicates that you're requesting an unsupported mediatype. But getObject supports all types, as can be seen in the log as well.

I don't understand the use-case enough to test myself, you could try and use trace=true to enable Spring Boot's trace logging. Maybe you'll find some indication of where the source of the problem is.

sampotts commented 1 year ago

Sure, here's some logs with trace=true for a few requests that fail.

Logs
released-app-s3-local-1        | 2023-07-05 06:04:47.724 DEBUG 1 --- [qtp273077527-29] org.eclipse.jetty.io.ManagedSelector     : Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$843/0x0000000100551000@fe3835d on ManagedSelector@58f174d9{STARTED} id=0 keys=2 selected=1 updates=1
released-app-s3-local-1        | 2023-07-05 06:04:47.724 TRACE 1 --- [qtp273077527-32] o.s.web.servlet.DispatcherServlet        : GET "/released-dev-public/post/6cf944cc-a5d9-4f07-9fd0-5ac575eb33e3/70efbb59-e53a-4dcd-858c-e9c0cf33418a.jpg", parameters={}, headers={masked} in DispatcherServlet 'dispatcherServlet'
released-app-s3-local-1        | 2023-07-05 06:04:47.724 DEBUG 1 --- [qtp273077527-29] org.eclipse.jetty.io.ManagedSelector     : Created SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->HttpConnection@7ec4e534[p=HttpParser{s=START,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.724 DEBUG 1 --- [qtp273077527-29] o.e.jetty.util.thread.QueuedThreadPool   : ran Accept@63cf003c[java.nio.channels.SocketChannel[connected local=/172.19.0.3:9090 remote=/172.19.0.1:56904]] in QueuedThreadPool[qtp273077527]@1046d517{STARTED,8<=15<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@189aa67a{reserved=3/5,pending=0}]
released-app-s3-local-1        | 2023-07-05 06:04:47.724 DEBUG 1 --- [qtp273077527-23] o.e.jetty.util.thread.QueuedThreadPool   : queue Accept@63cf003c[java.nio.channels.SocketChannel[connected local=/172.19.0.3:9090 remote=/172.19.0.1:56904]] startThread=0
released-app-s3-local-1        | 2023-07-05 06:04:47.724 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.io.ManagedSelector     : updates 2
released-app-s3-local-1        | 2023-07-05 06:04:47.724 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.io.ManagedSelector     : wakeup on updates SelectorProducer@2f6bcf87
released-app-s3-local-1        | 2023-07-05 06:04:47.724 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.io.ChannelEndPoint     : Key interests updated 1 -> 0 on SocketChannelEndPoint@7074e69f{l=/172.19.0.3:9090,r=/172.19.0.1:56890,OPEN,fill=-,flush=-,to=23/30000}{io=0/0,kio=0,kro=1}->HttpConnection@97c3048[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@13ff773{s=START}]=>HttpChannelOverHttp@17c90840{s=HttpChannelState@43fc5179{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:9090/released-dev-public/post/6cf944cc-a5d9-4f07-9fd0-5ac575eb33e3/70efbb59-e53a-4dcd-858c-e9c0cf33418a.jpg,age=9}
released-app-s3-local-1        | 2023-07-05 06:04:47.724 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.io.ManagedSelector     : Selector sun.nio.ch.EPollSelectorImpl@36f9e1c0 waiting with 2 keys
released-app-s3-local-1        | 2023-07-05 06:04:47.724 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.io.ManagedSelector     : Selector sun.nio.ch.EPollSelectorImpl@36f9e1c0 woken with none selected
released-app-s3-local-1        | 2023-07-05 06:04:47.724 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.io.ManagedSelector     : Selector sun.nio.ch.EPollSelectorImpl@36f9e1c0 woken up from select, 0/0/2 selected
released-app-s3-local-1        | 2023-07-05 06:04:47.724 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.io.ManagedSelector     : Selector sun.nio.ch.EPollSelectorImpl@36f9e1c0 processing 0 keys, 2 updates
released-app-s3-local-1        | 2023-07-05 06:04:47.724 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.io.ManagedSelector     : updateable 2
released-app-s3-local-1        | 2023-07-05 06:04:47.724 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.io.ManagedSelector     : update org.eclipse.jetty.io.ManagedSelector$$Lambda$852/0x0000000100566b50@5f5143e6
released-app-s3-local-1        | 2023-07-05 06:04:47.724 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.io.ManagedSelector     : update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$843/0x0000000100551000@fe3835d
released-app-s3-local-1        | 2023-07-05 06:04:47.724 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.io.ChannelEndPoint     : Key interests updated 0 -> 1 on SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->HttpConnection@7ec4e534[p=HttpParser{s=START,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.724 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.io.ManagedSelector     : updates 0
released-app-s3-local-1        | 2023-07-05 06:04:47.724 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.io.ManagedSelector     : Selector sun.nio.ch.EPollSelectorImpl@36f9e1c0 waiting with 2 keys
released-app-s3-local-1        | 2023-07-05 06:04:47.724 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.io.ManagedSelector     : Selector sun.nio.ch.EPollSelectorImpl@36f9e1c0 woken up from select, 1/1/2 selected
released-app-s3-local-1        | 2023-07-05 06:04:47.724 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.io.ManagedSelector     : Selector sun.nio.ch.EPollSelectorImpl@36f9e1c0 processing 1 keys, 0 updates
released-app-s3-local-1        | 2023-07-05 06:04:47.724 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.io.ManagedSelector     : selected 1 channel=java.nio.channels.SocketChannel[connected local=/172.19.0.3:9090 remote=/172.19.0.1:56904], selector=sun.nio.ch.EPollSelectorImpl@36f9e1c0, interestOps=1, readyOps=1 SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@7ec4e534[p=HttpParser{s=START,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{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}
released-app-s3-local-1        |
released-app-s3-local-1        | 2023-07-05 06:04:47.724 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.server.HttpConnection  : HttpConnection@42b261f7::SocketChannelEndPoint@36f1c94b{l=/172.19.0.3:9090,r=/172.19.0.1:56896,OPEN,fill=-,flush=-,to=24/30000}{io=0/0,kio=0,kro=1}->HttpConnection@42b261f7[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2412fad1{s=START}]=>HttpChannelOverHttp@7964e327{s=HttpChannelState@61c03780{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//localhost:9090/released-dev-public/post/df8cc8eb-e41c-46fa-a4b7-95ada5c891af/0d24a153-4208-4d92-a146-52c4de63b8c8.jpg,age=1} parsed true HttpParser{s=CONTENT,0 of -1}
released-app-s3-local-1        | 2023-07-05 06:04:47.724 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.server.HttpConnection  : releaseRequestBuffer HttpConnection@42b261f7::SocketChannelEndPoint@36f1c94b{l=/172.19.0.3:9090,r=/172.19.0.1:56896,OPEN,fill=-,flush=-,to=24/30000}{io=0/0,kio=0,kro=1}->HttpConnection@42b261f7[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2412fad1{s=START}]=>HttpChannelOverHttp@7964e327{s=HttpChannelState@61c03780{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//localhost:9090/released-dev-public/post/df8cc8eb-e41c-46fa-a4b7-95ada5c891af/0d24a153-4208-4d92-a146-52c4de63b8c8.jpg,age=1}
released-app-s3-local-1        | 2023-07-05 06:04:47.724 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.server.HttpChannel     : handle //localhost:9090/released-dev-public/post/df8cc8eb-e41c-46fa-a4b7-95ada5c891af/0d24a153-4208-4d92-a146-52c4de63b8c8.jpg HttpChannelOverHttp@7964e327{s=HttpChannelState@61c03780{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//localhost:9090/released-dev-public/post/df8cc8eb-e41c-46fa-a4b7-95ada5c891af/0d24a153-4208-4d92-a146-52c4de63b8c8.jpg,age=1}
released-app-s3-local-1        | 2023-07-05 06:04:47.724 DEBUG 1 --- [qtp273077527-33] o.eclipse.jetty.server.HttpChannelState  : handling HttpChannelState@61c03780{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
released-app-s3-local-1        | 2023-07-05 06:04:47.724 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.server.HttpChannel     : action DISPATCH HttpChannelOverHttp@7964e327{s=HttpChannelState@61c03780{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:9090/released-dev-public/post/df8cc8eb-e41c-46fa-a4b7-95ada5c891af/0d24a153-4208-4d92-a146-52c4de63b8c8.jpg,age=1}
released-app-s3-local-1        | 2023-07-05 06:04:47.724 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.server.Server          : REQUEST GET /released-dev-public/post/df8cc8eb-e41c-46fa-a4b7-95ada5c891af/0d24a153-4208-4d92-a146-52c4de63b8c8.jpg on HttpChannelOverHttp@7964e327{s=HttpChannelState@61c03780{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:9090/released-dev-public/post/df8cc8eb-e41c-46fa-a4b7-95ada5c891af/0d24a153-4208-4d92-a146-52c4de63b8c8.jpg,age=1}
released-app-s3-local-1        | 2023-07-05 06:04:47.724 DEBUG 1 --- [qtp273077527-33] o.e.jetty.server.handler.ContextHandler  : scope null||/released-dev-public/post/df8cc8eb-e41c-46fa-a4b7-95ada5c891af/0d24a153-4208-4d92-a146-52c4de63b8c8.jpg @ o.s.b.w.e.j.JettyEmbeddedWebAppContext@5a1de7fb{application,/,[file:///tmp/jetty-docbase.9191.542398026241697576/],AVAILABLE}
released-app-s3-local-1        | 2023-07-05 06:04:47.724 DEBUG 1 --- [qtp273077527-33] o.e.jetty.server.handler.ContextHandler  : context=||/released-dev-public/post/df8cc8eb-e41c-46fa-a4b7-95ada5c891af/0d24a153-4208-4d92-a146-52c4de63b8c8.jpg @ o.s.b.w.e.j.JettyEmbeddedWebAppContext@5a1de7fb{application,/,[file:///tmp/jetty-docbase.9191.542398026241697576/],AVAILABLE}
released-app-s3-local-1        | 2023-07-05 06:04:47.724 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.server.session         : Entering scope org.eclipse.jetty.server.session.SessionHandler1859383896==dftMaxIdleSec=1800, dispatch=REQUEST asyncstarted=false
released-app-s3-local-1        | 2023-07-05 06:04:47.724 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.server.session         : sessionHandler=org.eclipse.jetty.server.session.SessionHandler1859383896==dftMaxIdleSec=1800 session=null
released-app-s3-local-1        | 2023-07-05 06:04:47.724 DEBUG 1 --- [qtp273077527-33] o.eclipse.jetty.servlet.ServletHandler   : servlet |/released-dev-public/post/df8cc8eb-e41c-46fa-a4b7-95ada5c891af/0d24a153-4208-4d92-a146-52c4de63b8c8.jpg|null -> dispatcherServlet==org.springframework.web.servlet.DispatcherServlet@7ef5559e{jsp=null,order=-1,inst=true,async=true,src=JAVAX_API:null,STARTED}
released-app-s3-local-1        | 2023-07-05 06:04:47.724 DEBUG 1 --- [qtp273077527-33] o.eclipse.jetty.servlet.ServletHandler   : chain=Chain@25fa5532(characterEncodingFilter==org.springframework.boot.web.servlet.filter.OrderedCharacterEncodingFilter@47db5fa5{inst=true,async=true,src=JAVAX_API:null})->Chain@5e0bff17(webMvcMetricsFilter==org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter@40f1be1b{inst=true,async=true,src=JAVAX_API:null})->Chain@12c72e23(httpPutFormContentFilter==com.adobe.testing.s3mock.S3MockConfiguration$1@7a791b66{inst=true,async=true,src=JAVAX_API:null})->Chain@6f9af31a(requestContextFilter==org.springframework.boot.web.servlet.filter.OrderedRequestContextFilter@6f2cb653{inst=true,async=true,src=JAVAX_API:null})->Chain@18be781e(kmsFilter==com.adobe.testing.s3mock.KmsValidationFilter@14c01636{inst=true,async=true,src=JAVAX_API:null})->ChainEnd@194cdf59(dispatcherServlet==org.springframework.web.servlet.DispatcherServlet@7ef5559e{jsp=null,order=-1,inst=true,async=true,src=JAVAX_API:null,STARTED})
released-app-s3-local-1        | 2023-07-05 06:04:47.724 TRACE 1 --- [qtp273077527-33] o.s.b.w.s.f.OrderedRequestContextFilter  : Bound request context to thread: Request(GET //localhost:9090/released-dev-public/post/df8cc8eb-e41c-46fa-a4b7-95ada5c891af/0d24a153-4208-4d92-a146-52c4de63b8c8.jpg)@4ed23303
released-app-s3-local-1        | 2023-07-05 06:04:47.724 TRACE 1 --- [qtp273077527-33] o.s.web.servlet.DispatcherServlet        : GET "/released-dev-public/post/df8cc8eb-e41c-46fa-a4b7-95ada5c891af/0d24a153-4208-4d92-a146-52c4de63b8c8.jpg", parameters={}, headers={masked} in DispatcherServlet 'dispatcherServlet'
released-app-s3-local-1        | 2023-07-05 06:04:47.724 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.io.ChannelEndPoint     : onSelected 1->0 r=true w=false for SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@7ec4e534[p=HttpParser{s=START,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.724 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.io.ChannelEndPoint     : task CEP:SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->HttpConnection@7ec4e534[p=HttpParser{s=START,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{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
released-app-s3-local-1        | 2023-07-05 06:04:47.724 DEBUG 1 --- [qtp273077527-23] o.e.j.u.thread.ReservedThreadExecutor    : ReservedThreadExecutor@189aa67a{reserved=3/5,pending=0} tryExecute EatWhatYouKill@417ad4f3/SelectorProducer@2f6bcf87/PRODUCING/p=false/QueuedThreadPool[qtp273077527]@1046d517{STARTED,8<=15<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@189aa67a{reserved=3/5,pending=0}][pc=0,pic=0,pec=2,epc=7]@2023-07-05T06:04:47.724798256Z
released-app-s3-local-1        | 2023-07-05 06:04:47.724 DEBUG 1 --- [qtp273077527-24] o.e.j.u.thread.ReservedThreadExecutor    : ReservedThread@512e8606{RESERVED,thread=Thread[qtp273077527-24,5,main]} task=EatWhatYouKill@417ad4f3/SelectorProducer@2f6bcf87/IDLE/p=true/QueuedThreadPool[qtp273077527]@1046d517{STARTED,8<=15<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@189aa67a{reserved=2/5,pending=0}][pc=0,pic=0,pec=2,epc=7]@2023-07-05T06:04:47.724886756Z ReservedThreadExecutor@189aa67a{reserved=2/5,pending=0}
released-app-s3-local-1        | 2023-07-05 06:04:47.724 DEBUG 1 --- [qtp273077527-24] o.e.j.u.thread.strategy.EatWhatYouKill   : EatWhatYouKill@417ad4f3/SelectorProducer@2f6bcf87/IDLE/p=true/QueuedThreadPool[qtp273077527]@1046d517{STARTED,8<=15<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@189aa67a{reserved=2/5,pending=0}][pc=0,pic=0,pec=2,epc=7]@2023-07-05T06:04:47.724916006Z tryProduce true
released-app-s3-local-1        | 2023-07-05 06:04:47.724 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.ManagedSelector     : updateable 0
released-app-s3-local-1        | 2023-07-05 06:04:47.724 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.ManagedSelector     : updates 0
released-app-s3-local-1        | 2023-07-05 06:04:47.724 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.ChannelEndPoint     : Key interests updated 1 -> 0 on SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7ec4e534[p=HttpParser{s=START,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.724 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.ManagedSelector     : Selector sun.nio.ch.EPollSelectorImpl@36f9e1c0 waiting with 2 keys
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] o.e.j.u.thread.strategy.EatWhatYouKill   : EatWhatYouKill@417ad4f3/SelectorProducer@2f6bcf87/PRODUCING/p=false/QueuedThreadPool[qtp273077527]@1046d517{STARTED,8<=15<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@189aa67a{reserved=2/5,pending=0}][pc=0,pic=0,pec=2,epc=7]@2023-07-05T06:04:47.724995589Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7ec4e534[p=HttpParser{s=START,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{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
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.io.FillInterest        : fillable FillInterest@56d721f6{AC.ReadCB@7ec4e534{HttpConnection@7ec4e534::SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7ec4e534[p=HttpParser{s=START,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{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}}}
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.server.HttpConnection  : HttpConnection@7ec4e534::SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7ec4e534[p=HttpParser{s=START,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{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} onFillable enter HttpChannelState@1d1bfc09{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.io.ChannelEndPoint     : filled 887 HeapByteBuffer@48b861a5[p=0,l=887,c=8192,r=887]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.server.HttpConnection  : HttpConnection@7ec4e534::SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7ec4e534[p=HttpParser{s=START,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{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} filled 887 HeapByteBuffer@48b861a5[p=0,l=887,c=8192,r=887]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.server.HttpConnection  : HttpConnection@7ec4e534::SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7ec4e534[p=HttpParser{s=START,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{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} parse HeapByteBuffer@48b861a5[p=0,l=887,c=8192,r=887]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {}
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : parseNext s=START HeapByteBuffer@48b861a5[p=0,l=887,c=8192,r=887]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : START --> SPACE1
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : SPACE1 --> URI
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : URI --> SPACE2
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : SPACE2 --> REQUEST_VERSION
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : REQUEST_VERSION --> HEADER
released-app-s3-local-1        | 2023-07-05 06:04:47.725 TRACE 1 --- [qtp273077527-33] o.s.web.method.HandlerMethod             : Arguments: [org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acceptable representation, ServletWebRequest: uri=/released-dev-public/post/df8cc8eb-e41c-46fa-a4b7-95ada5c891af/0d24a153-4208-4d92-a146-52c4de63b8c8.jpg;client=172.19.0.1]
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:X-Forwarded-Proto --> VALUE
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:X-Forwarded-Proto --> IN_VALUE
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:X-Forwarded-Proto --> FIELD
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:X-Forwarded-For --> VALUE
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:X-Forwarded-For --> IN_VALUE
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:X-Forwarded-For --> FIELD
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:Via --> VALUE
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:Via --> IN_VALUE
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:Via --> FIELD
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:Referer --> VALUE
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:Referer --> IN_VALUE
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:Referer --> FIELD
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER: --> IN_NAME
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:dnt --> VALUE
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:dnt --> IN_VALUE
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:dnt --> FIELD
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:Connection: close --> IN_VALUE
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:Connection: close --> FIELD
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER: --> IN_NAME
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:cf-warp-tag-id --> VALUE
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:cf-warp-tag-id --> IN_VALUE
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:cf-warp-tag-id --> FIELD
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER: --> IN_NAME
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:cf-visitor --> VALUE
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:cf-visitor --> IN_VALUE
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:cf-visitor --> FIELD
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER: --> IN_NAME
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:cf-ray --> VALUE
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:cf-ray --> IN_VALUE
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:cf-ray --> FIELD
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER: --> IN_NAME
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:cf-ipcountry --> VALUE
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:cf-ipcountry --> IN_VALUE
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:cf-ipcountry --> FIELD
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER: --> IN_NAME
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:cf-ew-via --> VALUE
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:cf-ew-via --> IN_VALUE
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:cf-ew-via --> FIELD
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER: --> IN_NAME
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-33] o.s.w.s.m.m.a.HttpEntityMethodProcessor  : Using 'image/jpeg', given [image/jpeg, image/png, image/gif;q=0.1, image/*;q=0.1] and supported [*/*]
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:cf-connecting-ip --> VALUE
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:cf-connecting-ip --> IN_VALUE
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:cf-connecting-ip --> FIELD
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER: --> IN_NAME
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:cdn-loop --> VALUE
released-app-s3-local-1        | 2023-07-05 06:04:47.725 TRACE 1 --- [qtp273077527-33] o.s.web.servlet.DispatcherServlet        : No view rendering, null ModelAndView returned.
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:cdn-loop --> IN_VALUE
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:cdn-loop --> FIELD
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:Cache-Control: no-cache --> IN_VALUE
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:Cache-Control: no-cache --> FIELD
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-33] o.s.web.servlet.DispatcherServlet        : Completed 406 NOT_ACCEPTABLE, headers={masked}
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:Accept-Encoding: gzip --> IN_VALUE
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:Accept-Encoding: gzip --> FIELD
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:Accept --> VALUE
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:Accept --> IN_VALUE
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:Accept --> FIELD
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:User-Agent --> VALUE
released-app-s3-local-1        | 2023-07-05 06:04:47.725 TRACE 1 --- [qtp273077527-33] o.s.b.w.s.f.OrderedRequestContextFilter  : Cleared thread-bound request context: Request(GET //localhost:9090/released-dev-public/post/df8cc8eb-e41c-46fa-a4b7-95ada5c891af/0d24a153-4208-4d92-a146-52c4de63b8c8.jpg)@4ed23303
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:User-Agent --> IN_VALUE
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:User-Agent --> FIELD
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:Host --> VALUE
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:Host --> IN_VALUE
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:Host --> FIELD
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER: --> IN_NAME
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:traceparent --> VALUE
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:traceparent --> IN_VALUE
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER:traceparent --> FIELD
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : HEADER --> CONTENT
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.server.session         : Leaving scope org.eclipse.jetty.server.session.SessionHandler1859383896==dftMaxIdleSec=1800 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.server.HttpChannel     : REQUEST for //localhost:9090/released-dev-public/post/cbac6df6-17ef-4af3-bcb0-2477acd2940e/bcc8316a-6abe-4506-abbd-cd408f478cb4.jpg on HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//localhost:9090/released-dev-public/post/cbac6df6-17ef-4af3-bcb0-2477acd2940e/bcc8316a-6abe-4506-abbd-cd408f478cb4.jpg,age=0}
released-app-s3-local-1        | GET //localhost:9090/released-dev-public/post/cbac6df6-17ef-4af3-bcb0-2477acd2940e/bcc8316a-6abe-4506-abbd-cd408f478cb4.jpg HTTP/1.1
released-app-s3-local-1        | X-Forwarded-Proto: https
released-app-s3-local-1        | X-Forwarded-For: 2403:5807:88f4:1:f525:ecac:bef4:bae9,2403:5807:88f4:1:f525:ecac:bef4:bae9
released-app-s3-local-1        | Via: 1.1 image-resizing-proxy
released-app-s3-local-1        | Referer: http://localhost:5174/
released-app-s3-local-1        | dnt: 1
released-app-s3-local-1        | Connection: close
released-app-s3-local-1        | cf-warp-tag-id: 51a11727-c99a-4747-9851-91d9e8859ba4
released-app-s3-local-1        | cf-visitor: {"scheme":"https"}
released-app-s3-local-1        | cf-ray: 7e1d699ee074a93b-SYD
released-app-s3-local-1        | cf-ipcountry: AU
released-app-s3-local-1        | cf-ew-via: 15
released-app-s3-local-1        | cf-connecting-ip: 2403:5807:88f4:1:f525:ecac:bef4:bae9
released-app-s3-local-1        | cdn-loop: cloudflare
released-app-s3-local-1        | Cache-Control: no-cache
released-app-s3-local-1        | Accept-Encoding: gzip
released-app-s3-local-1        | Accept: image/jpeg,image/png,image/gif;q=0.1,image/*;q=0.1
released-app-s3-local-1        | User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36
released-app-s3-local-1        | Host: localhost:9090
released-app-s3-local-1        | traceparent: 00-33422e0c382ac92c76e2defb8e10b581-92e530d485e5cd32-01
released-app-s3-local-1        |
released-app-s3-local-1        |
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.server.Server          : handled=true async=false committed=false on HttpChannelOverHttp@7964e327{s=HttpChannelState@61c03780{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:9090/released-dev-public/post/df8cc8eb-e41c-46fa-a4b7-95ada5c891af/0d24a153-4208-4d92-a146-52c4de63b8c8.jpg,age=2}
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-33] o.eclipse.jetty.server.HttpChannelState  : unhandle HttpChannelState@61c03780{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.server.HttpConnection  : HttpConnection@7ec4e534::SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7ec4e534[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//localhost:9090/released-dev-public/post/cbac6df6-17ef-4af3-bcb0-2477acd2940e/bcc8316a-6abe-4506-abbd-cd408f478cb4.jpg,age=0} parsed true HttpParser{s=CONTENT,0 of -1}
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-33] o.eclipse.jetty.server.HttpChannelState  : nextAction(false) COMPLETE HttpChannelState@61c03780{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0}
released-app-s3-local-1        |
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.server.HttpChannel     : action COMPLETE HttpChannelOverHttp@7964e327{s=HttpChannelState@61c03780{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:9090/released-dev-public/post/df8cc8eb-e41c-46fa-a4b7-95ada5c891af/0d24a153-4208-4d92-a146-52c4de63b8c8.jpg,age=2}
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.server.HttpConnection  : releaseRequestBuffer HttpConnection@7ec4e534::SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7ec4e534[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//localhost:9090/released-dev-public/post/cbac6df6-17ef-4af3-bcb0-2477acd2940e/bcc8316a-6abe-4506-abbd-cd408f478cb4.jpg,age=0}
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.server.HttpChannel     : handle //localhost:9090/released-dev-public/post/cbac6df6-17ef-4af3-bcb0-2477acd2940e/bcc8316a-6abe-4506-abbd-cd408f478cb4.jpg HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//localhost:9090/released-dev-public/post/cbac6df6-17ef-4af3-bcb0-2477acd2940e/bcc8316a-6abe-4506-abbd-cd408f478cb4.jpg,age=0}
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.io.ChannelEndPoint     : filled 0 HeapByteBuffer@7b488246[p=0,l=0,c=8192,r=0]={<<<>>>GET /rele...\x00\x00\x00\x00\x00\x00\x00}
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] o.eclipse.jetty.server.HttpChannelState  : handling HttpChannelState@1d1bfc09{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.server.HttpChannel     : action DISPATCH HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:9090/released-dev-public/post/cbac6df6-17ef-4af3-bcb0-2477acd2940e/bcc8316a-6abe-4506-abbd-cd408f478cb4.jpg,age=0}
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.io.ChannelEndPoint     : filled 0 HeapByteBuffer@7b488246[p=0,l=0,c=8192,r=0]={<<<>>>GET /rele...\x00\x00\x00\x00\x00\x00\x00}
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.server.Server          : REQUEST GET /released-dev-public/post/cbac6df6-17ef-4af3-bcb0-2477acd2940e/bcc8316a-6abe-4506-abbd-cd408f478cb4.jpg on HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:9090/released-dev-public/post/cbac6df6-17ef-4af3-bcb0-2477acd2940e/bcc8316a-6abe-4506-abbd-cd408f478cb4.jpg,age=0}
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.server.HttpConnection  : HttpConnection@42b261f7::SocketChannelEndPoint@36f1c94b{l=/172.19.0.3:9090,r=/172.19.0.1:56896,OPEN,fill=-,flush=-,to=26/30000}{io=0/0,kio=0,kro=1}->HttpConnection@42b261f7[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2412fad1{s=START}]=>HttpChannelOverHttp@7964e327{s=HttpChannelState@61c03780{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:9090/released-dev-public/post/df8cc8eb-e41c-46fa-a4b7-95ada5c891af/0d24a153-4208-4d92-a146-52c4de63b8c8.jpg,age=2} filled 0 HeapByteBuffer@7b488246[p=0,l=0,c=8192,r=0]={<<<>>>GET /rele...\x00\x00\x00\x00\x00\x00\x00}
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] o.e.jetty.server.handler.ContextHandler  : scope null||/released-dev-public/post/cbac6df6-17ef-4af3-bcb0-2477acd2940e/bcc8316a-6abe-4506-abbd-cd408f478cb4.jpg @ o.s.b.w.e.j.JettyEmbeddedWebAppContext@5a1de7fb{application,/,[file:///tmp/jetty-docbase.9191.542398026241697576/],AVAILABLE}
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.server.HttpConnection  : HttpConnection@42b261f7::SocketChannelEndPoint@36f1c94b{l=/172.19.0.3:9090,r=/172.19.0.1:56896,OPEN,fill=-,flush=-,to=26/30000}{io=0/0,kio=0,kro=1}->HttpConnection@42b261f7[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2412fad1{s=START}]=>HttpChannelOverHttp@7964e327{s=HttpChannelState@61c03780{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:9090/released-dev-public/post/df8cc8eb-e41c-46fa-a4b7-95ada5c891af/0d24a153-4208-4d92-a146-52c4de63b8c8.jpg,age=2} parse HeapByteBuffer@7b488246[p=0,l=0,c=8192,r=0]={<<<>>>GET /rele...\x00\x00\x00\x00\x00\x00\x00} {}
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.http.HttpParser        : parseNext s=CONTENT HeapByteBuffer@7b488246[p=0,l=0,c=8192,r=0]={<<<>>>GET /rele...\x00\x00\x00\x00\x00\x00\x00}
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.http.HttpParser        : CONTENT --> CONTENT_END
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] o.e.jetty.server.handler.ContextHandler  : context=||/released-dev-public/post/cbac6df6-17ef-4af3-bcb0-2477acd2940e/bcc8316a-6abe-4506-abbd-cd408f478cb4.jpg @ o.s.b.w.e.j.JettyEmbeddedWebAppContext@5a1de7fb{application,/,[file:///tmp/jetty-docbase.9191.542398026241697576/],AVAILABLE}
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.server.HttpChannel     : onContentComplete HttpChannelOverHttp@7964e327{s=HttpChannelState@61c03780{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:9090/released-dev-public/post/df8cc8eb-e41c-46fa-a4b7-95ada5c891af/0d24a153-4208-4d92-a146-52c4de63b8c8.jpg,age=2}
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.server.session         : Entering scope org.eclipse.jetty.server.session.SessionHandler1859383896==dftMaxIdleSec=1800, dispatch=REQUEST asyncstarted=false
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.http.HttpParser        : CONTENT_END --> END
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.server.HttpChannel     : onRequestComplete HttpChannelOverHttp@7964e327{s=HttpChannelState@61c03780{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:9090/released-dev-public/post/df8cc8eb-e41c-46fa-a4b7-95ada5c891af/0d24a153-4208-4d92-a146-52c4de63b8c8.jpg,age=2}
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.server.session         : sessionHandler=org.eclipse.jetty.server.session.SessionHandler1859383896==dftMaxIdleSec=1800 session=null
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.server.HttpInput       : HttpInputOverHTTP@4c08f585[c=0,q=0,[0]=null,s=STREAM] addContent EOF
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] o.eclipse.jetty.servlet.ServletHandler   : servlet |/released-dev-public/post/cbac6df6-17ef-4af3-bcb0-2477acd2940e/bcc8316a-6abe-4506-abbd-cd408f478cb4.jpg|null -> dispatcherServlet==org.springframework.web.servlet.DispatcherServlet@7ef5559e{jsp=null,order=-1,inst=true,async=true,src=JAVAX_API:null,STARTED}
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.server.HttpConnection  : HttpConnection@42b261f7::SocketChannelEndPoint@36f1c94b{l=/172.19.0.3:9090,r=/172.19.0.1:56896,OPEN,fill=-,flush=-,to=26/30000}{io=0/0,kio=0,kro=1}->HttpConnection@42b261f7[p=HttpParser{s=END,0 of -1},g=HttpGenerator@2412fad1{s=START}]=>HttpChannelOverHttp@7964e327{s=HttpChannelState@61c03780{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:9090/released-dev-public/post/df8cc8eb-e41c-46fa-a4b7-95ada5c891af/0d24a153-4208-4d92-a146-52c4de63b8c8.jpg,age=2} parsed false HttpParser{s=END,0 of -1}
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.server.HttpConnection  : releaseRequestBuffer HttpConnection@42b261f7::SocketChannelEndPoint@36f1c94b{l=/172.19.0.3:9090,r=/172.19.0.1:56896,OPEN,fill=-,flush=-,to=26/30000}{io=0/0,kio=0,kro=1}->HttpConnection@42b261f7[p=HttpParser{s=END,0 of -1},g=HttpGenerator@2412fad1{s=START}]=>HttpChannelOverHttp@7964e327{s=HttpChannelState@61c03780{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:9090/released-dev-public/post/df8cc8eb-e41c-46fa-a4b7-95ada5c891af/0d24a153-4208-4d92-a146-52c4de63b8c8.jpg,age=2}
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-23] o.eclipse.jetty.servlet.ServletHandler   : chain=Chain@57c62272(characterEncodingFilter==org.springframework.boot.web.servlet.filter.OrderedCharacterEncodingFilter@47db5fa5{inst=true,async=true,src=JAVAX_API:null})->Chain@1065483d(webMvcMetricsFilter==org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter@40f1be1b{inst=true,async=true,src=JAVAX_API:null})->Chain@80ec6e9(httpPutFormContentFilter==com.adobe.testing.s3mock.S3MockConfiguration$1@7a791b66{inst=true,async=true,src=JAVAX_API:null})->Chain@6e6cfa41(requestContextFilter==org.springframework.boot.web.servlet.filter.OrderedRequestContextFilter@6f2cb653{inst=true,async=true,src=JAVAX_API:null})->Chain@85f804c(kmsFilter==com.adobe.testing.s3mock.KmsValidationFilter@14c01636{inst=true,async=true,src=JAVAX_API:null})->ChainEnd@32c105da(dispatcherServlet==org.springframework.web.servlet.DispatcherServlet@7ef5559e{jsp=null,order=-1,inst=true,async=true,src=JAVAX_API:null,STARTED})
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.server.HttpOutput      : complete(org.eclipse.jetty.util.Callback$3@5dfb0a7b) s=CLOSING,api=BLOCKED,sc=false,e=null s=false e=null, c=HeapByteBuffer@73da67f9[p=0,l=0,c=0,r=0]={<<<>>>}
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.server.HttpChannel     : sendResponse info=null content=HeapByteBuffer@73da67f9[p=0,l=0,c=0,r=0]={<<<>>>} complete=true committing=true callback=org.eclipse.jetty.server.HttpOutput$WriteCompleteCB@d29eac2
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.server.HttpChannel     : COMMIT for /released-dev-public/post/df8cc8eb-e41c-46fa-a4b7-95ada5c891af/0d24a153-4208-4d92-a146-52c4de63b8c8.jpg on HttpChannelOverHttp@7964e327{s=HttpChannelState@61c03780{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:9090/released-dev-public/post/df8cc8eb-e41c-46fa-a4b7-95ada5c891af/0d24a153-4208-4d92-a146-52c4de63b8c8.jpg,age=2}
released-app-s3-local-1        | 406 null HTTP/1.1
released-app-s3-local-1        | Connection: close
released-app-s3-local-1        | Date: Wed, 05 Jul 2023 06:04:47 GMT
released-app-s3-local-1        |
released-app-s3-local-1        |
released-app-s3-local-1        | 2023-07-05 06:04:47.725 TRACE 1 --- [qtp273077527-23] o.s.b.w.s.f.OrderedRequestContextFilter  : Bound request context to thread: Request(GET //localhost:9090/released-dev-public/post/cbac6df6-17ef-4af3-bcb0-2477acd2940e/bcc8316a-6abe-4506-abbd-cd408f478cb4.jpg)@64eeaa84
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.server.HttpConnection  : generate: NEED_HEADER for SendCallback@52bc9a4f[PROCESSING][i=HTTP/1.1{s=406,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5913e940] (null,[p=0,l=0,c=0,r=0],true)@START
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.http.HttpGenerator     : generateHeaders HTTP/1.1{s=406,h=2,cl=-1} last=true content=HeapByteBuffer@73da67f9[p=0,l=0,c=0,r=0]={<<<>>>}
released-app-s3-local-1        | 2023-07-05 06:04:47.725 TRACE 1 --- [qtp273077527-23] o.s.web.servlet.DispatcherServlet        : GET "/released-dev-public/post/cbac6df6-17ef-4af3-bcb0-2477acd2940e/bcc8316a-6abe-4506-abbd-cd408f478cb4.jpg", parameters={}, headers={masked} in DispatcherServlet 'dispatcherServlet'
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.http.HttpGenerator     : Connection: close
released-app-s3-local-1        | Date: Wed, 05 Jul 2023 06:04:47 GMT
released-app-s3-local-1        |
released-app-s3-local-1        |
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.http.HttpGenerator     : EOF_CONTENT
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.server.HttpConnection  : generate: FLUSH for SendCallback@52bc9a4f[PROCESSING][i=HTTP/1.1{s=406,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5913e940] ([p=0,l=120,c=8192,r=120],[p=0,l=0,c=0,r=0],true)@COMPLETING
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.io.WriteFlusher        : write: WriteFlusher@5cbe98cb{IDLE}->null [HeapByteBuffer@4aca5737[p=0,l=120,c=8192,r=120]={<<>>forwarded...\x00\x00\x00\x00\x00\x00\x00}]
released-app-s3-local-1        | 2023-07-05 06:04:47.725 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.io.WriteFlusher        : update WriteFlusher@5cbe98cb{WRITING}->null:IDLE-->WRITING
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.io.ChannelEndPoint     : flushed 120 SocketChannelEndPoint@36f1c94b{l=/172.19.0.3:9090,r=/172.19.0.1:56896,OPEN,fill=-,flush=W,to=26/30000}{io=0/0,kio=0,kro=1}->HttpConnection@42b261f7[p=HttpParser{s=END,0 of -1},g=HttpGenerator@2412fad1{s=COMPLETING}]=>HttpChannelOverHttp@7964e327{s=HttpChannelState@61c03780{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:9090/released-dev-public/post/df8cc8eb-e41c-46fa-a4b7-95ada5c891af/0d24a153-4208-4d92-a146-52c4de63b8c8.jpg,age=3}
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.io.WriteFlusher        : Flushed=true written=120 remaining=0 WriteFlusher@5cbe98cb{WRITING}->null
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.io.WriteFlusher        : update WriteFlusher@5cbe98cb{IDLE}->null:WRITING-->IDLE
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.server.HttpConnection  : generate: SHUTDOWN_OUT for SendCallback@52bc9a4f[PROCESSING][i=HTTP/1.1{s=406,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5913e940] ([p=120,l=120,c=8192,r=0],[p=0,l=0,c=0,r=0],true)@END
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.server.HttpConnection  : generate: DONE for SendCallback@52bc9a4f[PROCESSING][i=HTTP/1.1{s=406,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5913e940] ([p=120,l=120,c=8192,r=0],[p=0,l=0,c=0,r=0],true)@END
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.server.HttpOutput      : onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=org.eclipse.jetty.util.Callback$3@5dfb0a7b w=false
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-33] o.eclipse.jetty.server.HttpChannelState  : completed HttpChannelState@61c03780{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0}
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.io.AbstractEndPoint    : shutdownOutput SocketChannelEndPoint@36f1c94b{l=/172.19.0.3:9090,r=/172.19.0.1:56896,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@42b261f7[p=HttpParser{s=END,0 of -1},g=HttpGenerator@2412fad1{s=END}]=>HttpChannelOverHttp@7964e327{s=HttpChannelState@61c03780{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=HANDLING,uri=//localhost:9090/released-dev-public/post/df8cc8eb-e41c-46fa-a4b7-95ada5c891af/0d24a153-4208-4d92-a146-52c4de63b8c8.jpg,age=3}
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-33] o.eclipse.jetty.server.HttpChannelState  : unhandle HttpChannelState@61c03780{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0}
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-33] o.eclipse.jetty.server.HttpChannelState  : nextAction(false) TERMINATED HttpChannelState@61c03780{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0}
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.server.HttpChannel     : action TERMINATED HttpChannelOverHttp@7964e327{s=HttpChannelState@61c03780{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//localhost:9090/released-dev-public/post/df8cc8eb-e41c-46fa-a4b7-95ada5c891af/0d24a153-4208-4d92-a146-52c4de63b8c8.jpg,age=3}
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.server.HttpChannel     : onCompleted for /released-dev-public/post/df8cc8eb-e41c-46fa-a4b7-95ada5c891af/0d24a153-4208-4d92-a146-52c4de63b8c8.jpg written=0
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-33] o.eclipse.jetty.server.HttpChannelState  : recycle HttpChannelState@61c03780{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0}
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.http.HttpParser        : close HttpParser{s=END,0 of -1}
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.http.HttpParser        : END --> CLOSE
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.server.HttpChannel     : !handle TERMINATED HttpChannelOverHttp@7964e327{s=HttpChannelState@61c03780{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.io.ChannelEndPoint     : filled 0 HeapByteBuffer@6d35cb3f[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00}
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.io.ChannelEndPoint     : filled 0 HeapByteBuffer@6d35cb3f[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00}
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.server.HttpConnection  : HttpConnection@42b261f7::SocketChannelEndPoint@36f1c94b{l=/172.19.0.3:9090,r=/172.19.0.1:56896,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@42b261f7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2412fad1{s=START}]=>HttpChannelOverHttp@7964e327{s=HttpChannelState@61c03780{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} filled 0 HeapByteBuffer@6d35cb3f[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00}
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.server.HttpConnection  : HttpConnection@42b261f7::SocketChannelEndPoint@36f1c94b{l=/172.19.0.3:9090,r=/172.19.0.1:56896,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@42b261f7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2412fad1{s=START}]=>HttpChannelOverHttp@7964e327{s=HttpChannelState@61c03780{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} parse HeapByteBuffer@6d35cb3f[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {}
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.http.HttpParser        : parseNext s=CLOSE HeapByteBuffer@6d35cb3f[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00}
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.server.HttpConnection  : HttpConnection@42b261f7::SocketChannelEndPoint@36f1c94b{l=/172.19.0.3:9090,r=/172.19.0.1:56896,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@42b261f7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2412fad1{s=START}]=>HttpChannelOverHttp@7964e327{s=HttpChannelState@61c03780{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} parsed false HttpParser{s=CLOSE,0 of -1}
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.server.HttpConnection  : releaseRequestBuffer HttpConnection@42b261f7::SocketChannelEndPoint@36f1c94b{l=/172.19.0.3:9090,r=/172.19.0.1:56896,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@42b261f7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2412fad1{s=START}]=>HttpChannelOverHttp@7964e327{s=HttpChannelState@61c03780{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.io.AbstractConnection  : fillInterested HttpConnection@42b261f7::SocketChannelEndPoint@36f1c94b{l=/172.19.0.3:9090,r=/172.19.0.1:56896,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@42b261f7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2412fad1{s=START}]=>HttpChannelOverHttp@7964e327{s=HttpChannelState@61c03780{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.io.FillInterest        : interested FillInterest@440ea5e4{AC.ReadCB@42b261f7{HttpConnection@42b261f7::SocketChannelEndPoint@36f1c94b{l=/172.19.0.3:9090,r=/172.19.0.1:56896,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@42b261f7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2412fad1{s=START}]=>HttpChannelOverHttp@7964e327{s=HttpChannelState@61c03780{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}}}
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.io.ChannelEndPoint     : changeInterests p=false 0->1 for SocketChannelEndPoint@36f1c94b{l=/172.19.0.3:9090,r=/172.19.0.1:56896,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@42b261f7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2412fad1{s=START}]=>HttpChannelOverHttp@7964e327{s=HttpChannelState@61c03780{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.io.ManagedSelector     : Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$843/0x0000000100551000@15e2d94b on ManagedSelector@1e6b9a95{STARTED} id=1 keys=1 selected=0 updates=0
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.io.ManagedSelector     : Wakeup on submit ManagedSelector@1e6b9a95{STARTED} id=1 keys=1 selected=0 updates=1
released-app-s3-local-1        | 2023-07-05 06:04:47.726 TRACE 1 --- [qtp273077527-23] o.s.web.method.HandlerMethod             : Arguments: [org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acceptable representation, ServletWebRequest: uri=/released-dev-public/post/cbac6df6-17ef-4af3-bcb0-2477acd2940e/bcc8316a-6abe-4506-abbd-cd408f478cb4.jpg;client=172.19.0.1]
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-33] org.eclipse.jetty.server.HttpConnection  : HttpConnection@42b261f7::SocketChannelEndPoint@36f1c94b{l=/172.19.0.3:9090,r=/172.19.0.1:56896,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@42b261f7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2412fad1{s=START}]=>HttpChannelOverHttp@7964e327{s=HttpChannelState@61c03780{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} onFillable exit HttpChannelState@61c03780{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-33] o.e.j.u.thread.ReservedThreadExecutor    : ReservedThread@66f0210f{RUNNING,thread=Thread[qtp273077527-33,5,main]} was=RUNNING next=RESERVED size=0+3 capacity=5
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-33] o.e.j.u.thread.ReservedThreadExecutor    : ReservedThread@66f0210f{RESERVED,thread=Thread[qtp273077527-33,5,main]} waiting ReservedThreadExecutor@189aa67a{reserved=3/5,pending=0}
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-23] o.s.w.s.m.m.a.HttpEntityMethodProcessor  : Using 'image/jpeg', given [image/jpeg, image/png, image/gif;q=0.1, image/*;q=0.1] and supported [*/*]
released-app-s3-local-1        | 2023-07-05 06:04:47.726 TRACE 1 --- [qtp273077527-23] o.s.web.servlet.DispatcherServlet        : No view rendering, null ModelAndView returned.
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-23] o.s.web.servlet.DispatcherServlet        : Completed 406 NOT_ACCEPTABLE, headers={masked}
released-app-s3-local-1        | 2023-07-05 06:04:47.726 TRACE 1 --- [qtp273077527-23] o.s.b.w.s.f.OrderedRequestContextFilter  : Cleared thread-bound request context: Request(GET //localhost:9090/released-dev-public/post/cbac6df6-17ef-4af3-bcb0-2477acd2940e/bcc8316a-6abe-4506-abbd-cd408f478cb4.jpg)@64eeaa84
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.server.session         : Leaving scope org.eclipse.jetty.server.session.SessionHandler1859383896==dftMaxIdleSec=1800 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.server.Server          : handled=true async=false committed=false on HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:9090/released-dev-public/post/cbac6df6-17ef-4af3-bcb0-2477acd2940e/bcc8316a-6abe-4506-abbd-cd408f478cb4.jpg,age=1}
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-23] o.eclipse.jetty.server.HttpChannelState  : unhandle HttpChannelState@1d1bfc09{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-23] o.eclipse.jetty.server.HttpChannelState  : nextAction(false) COMPLETE HttpChannelState@1d1bfc09{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0}
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.server.HttpChannel     : action COMPLETE HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:9090/released-dev-public/post/cbac6df6-17ef-4af3-bcb0-2477acd2940e/bcc8316a-6abe-4506-abbd-cd408f478cb4.jpg,age=1}
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.io.ChannelEndPoint     : filled 0 HeapByteBuffer@608adf1d[p=0,l=0,c=8192,r=0]={<<<>>>GET /rele...\x00\x00\x00\x00\x00\x00\x00}
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.io.ChannelEndPoint     : filled 0 HeapByteBuffer@608adf1d[p=0,l=0,c=8192,r=0]={<<<>>>GET /rele...\x00\x00\x00\x00\x00\x00\x00}
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.server.HttpConnection  : HttpConnection@7ec4e534::SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7ec4e534[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:9090/released-dev-public/post/cbac6df6-17ef-4af3-bcb0-2477acd2940e/bcc8316a-6abe-4506-abbd-cd408f478cb4.jpg,age=1} filled 0 HeapByteBuffer@608adf1d[p=0,l=0,c=8192,r=0]={<<<>>>GET /rele...\x00\x00\x00\x00\x00\x00\x00}
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.server.HttpConnection  : HttpConnection@7ec4e534::SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7ec4e534[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:9090/released-dev-public/post/cbac6df6-17ef-4af3-bcb0-2477acd2940e/bcc8316a-6abe-4506-abbd-cd408f478cb4.jpg,age=1} parse HeapByteBuffer@608adf1d[p=0,l=0,c=8192,r=0]={<<<>>>GET /rele...\x00\x00\x00\x00\x00\x00\x00} {}
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : parseNext s=CONTENT HeapByteBuffer@608adf1d[p=0,l=0,c=8192,r=0]={<<<>>>GET /rele...\x00\x00\x00\x00\x00\x00\x00}
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : CONTENT --> CONTENT_END
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.server.HttpChannel     : onContentComplete HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:9090/released-dev-public/post/cbac6df6-17ef-4af3-bcb0-2477acd2940e/bcc8316a-6abe-4506-abbd-cd408f478cb4.jpg,age=1}
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : CONTENT_END --> END
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.server.HttpChannel     : onRequestComplete HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:9090/released-dev-public/post/cbac6df6-17ef-4af3-bcb0-2477acd2940e/bcc8316a-6abe-4506-abbd-cd408f478cb4.jpg,age=1}
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.server.HttpInput       : HttpInputOverHTTP@489cc85[c=0,q=0,[0]=null,s=STREAM] addContent EOF
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.server.HttpConnection  : HttpConnection@7ec4e534::SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7ec4e534[p=HttpParser{s=END,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:9090/released-dev-public/post/cbac6df6-17ef-4af3-bcb0-2477acd2940e/bcc8316a-6abe-4506-abbd-cd408f478cb4.jpg,age=1} parsed false HttpParser{s=END,0 of -1}
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.server.HttpConnection  : releaseRequestBuffer HttpConnection@7ec4e534::SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7ec4e534[p=HttpParser{s=END,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:9090/released-dev-public/post/cbac6df6-17ef-4af3-bcb0-2477acd2940e/bcc8316a-6abe-4506-abbd-cd408f478cb4.jpg,age=1}
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-20] org.eclipse.jetty.io.ManagedSelector     : Selector sun.nio.ch.EPollSelectorImpl@1aacdbb6 woken with none selected
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-20] org.eclipse.jetty.io.ManagedSelector     : Selector sun.nio.ch.EPollSelectorImpl@1aacdbb6 woken up from select, 0/0/1 selected
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-20] org.eclipse.jetty.io.ManagedSelector     : Selector sun.nio.ch.EPollSelectorImpl@1aacdbb6 processing 0 keys, 1 updates
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-20] org.eclipse.jetty.io.ManagedSelector     : updateable 1
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-20] org.eclipse.jetty.io.ManagedSelector     : update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$843/0x0000000100551000@15e2d94b
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-20] org.eclipse.jetty.io.ChannelEndPoint     : Key interests updated 0 -> 1 on SocketChannelEndPoint@36f1c94b{l=/172.19.0.3:9090,r=/172.19.0.1:56896,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@42b261f7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2412fad1{s=START}]=>HttpChannelOverHttp@7964e327{s=HttpChannelState@61c03780{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-20] org.eclipse.jetty.io.ManagedSelector     : updates 0
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.server.HttpOutput      : complete(org.eclipse.jetty.util.Callback$3@55fdfeaf) s=CLOSING,api=BLOCKED,sc=false,e=null s=false e=null, c=HeapByteBuffer@73da67f9[p=0,l=0,c=0,r=0]={<<<>>>}
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.server.HttpChannel     : sendResponse info=null content=HeapByteBuffer@73da67f9[p=0,l=0,c=0,r=0]={<<<>>>} complete=true committing=true callback=org.eclipse.jetty.server.HttpOutput$WriteCompleteCB@3a038185
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.server.HttpChannel     : COMMIT for /released-dev-public/post/cbac6df6-17ef-4af3-bcb0-2477acd2940e/bcc8316a-6abe-4506-abbd-cd408f478cb4.jpg on HttpChannelOverHttp@4ff0909a{s=H
released-app-s3-local-1        | ttpChannelState@1d1bfc09{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:9090/released-dev-public/post/cbac6df6-17ef-4af3-bcb0-2477acd2940e/bcc8316a-6abe-4506-abbd-cd408f478cb4.jpg,age=1}
released-app-s3-local-1        | 406 null HTTP/1.1
released-app-s3-local-1        | Connection: close
released-app-s3-local-1        | Date: Wed, 05 Jul 2023 06:04:47 GMT
released-app-s3-local-1        |
released-app-s3-local-1        |
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.server.HttpConnection  : generate: NEED_HEADER for SendCallback@2ba8b6cb[PROCESSING][i=HTTP/1.1{s=406,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@610fbadf] (null,[p=0,l=0,c=0,r=0],true)@START
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpGenerator     : generateHeaders HTTP/1.1{s=406,h=2,cl=-1} last=true content=HeapByteBuffer@73da67f9[p=0,l=0,c=0,r=0]={<<<>>>}
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpGenerator     : Connection: close
released-app-s3-local-1        | Date: Wed, 05 Jul 2023 06:04:47 GMT
released-app-s3-local-1        |
released-app-s3-local-1        |
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpGenerator     : EOF_CONTENT
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.server.HttpConnection  : generate: FLUSH for SendCallback@2ba8b6cb[PROCESSING][i=HTTP/1.1{s=406,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@610fbadf] ([p=0,l=120,c=8192,r=120],[p=0,l=0,c=0,r=0],true)@COMPLETING
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.io.WriteFlusher        : write: WriteFlusher@5b3d38d7{IDLE}->null [HeapByteBuffer@6b6cc38b[p=0,l=120,c=8192,r=120]={<<>>forwarded...\x00\x00\x00\x00\x00\x00\x00}]
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.io.WriteFlusher        : update WriteFlusher@5b3d38d7{WRITING}->null:IDLE-->WRITING
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.io.ChannelEndPoint     : flushed 120 SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,OPEN,fill=-,flush=W,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7ec4e534[p=HttpParser{s=END,0 of -1},g=HttpGenerator@14ee7cd6{s=COMPLETING}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:9090/released-dev-public/post/cbac6df6-17ef-4af3-bcb0-2477acd2940e/bcc8316a-6abe-4506-abbd-cd408f478cb4.jpg,age=2}
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.io.WriteFlusher        : Flushed=true written=120 remaining=0 WriteFlusher@5b3d38d7{WRITING}->null
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.io.WriteFlusher        : update WriteFlusher@5b3d38d7{IDLE}->null:WRITING-->IDLE
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.server.HttpConnection  : generate: SHUTDOWN_OUT for SendCallback@2ba8b6cb[PROCESSING][i=HTTP/1.1{s=406,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@610fbadf] ([p=120,l=120,c=8192,r=0],[p=0,l=0,c=0,r=0],true)@END
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.server.HttpConnection  : generate: DONE for SendCallback@2ba8b6cb[PROCESSING][i=HTTP/1.1{s=406,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@610fbadf] ([p=120,l=120,c=8192,r=0],[p=0,l=0,c=0,r=0],true)@END
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.server.HttpOutput      : onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=org.eclipse.jetty.util.Callback$3@55fdfeaf w=false
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-23] o.eclipse.jetty.server.HttpChannelState  : completed HttpChannelState@1d1bfc09{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0}
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.io.AbstractEndPoint    : shutdownOutput SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7ec4e534[p=HttpParser{s=END,0 of -1},g=HttpGenerator@14ee7cd6{s=END}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=HANDLING,uri=//localhost:9090/released-dev-public/post/cbac6df6-17ef-4af3-bcb0-2477acd2940e/bcc8316a-6abe-4506-abbd-cd408f478cb4.jpg,age=2}
released-app-s3-local-1        | 2023-07-05 06:04:47.727 TRACE 1 --- [qtp273077527-32] o.s.web.method.HandlerMethod             : Arguments: [org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acceptable representation, ServletWebRequest: uri=/released-dev-public/post/6cf944cc-a5d9-4f07-9fd0-5ac575eb33e3/70efbb59-e53a-4dcd-858c-e9c0cf33418a.jpg;client=172.19.0.1]
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-23] o.eclipse.jetty.server.HttpChannelState  : unhandle HttpChannelState@1d1bfc09{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0}
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-23] o.eclipse.jetty.server.HttpChannelState  : nextAction(false) TERMINATED HttpChannelState@1d1bfc09{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0}
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.server.HttpChannel     : action TERMINATED HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//localhost:9090/released-dev-public/post/cbac6df6-17ef-4af3-bcb0-2477acd2940e/bcc8316a-6abe-4506-abbd-cd408f478cb4.jpg,age=2}
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.server.HttpChannel     : onCompleted for /released-dev-public/post/cbac6df6-17ef-4af3-bcb0-2477acd2940e/bcc8316a-6abe-4506-abbd-cd408f478cb4.jpg written=0
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-23] o.eclipse.jetty.server.HttpChannelState  : recycle HttpChannelState@1d1bfc09{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0}
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : close HttpParser{s=END,0 of -1}
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : END --> CLOSE
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.server.HttpChannel     : !handle TERMINATED HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.io.ChannelEndPoint     : filled 0 HeapByteBuffer@48b861a5[p=0,l=0,c=8192,r=0]={<<<>>>GET /rele...\x00\x00\x00\x00\x00\x00\x00}
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.io.ChannelEndPoint     : filled 0 HeapByteBuffer@48b861a5[p=0,l=0,c=8192,r=0]={<<<>>>GET /rele...\x00\x00\x00\x00\x00\x00\x00}
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.server.HttpConnection  : HttpConnection@7ec4e534::SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7ec4e534[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{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} filled 0 HeapByteBuffer@48b861a5[p=0,l=0,c=8192,r=0]={<<<>>>GET /rele...\x00\x00\x00\x00\x00\x00\x00}
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.server.HttpConnection  : HttpConnection@7ec4e534::SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7ec4e534[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{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} parse HeapByteBuffer@48b861a5[p=0,l=0,c=8192,r=0]={<<<>>>GET /re
released-app-s3-local-1        | le...\x00\x00\x00\x00\x00\x00\x00} {}
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.http.HttpParser        : parseNext s=CLOSE HeapByteBuffer@48b861a5[p=0,l=0,c=8192,r=0]={<<<>>>GET /rele...\x00\x00\x00\x00\x00\x00\x00}
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.server.HttpConnection  : HttpConnection@7ec4e534::SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7ec4e534[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{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} parsed false HttpParser{s=CLOSE,0 of -1}
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.server.HttpConnection  : releaseRequestBuffer HttpConnection@7ec4e534::SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7ec4e534[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.io.AbstractConnection  : fillInterested HttpConnection@7ec4e534::SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7ec4e534[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.io.FillInterest        : interested FillInterest@56d721f6{AC.ReadCB@7ec4e534{HttpConnection@7ec4e534::SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7ec4e534[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{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}}}
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.io.ChannelEndPoint     : changeInterests p=false 0->1 for SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@7ec4e534[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.io.ManagedSelector     : Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$843/0x0000000100551000@fe3835d on ManagedSelector@58f174d9{STARTED} id=0 keys=2 selected=0 updates=0
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.io.ManagedSelector     : Wakeup on submit ManagedSelector@58f174d9{STARTED} id=0 keys=2 selected=0 updates=1
released-app-s3-local-1        | 2023-07-05 06:04:47.726 DEBUG 1 --- [qtp273077527-20] org.eclipse.jetty.io.ManagedSelector     : Selector sun.nio.ch.EPollSelectorImpl@1aacdbb6 waiting with 1 keys
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-32] o.s.w.s.m.m.a.HttpEntityMethodProcessor  : Using 'image/jpeg', given [image/jpeg, image/png, image/gif;q=0.1, image/*;q=0.1] and supported [*/*]
released-app-s3-local-1        | 2023-07-05 06:04:47.727 TRACE 1 --- [qtp273077527-32] o.s.web.servlet.DispatcherServlet        : No view rendering, null ModelAndView returned.
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-32] o.s.web.servlet.DispatcherServlet        : Completed 406 NOT_ACCEPTABLE, headers={masked}
released-app-s3-local-1        | 2023-07-05 06:04:47.727 TRACE 1 --- [qtp273077527-32] o.s.b.w.s.f.OrderedRequestContextFilter  : Cleared thread-bound request context: Request(GET //localhost:9090/released-dev-public/post/6cf944cc-a5d9-4f07-9fd0-5ac575eb33e3/70efbb59-e53a-4dcd-858c-e9c0cf33418a.jpg)@a26fb62
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.server.session         : Leaving scope org.eclipse.jetty.server.session.SessionHandler1859383896==dftMaxIdleSec=1800 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.server.Server          : handled=true async=false committed=false on HttpChannelOverHttp@17c90840{s=HttpChannelState@43fc5179{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:9090/released-dev-public/post/6cf944cc-a5d9-4f07-9fd0-5ac575eb33e3/70efbb59-e53a-4dcd-858c-e9c0cf33418a.jpg,age=12}
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-32] o.eclipse.jetty.server.HttpChannelState  : unhandle HttpChannelState@43fc5179{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-32] o.eclipse.jetty.server.HttpChannelState  : nextAction(false) COMPLETE HttpChannelState@43fc5179{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0}
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.server.HttpChannel     : action COMPLETE HttpChannelOverHttp@17c90840{s=HttpChannelState@43fc5179{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:9090/released-dev-public/post/6cf944cc-a5d9-4f07-9fd0-5ac575eb33e3/70efbb59-e53a-4dcd-858c-e9c0cf33418a.jpg,age=12}
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.io.ChannelEndPoint     : filled 0 HeapByteBuffer@7b488246[p=0,l=0,c=8192,r=0]={<<<>>>GET /rele...\x00\x00\x00\x00\x00\x00\x00}
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.io.ChannelEndPoint     : filled 0 HeapByteBuffer@7b488246[p=0,l=0,c=8192,r=0]={<<<>>>GET /rele...\x00\x00\x00\x00\x00\x00\x00}
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.server.HttpConnection  : HttpConnection@97c3048::SocketChannelEndPoint@7074e69f{l=/172.19.0.3:9090,r=/172.19.0.1:56890,OPEN,fill=-,flush=-,to=27/30000}{io=0/0,kio=0,kro=1}->HttpConnection@97c3048[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@13ff773{s=START}]=>HttpChannelOverHttp@17c90840{s=HttpChannelState@43fc5179{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:9090/released-dev-public/post/6cf944cc-a5d9-4f07-9fd0-5ac575eb33e3/70efbb59-e53a-4dcd-858c-e9c0cf33418a.jpg,age=12} filled 0 HeapByteBuffer@7b488246[p=0,l=0,c=8192,r=0]={<<<>>>GET /rele...\x00\x00\x00\x00\x00\x00\x00}
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.server.HttpConnection  : HttpConnection@97c3048::SocketChannelEndPoint@7074e69f{l=/172.19.0.3:9090,r=/172.19.0.1:56890,OPEN,fill=-,flush=-,to=27/30000}{io=0/0,kio=0,kro=1}->HttpConnection@97c3048[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@13ff773{s=START}]=>HttpChannelOverHttp@17c90840{s=HttpChannelState@43fc5179{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:9090/released-dev-public/post/6cf944cc-a5d9-4f07-9fd0-5ac575eb33e3/70efbb59-e53a-4dcd-858c-e9c0cf33418a.jpg,age=12} parse HeapByteBuffer@7b488246[p=0,l=0,c=8192,r=0]={<<<>>>GET /rele...\x00\x00\x00\x00\x00\x00\x00} {}
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.http.HttpParser        : parseNext s=CONTENT HeapByteBuffer@7b488246[p=0,l=0,c=8192,r=0]={<<<>>>GET /rele...\x00\x00\x00\x00\x00\x00\x00}
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.http.HttpParser        : CONTENT --> CONTENT_END
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.server.HttpChannel     : onContentComplete HttpChannelOverHttp@17c90840{s=HttpChannelState@43fc5179{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:9090/released-dev-public/post/6cf944cc-a5d9-4f07-9fd0-5ac575eb33e3/70efbb59-e53a-4
released-app-s3-local-1        | dcd-858c-e9c0cf33418a.jpg,age=12}
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.http.HttpParser        : CONTENT_END --> END
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.server.HttpChannel     : onRequestComplete HttpChannelOverHttp@17c90840{s=HttpChannelState@43fc5179{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:9090/released-dev-public/post/6cf944cc-a5d9-4f07-9fd0-5ac575eb33e3/70efbb59-e53a-4dcd-858c-e9c0cf33418a.jpg,age=12}
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.server.HttpInput       : HttpInputOverHTTP@3866ee44[c=0,q=0,[0]=null,s=STREAM] addContent EOF
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.server.HttpConnection  : HttpConnection@97c3048::SocketChannelEndPoint@7074e69f{l=/172.19.0.3:9090,r=/172.19.0.1:56890,OPEN,fill=-,flush=-,to=27/30000}{io=0/0,kio=0,kro=1}->HttpConnection@97c3048[p=HttpParser{s=END,0 of -1},g=HttpGenerator@13ff773{s=START}]=>HttpChannelOverHttp@17c90840{s=HttpChannelState@43fc5179{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:9090/released-dev-public/post/6cf944cc-a5d9-4f07-9fd0-5ac575eb33e3/70efbb59-e53a-4dcd-858c-e9c0cf33418a.jpg,age=12} parsed false HttpParser{s=END,0 of -1}
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.server.HttpConnection  : releaseRequestBuffer HttpConnection@97c3048::SocketChannelEndPoint@7074e69f{l=/172.19.0.3:9090,r=/172.19.0.1:56890,OPEN,fill=-,flush=-,to=27/30000}{io=0/0,kio=0,kro=1}->HttpConnection@97c3048[p=HttpParser{s=END,0 of -1},g=HttpGenerator@13ff773{s=START}]=>HttpChannelOverHttp@17c90840{s=HttpChannelState@43fc5179{s=HANDLING rs=COMPLETING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:9090/released-dev-public/post/6cf944cc-a5d9-4f07-9fd0-5ac575eb33e3/70efbb59-e53a-4dcd-858c-e9c0cf33418a.jpg,age=12}
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.server.HttpOutput      : complete(org.eclipse.jetty.util.Callback$3@637b20a0) s=CLOSING,api=BLOCKED,sc=false,e=null s=false e=null, c=HeapByteBuffer@73da67f9[p=0,l=0,c=0,r=0]={<<<>>>}
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.server.HttpChannel     : sendResponse info=null content=HeapByteBuffer@73da67f9[p=0,l=0,c=0,r=0]={<<<>>>} complete=true committing=true callback=org.eclipse.jetty.server.HttpOutput$WriteCompleteCB@52204214
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.server.HttpChannel     : COMMIT for /released-dev-public/post/6cf944cc-a5d9-4f07-9fd0-5ac575eb33e3/70efbb59-e53a-4dcd-858c-e9c0cf33418a.jpg on HttpChannelOverHttp@17c90840{s=HttpChannelState@43fc5179{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:9090/released-dev-public/post/6cf944cc-a5d9-4f07-9fd0-5ac575eb33e3/70efbb59-e53a-4dcd-858c-e9c0cf33418a.jpg,age=12}
released-app-s3-local-1        | 406 null HTTP/1.1
released-app-s3-local-1        | Connection: close
released-app-s3-local-1        | Date: Wed, 05 Jul 2023 06:04:47 GMT
released-app-s3-local-1        |
released-app-s3-local-1        |
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.server.HttpConnection  : generate: NEED_HEADER for SendCallback@6f604ed9[PROCESSING][i=HTTP/1.1{s=406,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@60fb99bf] (null,[p=0,l=0,c=0,r=0],true)@START
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.ManagedSelector     : Selector sun.nio.ch.EPollSelectorImpl@36f9e1c0 woken with none selected
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.ManagedSelector     : Selector sun.nio.ch.EPollSelectorImpl@36f9e1c0 woken up from select, 0/0/2 selected
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.ManagedSelector     : Selector sun.nio.ch.EPollSelectorImpl@36f9e1c0 processing 0 keys, 1 updates
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.http.HttpGenerator     : generateHeaders HTTP/1.1{s=406,h=2,cl=-1} last=true content=HeapByteBuffer@73da67f9[p=0,l=0,c=0,r=0]={<<<>>>}
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.http.HttpGenerator     : Connection: close
released-app-s3-local-1        | Date: Wed, 05 Jul 2023 06:04:47 GMT
released-app-s3-local-1        |
released-app-s3-local-1        |
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.ManagedSelector     : updateable 1
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.ManagedSelector     : update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$843/0x0000000100551000@fe3835d
released-app-s3-local-1        | 2023-07-05 06:04:47.727 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.http.HttpGenerator     : EOF_CONTENT
released-app-s3-local-1        | 2023-07-05 06:04:47.728 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.ChannelEndPoint     : Key interests updated 0 -> 1 on SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@7ec4e534[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.728 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.server.HttpConnection  : generate: FLUSH for SendCallback@6f604ed9[PROCESSING][i=HTTP/1.1{s=406,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@60fb99bf] ([p=0,l=120,c=8192,r=120],[p=0,l=0,c=0,r=0],true)@COMPLETING
released-app-s3-local-1        | 2023-07-05 06:04:47.728 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.ManagedSelector     : updates 0
released-app-s3-local-1        | 2023-07-05 06:04:47.728 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.ManagedSelector     : Selector sun.nio.ch.EPollSelectorImpl@36f9e1c0 waiting with 2 keys
released-app-s3-local-1        | 2023-07-05 06:04:47.728 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.io.WriteFlusher        : write: WriteFlusher@5a3fdb20{IDLE}->null [HeapByteBuffer@4aca5737[p=0,l=120,c=8192,r=120]={<<>>forwarded...\x00\x00\x00\x00\x00\x00\x00}]
released-app-s3-local-1        | 2023-07-05 06:04:47.728 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.io.WriteFlusher        : update WriteFlusher@5a3fdb20{WRITING}->null:IDLE-->WRITING
released-app-s3-local-1        | 2023-07-05 06:04:47.728 DEBUG 1 --- [qtp273077527-23] org.eclipse.jetty.server.HttpConnection  : HttpConnection@7ec4e534::SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->HttpConnection@7ec4e534[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{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} onFillable exit HttpChannelState@1d1bfc09{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
released-app-s3-local-1        | 2023-07-05 06:04:47.728 DEBUG 1 --- [qtp273077527-23] o.e.j.u.thread.ReservedThreadExecutor    : ReservedThread@304245b9{RUNNING,thread=Thread[qtp273077527-23,5,main]} was=RUNNING next=RESERVED size=0+4 capacity=5
released-app-s3-local-1        | 2023-07-05 06:04:47.728 DEBUG 1 --- [qtp273077527-23] o.e.j.u.thread.ReservedThreadExecutor    : ReservedThread@304245b9{RESERVED,thread=Thread[qtp273077527-23,5,main]} waiting ReservedThreadExecutor@189aa67a{reserved=4/5,pending=0}
released-app-s3-local-1        | 2023-07-05 06:04:47.728 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.io.ChannelEndPoint     : flushed 120 SocketChannelEndPoint@7074e69f{l=/172.19.0.3:9090,r=/172.19.0.1:56890,OPEN,fill=-,flush=W,to=27/30000}{io=0/0,kio=0,kro=1}->HttpConnection@97c3048[p=HttpParser{s=END,0 of -1},g=HttpGenerator@13ff773{s=COMPLETING}]=>HttpChannelOverHttp@17c90840{s=HttpChannelState@43fc5179{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=//localhost:9090/released-dev-public/post/6cf944cc-a5d9-4f07-9fd0-5ac575eb33e3/70efbb59-e53a-4dcd-858c-e9c0cf33418a.jpg,age=13}
released-app-s3-local-1        | 2023-07-05 06:04:47.728 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.io.WriteFlusher        : Flushed=true written=120 remaining=0 WriteFlusher@5a3fdb20{WRITING}->null
released-app-s3-local-1        | 2023-07-05 06:04:47.728 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.io.WriteFlusher        : update WriteFlusher@5a3fdb20{IDLE}->null:WRITING-->IDLE
released-app-s3-local-1        | 2023-07-05 06:04:47.728 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.server.HttpConnection  : generate: SHUTDOWN_OUT for SendCallback@6f604ed9[PROCESSING][i=HTTP/1.1{s=406,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@60fb99bf] ([p=120,l=120,c=8192,r=0],[p=0,l=0,c=0,r=0],true)@END
released-app-s3-local-1        | 2023-07-05 06:04:47.728 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.server.HttpConnection  : generate: DONE for SendCallback@6f604ed9[PROCESSING][i=HTTP/1.1{s=406,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@60fb99bf] ([p=120,l=120,c=8192,r=0],[p=0,l=0,c=0,r=0],true)@END
released-app-s3-local-1        |
released-app-s3-local-1        | 2023-07-05 06:04:47.728 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.server.HttpOutput      : onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=org.eclipse.jetty.util.Callback$3@637b20a0 w=false
released-app-s3-local-1        | 2023-07-05 06:04:47.728 DEBUG 1 --- [qtp273077527-32] o.eclipse.jetty.server.HttpChannelState  : completed HttpChannelState@43fc5179{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0}
released-app-s3-local-1        | 2023-07-05 06:04:47.728 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.io.AbstractEndPoint    : shutdownOutput SocketChannelEndPoint@7074e69f{l=/172.19.0.3:9090,r=/172.19.0.1:56890,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@97c3048[p=HttpParser{s=END,0 of -1},g=HttpGenerator@13ff773{s=END}]=>HttpChannelOverHttp@17c90840{s=HttpChannelState@43fc5179{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=HANDLING,uri=//localhost:9090/released-dev-public/post/6cf944cc-a5d9-4f07-9fd0-5ac575eb33e3/70efbb59-e53a-4dcd-858c-e9c0cf33418a.jpg,age=13}
released-app-s3-local-1        | 2023-07-05 06:04:47.728 DEBUG 1 --- [qtp273077527-32] o.eclipse.jetty.server.HttpChannelState  : unhandle HttpChannelState@43fc5179{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0}
released-app-s3-local-1        | 2023-07-05 06:04:47.728 DEBUG 1 --- [qtp273077527-32] o.eclipse.jetty.server.HttpChannelState  : nextAction(false) TERMINATED HttpChannelState@43fc5179{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0}
released-app-s3-local-1        | 2023-07-05 06:04:47.728 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.server.HttpChannel     : action TERMINATED HttpChannelOverHttp@17c90840{s=HttpChannelState@43fc5179{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=//localhost:9090/released-dev-public/post/6cf944cc-a5d9-4f07-9fd0-5ac575eb33e3/70efbb59-e53a-4dcd-858c-e9c0cf33418a.jpg,age=13}
released-app-s3-local-1        | 2023-07-05 06:04:47.728 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.server.HttpChannel     : onCompleted for /released-dev-public/post/6cf944cc-a5d9-4f07-9fd0-5ac575eb33e3/70efbb59-e53a-4dcd-858c-e9c0cf33418a.jpg written=0
released-app-s3-local-1        | 2023-07-05 06:04:47.728 DEBUG 1 --- [qtp273077527-32] o.eclipse.jetty.server.HttpChannelState  : recycle HttpChannelState@43fc5179{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0}
released-app-s3-local-1        | 2023-07-05 06:04:47.728 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.http.HttpParser        : close HttpParser{s=END,0 of -1}
released-app-s3-local-1        | 2023-07-05 06:04:47.728 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.http.HttpParser        : END --> CLOSE
released-app-s3-local-1        | 2023-07-05 06:04:47.728 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.server.HttpChannel     : !handle TERMINATED HttpChannelOverHttp@17c90840{s=HttpChannelState@43fc5179{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.728 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.io.ChannelEndPoint     : filled 0 HeapByteBuffer@6d35cb3f[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00}
released-app-s3-local-1        | 2023-07-05 06:04:47.728 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.io.ChannelEndPoint     : filled 0 HeapByteBuffer@6d35cb3f[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00}
released-app-s3-local-1        | 2023-07-05 06:04:47.728 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.server.HttpConnection  : HttpConnection@97c3048::SocketChannelEndPoint@7074e69f{l=/172.19.0.3:9090,r=/172.19.0.1:56890,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@97c3048[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@13ff773{s=START}]=>HttpChannelOverHttp@17c90840{s=HttpChannelState@43fc5179{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} filled 0 HeapByteBuffer@6d35cb3f[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00}
released-app-s3-local-1        | 2023-07-05 06:04:47.728 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.server.HttpConnection  : HttpConnection@97c3048::SocketChannelEndPoint@7074e69f{l=/172.19.0.3:9090,r=/172.19.0.1:56890,OSHUT,fill=-,flush=-,to=0/3000
released-app-s3-local-1        | 0}{io=0/0,kio=0,kro=1}->HttpConnection@97c3048[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@13ff773{s=START}]=>HttpChannelOverHttp@17c90840{s=HttpChannelState@43fc5179{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} parse HeapByteBuffer@6d35cb3f[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {}
released-app-s3-local-1        | 2023-07-05 06:04:47.728 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.http.HttpParser        : parseNext s=CLOSE HeapByteBuffer@6d35cb3f[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00}
released-app-s3-local-1        | 2023-07-05 06:04:47.728 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.server.HttpConnection  : HttpConnection@97c3048::SocketChannelEndPoint@7074e69f{l=/172.19.0.3:9090,r=/172.19.0.1:56890,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@97c3048[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@13ff773{s=START}]=>HttpChannelOverHttp@17c90840{s=HttpChannelState@43fc5179{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} parsed false HttpParser{s=CLOSE,0 of -1}
released-app-s3-local-1        | 2023-07-05 06:04:47.728 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.server.HttpConnection  : releaseRequestBuffer HttpConnection@97c3048::SocketChannelEndPoint@7074e69f{l=/172.19.0.3:9090,r=/172.19.0.1:56890,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@97c3048[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@13ff773{s=START}]=>HttpChannelOverHttp@17c90840{s=HttpChannelState@43fc5179{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.728 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.io.AbstractConnection  : fillInterested HttpConnection@97c3048::SocketChannelEndPoint@7074e69f{l=/172.19.0.3:9090,r=/172.19.0.1:56890,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@97c3048[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@13ff773{s=START}]=>HttpChannelOverHttp@17c90840{s=HttpChannelState@43fc5179{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.728 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.io.FillInterest        : interested FillInterest@206919b4{AC.ReadCB@97c3048{HttpConnection@97c3048::SocketChannelEndPoint@7074e69f{l=/172.19.0.3:9090,r=/172.19.0.1:56890,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->HttpConnection@97c3048[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@13ff773{s=START}]=>HttpChannelOverHttp@17c90840{s=HttpChannelState@43fc5179{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}}}
released-app-s3-local-1        | 2023-07-05 06:04:47.728 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.io.ChannelEndPoint     : changeInterests p=false 0->1 for SocketChannelEndPoint@7074e69f{l=/172.19.0.3:9090,r=/172.19.0.1:56890,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->HttpConnection@97c3048[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@13ff773{s=START}]=>HttpChannelOverHttp@17c90840{s=HttpChannelState@43fc5179{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.728 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.io.ManagedSelector     : Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$843/0x0000000100551000@48ff9381 on ManagedSelector@58f174d9{STARTED} id=0 keys=2 selected=0 updates=0
released-app-s3-local-1        | 2023-07-05 06:04:47.728 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.io.ManagedSelector     : Wakeup on submit ManagedSelector@58f174d9{STARTED} id=0 keys=2 selected=0 updates=1
released-app-s3-local-1        | 2023-07-05 06:04:47.729 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.ManagedSelector     : Selector sun.nio.ch.EPollSelectorImpl@36f9e1c0 woken with none selected
released-app-s3-local-1        | 2023-07-05 06:04:47.729 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.ManagedSelector     : Selector sun.nio.ch.EPollSelectorImpl@36f9e1c0 woken up from select, 0/0/2 selected
released-app-s3-local-1        | 2023-07-05 06:04:47.729 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.Man
released-app-s3-local-1        | agedSelector     : Selector sun.nio.ch.EPollSelectorImpl@36f9e1c0 processing 0 keys, 1 updates
released-app-s3-local-1        | 2023-07-05 06:04:47.729 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.server.HttpConnection  : HttpConnection@97c3048::SocketChannelEndPoint@7074e69f{l=/172.19.0.3:9090,r=/172.19.0.1:56890,OSHUT,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=1}->HttpConnection@97c3048[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@13ff773{s=START}]=>HttpChannelOverHttp@17c90840{s=HttpChannelState@43fc5179{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} onFillable exit HttpChannelState@43fc5179{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
released-app-s3-local-1        | 2023-07-05 06:04:47.729 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.ManagedSelector     : updateable 1
released-app-s3-local-1        | 2023-07-05 06:04:47.729 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.ManagedSelector     : update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$843/0x0000000100551000@48ff9381
released-app-s3-local-1        | 2023-07-05 06:04:47.729 DEBUG 1 --- [qtp273077527-32] o.e.j.u.thread.ReservedThreadExecutor    : ReservedThread@2545313f{RUNNING,thread=Thread[qtp273077527-32,5,main]} was=RUNNING next=RESERVED size=0+5 capacity=5
released-app-s3-local-1        | 2023-07-05 06:04:47.729 DEBUG 1 --- [qtp273077527-32] o.e.j.u.thread.ReservedThreadExecutor    : ReservedThread@2545313f{RESERVED,thread=Thread[qtp273077527-32,5,main]} waiting ReservedThreadExecutor@189aa67a{reserved=5/5,pending=0}
released-app-s3-local-1        | 2023-07-05 06:04:47.729 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.ChannelEndPoint     : Key interests updated 0 -> 1 on SocketChannelEndPoint@7074e69f{l=/172.19.0.3:9090,r=/172.19.0.1:56890,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->HttpConnection@97c3048[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@13ff773{s=START}]=>HttpChannelOverHttp@17c90840{s=HttpChannelState@43fc5179{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.729 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.ManagedSelector     : updates 0
released-app-s3-local-1        | 2023-07-05 06:04:47.729 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.ManagedSelector     : Selector sun.nio.ch.EPollSelectorImpl@36f9e1c0 waiting with 2 keys
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.ManagedSelector     : Selector sun.nio.ch.EPollSelectorImpl@36f9e1c0 woken up from select, 2/2/2 selected
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.ManagedSelector     : Selector sun.nio.ch.EPollSelectorImpl@36f9e1c0 processing 2 keys, 0 updates
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-20] org.eclipse.jetty.io.ManagedSelector     : Selector sun.nio.ch.EPollSelectorImpl@1aacdbb6 woken up from select, 1/1/1 selected
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-20] org.eclipse.jetty.io.ManagedSelector     : Selector sun.nio.ch.EPollSelectorImpl@1aacdbb6 processing 1 keys, 0 updates
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.ManagedSelector     : selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/172.19.0.3:9090 remote=/172.19.0.1:56904], selector=sun.nio.ch.EPollSelectorImpl@36f9e1c0, interestOps=1, readyOps=1 SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,OSHUT,fill=FI,flush=-,to=7/30000}{io=1/1,kio=1,kro=1}->HttpConnection@7ec4e534[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-20] org.eclipse.jetty.io.ManagedSelector     : selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/172.19.0.3:9090 remote=/172.19.0.1:56896], selector=sun.nio.ch.EPollSelectorImpl@1aacdbb6, interestOps=1, readyOps=1 SocketChannelEndPoint@36f1c94b{l=/172.19.0.3:9090,r=/172.19.0.1:56896,OSHUT,fill=FI,flush=-,to=8/30000}{io=1/1,kio=1,kro=1}->HttpConnection@42b261f7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2412fad1{s=START}]=>HttpChannelOverHttp@7964e327{s=HttpChannelState@61c03780{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.ChannelEndPoint     : onSelected 1->0 r=true w=false for SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,OSHUT,fill=FI,flush=-,to=7/30000}{io=1/0,kio=1,kro=1}->HttpConnection@7ec4e534[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-20] org.eclipse.jetty.io.ChannelEndPoint     : onSelected 1->0 r=true w=false for SocketChannelEndPoint@36f1c94b{l=/172.19.0.3:9090,r=/172.19.0.1:56896,OSHUT,fill=FI,flush=-,to=9/30000}{io=1/0,kio=1,kro=1}->HttpConnection@42b261f7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2412fad1{s=START}]=>HttpChannelOverHttp@7964e327{s=HttpChannelState@61c03780{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.ChannelEndPoint     : task CEP:SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,OSHUT,fill=FI,flush=-,to=7/30000}{io=1/0,kio=1,kro=1}->HttpConnection@7ec4e534[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{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
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-20] org.eclipse.jetty.io.ChannelEndPoint     : task CEP:SocketChannelEndPoint@36f1c94b{l=/172.19.0.3:9090,r=/172.19.0.1:56896,OSHUT,fill=FI,flush=-,to=9/30000}{io=1/0,kio=1,kro=1}->HttpConnection@42b261f7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2412fad1{s=START}]=>HttpChannelOverHttp@7964e327{s=HttpChannelState@61c03780{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
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-20] o.e.j.u.thread.ReservedThreadExecutor    : ReservedThreadExecutor@189aa67a{reserved=5/5,pending=0} tryExecute EatWhatYouKill@78c7f9b3/SelectorProducer@6f8d7714/PRODUCING/p=false/QueuedThreadPool[qtp273077527]@1046d517{STARTED,8<=15<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@189aa67a{reserved=5/5,pending=0}][pc=0,pic=0,pec=5,epc=6]@2023-07-05T06:04:47.735384381Z
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-20] o.e.j.u.thread.strategy.EatWhatYouKill   : EatWhatYouKill@78c7f9b3/SelectorProducer@6f8d7714/IDLE/p=true/QueuedThreadPool[qtp273077527]@1046d517{STARTED,8<=15<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@189aa67a{reserved=4/5,pending=0}][pc=0,pic=0,pec=5,epc=6]@2023-07-05T06:04:47.735502881Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@36f1c94b{l=/172.19.0.3:9090,r=/172.19.0.1:56896,OSHUT,fill=FI,flush=-,to=9/30000}{io=1/0,kio=1,kro=1}->HttpConnection@42b261f7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2412fad1{s=START}]=>HttpChannelOverHttp@7964e327{s=HttpChannelState@61c03780{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
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-32] o.e.j.u.thread.ReservedThreadExecutor    : ReservedThread@2545313f{RESERVED,thread=Thread[qtp273077527-32,5,main]} task=EatWhatYouKill@78c7f9b3/SelectorProducer@6f8d7714/IDLE/p=true/QueuedThreadPool[qtp273077527]@1046d517{STARTED,8<=15<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@189aa67a{reserved=4/5,pending=0}][pc=0,pic=0,pec=5,epc=6]@2023-07-05T06:04:47.735532172Z ReservedThreadExecutor@189aa67a{reserved=4/5,pending=0}
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-20] org.eclipse.jetty.io.FillInterest        : fillable FillInterest@440ea5e4{AC.ReadCB@42b261f7{HttpConnection@42b261f7::SocketChannelEndPoint@36f1c94b{l=/172.19.0.3:9090,r=/172.19.0.1:56896,OSHUT,fill=FI,flush=-,to=9/30000}{io=1/0,kio=1,kro=1}->HttpConnection@42b261f7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2412fad1{s=START}]=>HttpChannelOverHttp@7964e327{s=HttpChannelState@61c03780{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}}}
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-24] o.e.j.u.thread.ReservedThreadExecutor    : ReservedThreadExecutor@189aa67a{reserved=5/5,pending=0} tryExecute EatWhatYouKill@417ad4f3/SelectorProducer@2f6bcf87/PRODUCING/p=false/QueuedThreadPool[qtp273077527]@1046d517{STARTED,8<=15<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@189aa67a{reserved=5/5,pending=0}][pc=0,pic=0,pec=2,epc=8]@2023-07-05T06:04:47.735376672Z
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-32] o.e.j.u.thread.strategy.EatWhatYouKill   : EatWhatYouKill@78c7f9b3/SelectorProducer@6f8d7714/IDLE/p=true/QueuedThreadPool[qtp273077527]@1046d517{STARTED,8<=15<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@189aa67a{reserved=4/5,pending=0}][pc=0,pic=0,pec=5,epc=7]@2023-07-05T06:04:47.735591589Z tryProduce true
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.io.ManagedSelector     : updateable 0
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.io.ManagedSelector     : updates 0
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-20] org.eclipse.jetty.server.HttpConnection  : HttpConnection@42b261f7::SocketChannelEndPoint@36f1c94b{l=/172.19.0.3:9090,r=/172.19.0.1:56896,OSHUT,fill=-,flush=-,to=9/30000}{io=1/0,kio=1,kro=1}->HttpConnection@42b261f7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2412fad1{s=START}]=>HttpChannelOverHttp@7964e327{s=HttpChannelState@61c03780{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} onFillable enter HttpChannelState@61c03780{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-24] o.e.j.u.thread.strategy.EatWhatYouKill   : EatWhatYouKill@417ad4f3/SelectorProducer@2f6bcf87/IDLE/p=true/QueuedThreadPool[qtp273077527]@1046d517{STARTED,8<=15<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@189aa67a{reserved=3/5,pending=0}][pc=0,pic=0,pec=2,epc=8]@2023-07-05T06:04:47.735610714Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,OSHUT,fill=FI,flush=-,to=8/30000}{io=1/0,kio=1,kro=1}->HttpConnection@7ec4e534[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{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
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.FillInterest        : fillable FillInterest@56d721f6{AC.ReadCB@7ec4e534{HttpConnection@7ec4e534::SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,OSHUT,fill=FI,flush=-,to=8/30000}{io=1/0,kio=1,kro=1}->HttpConnection@7ec4e534[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{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}}}
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.io.ChannelEndPoint     : Key interests updated 1 -> 0 on SocketChannelEndPoint@36f1c94b{l=/172.19.0.3:9090,r=/172.19.0.1:56896,OSHUT,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->HttpConnection@42b261f7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2412fad1{s=START}]=>HttpChannelOverHttp@7964e327{s=HttpChannelState@61c03780{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.server.HttpConnection  : HttpConnection@7ec4e534::SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,OSHUT,fill=-,flush=-,to=8/30000}{io=1/0,kio=1,kro=1}->HttpConnection@7ec4e534[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{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} onFillable enter HttpChannelState@1d1bfc09{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.io.ManagedSelector     : Selector sun.nio.ch.EPollSelectorImpl@1aacdbb6 waiting with 1 keys
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-20] org.eclipse.jetty.io.AbstractEndPoint    : shutdownInput SocketChannelEndPoint@36f1c94b{l=/172.19.0.3:9090,r=/172.19.0.1:56896,OSHUT,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->HttpConnection@42b261f7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2412fad1{s=START}]=>HttpChannelOverHttp@7964e327{s=HttpChannelState@61c03780{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.AbstractEndPoint    : shutdownInput SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,OSHUT,fill=-,flush=-,to=8/30000}{io=1/0,kio=1,kro=1}->HttpConnection@7ec4e534[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-20] org.eclipse.jetty.io.ChannelEndPoint     : doClose SocketChannelEndPoint@36f1c94b{l=/172.19.0.3:9090,r=/172.19.0.1:56896,CLOSED,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->HttpConnection@42b261f7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2412fad1{s=START}]=>HttpChannelOverHttp@7964e327{s=HttpChannelState@61c03780{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.ChannelEndPoint     : doClose SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,CLOSED,fill=-,flush=-,to=8/30000}{io=1/0,kio=1,kro=1}->HttpConnection@7ec4e534[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-20] org.eclipse.jetty.io.FillInterest        : onClose FillInterest@440ea5e4{null}
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.FillInterest        : onClose FillInterest@56d721f6{null}
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.ManagedSelector     : Wakeup ManagedSelector@58f174d9{STARTED} id=0 keys=2 selected=2 updates=0
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-20] org.eclipse.jetty.io.ManagedSelector     : Wakeup ManagedSelector@1e6b9a95{STARTED} id=1 keys=1 selected=0 updates=0
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-24] o.e.jetty.util.thread.QueuedThreadPool   : queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@25a3fa1e startThread=0
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-20] o.e.jetty.util.thread.QueuedThreadPool   : queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@33d1363d startThread=0
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.ChannelEndPoint     : filled -1 HeapByteBuffer@6b6cc38b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00}
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-20] org.eclipse.jetty.io.ChannelEndPoint     : filled -1 HeapByteBuffer@608adf1d[p=0,l=0,c=8192,r=0]={<<<>>>GET /rele...\x00\x00\x00\x00\x00\x00\x00}
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.http.HttpParser        : atEOF HttpParser{s=CLOSE,0 of -1}
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.io.ManagedSelector     : Selector sun.nio.ch.EPollSelectorImpl@1aacdbb6 woken with none selected
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-20] org.eclipse.jetty.http.HttpParser        : atEOF HttpParser{s=CLOSE,0 of -1}
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.io.ManagedSelector     : Selector sun.nio.ch.EPollSelectorImpl@1aacdbb6 woken up from select, 0/0/0 selected
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.io.ManagedSelector     : Selector sun.nio.ch.EPollSelectorImpl@1aacdbb6 processing 0 keys, 0 updates
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.io.ManagedSelector     : updateable 0
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.io.ManagedSelector     : updates 0
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-32] org.eclipse.jetty.io.ManagedSelector     : Selector sun.nio.ch.EPollSelectorImpl@1aacdbb6 waiting with 0 keys
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.server.HttpConnection  : HttpConnection@7ec4e534::SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,CLOSED,fill=-,flush=-,to=8/30000}{io=1/0,kio=-1,kro=-1}->HttpConnection@7ec4e534[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{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} filled -1 HeapByteBuffer@6b6cc38b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00}
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-20] org.eclipse.jetty.server.HttpConnection  : HttpConnection@42b261f7::SocketChannelEndPoint@36f1c94b{l=/172.19.0.3:9090,r=/172.19.0.1:56896,CLOSED,fill=-,flush=-,to=9/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@42b261f7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2412fad1{s=START}]=>HttpChannelOverHttp@7964e327{s=HttpChannelState@61c03780{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} filled -1 HeapByteBuffer@608adf1d[p=0,l=0,c=8192,r=0]={<<<>>>GET /rele...\x00\x00\x00\x00\x00\x00\x00}
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.AbstractEndPoint    : close SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,CLOSED,fill=-,flush=-,to=8/30000}{io=1/0,kio=-1,kro=-1}->HttpConnection@7ec4e534[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-20] org.eclipse.jetty.io.AbstractEndPoint    : close SocketChannelEndPoint@36f1c94b{l=/172.19.0.3:9090,r=/172.19.0.1:56896,CLOSED,fill=-,flush=-,to=9/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@42b261f7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2412fad1{s=START}]=>HttpChannelOverHttp@7964e327{s=HttpChannelState@61c03780{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.AbstractEndPoint    : close(null) SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,CLOSED,fill=-,flush=-,to=8/30000}{io=1/0,kio=-1,kro=-1}->HttpConnection@7ec4e534[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-20] org.eclipse.jetty.io.AbstractEndPoint    : close(null) SocketChannelEndPoint@36f1c94b{l=/172.19.0.3:9090,r=/172.19.0.1:56896,CLOSED,fill=-,flush=-,to=9/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@42b261f7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2412fad1{s=START}]=>HttpChannelOverHttp@7964e327{s=HttpChannelState@61c03780{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.server.HttpConnection  : HttpConnection@7ec4e534::SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,CLOSED,fill=-,flush=-,to=8/30000}{io=1/0,kio=-1,kro=-1}->HttpConnection@7ec4e534[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{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} parse HeapByteBuffer@6b6cc38b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} {}
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.http.HttpParser        : parseNext s=CLOSE HeapByteBuffer@6b6cc38b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00}
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.http.HttpParser        : CLOSE --> CLOSED
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-20] org.eclipse.jetty.server.HttpConnection  : HttpConnection@42b261f7::SocketChannelEndPoint@36f1c94b{l=/172.19.0.3:9090,r=/172.19.0.1:56896,CLOSED,fill=-,flush=-,to=9/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@42b261f7[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2412fad1{s=START}]=>HttpChannelOverHttp@7964e327{s=HttpChannelState@61c03780{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} parse HeapByteBuffer@608adf1d[p=0,l=0,c=8192,r=0]={<<<>>>GET /rele...\x00\x00\x00\x00\x00\x00\x00} {}
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-20] org.eclipse.jetty.http.HttpParser        : parseNext s=CLOSE HeapByteBuffer@608adf1d[p=0,l=0,c=8192,r=0]={<<<>>>GET /rele...\x00\x00\x00\x00\x00\x00\x00}
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.server.HttpConnection  : HttpConnection@7ec4e534::SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,CLOSED,fill=-,flush=-,to=8/30000}{io=1/0,kio=-1,kro=-1}->HttpConnection@7ec4e534[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{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} parsed false HttpParser{s=CLOSED,0 of -1}
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-20] org.eclipse.jetty.http.HttpParser        : CLOSE --> CLOSED
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.server.HttpConnection  : releaseRequestBuffer HttpConnection@7ec4e534::SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,CLOSED,fill=-,flush=-,to=8/30000}{io=1/0,kio=-1,kro=-1}->HttpConnection@7ec4e534[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-20] org.eclipse.jetty.server.HttpConnection  : HttpConnection@42b261f7::SocketChannelEndPoint@36f1c94b{l=/172.19.0.3:9090,r=/172.19.0.1:56896,CLOSED,fill=-,flush=-,to=9/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@42b261f7[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2412fad1{s=START}]=>HttpChannelOverHttp@7964e327{s=HttpChannelState@61c03780{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} parsed false HttpParser{s=CLOSED,0 of -1}
released-app-s3-local-1        | 2023-07-05 06:04:47.735 DEBUG 1 --- [qtp273077527-20] org.eclipse.jetty.server.HttpConnection  : releaseRequestBuffer HttpConnection@42b261f7::SocketChannelEndPoint@36f1c94b{l=/172.19.0.3:9090,r=/172.19.0.1:56896,CLOSED,fill=-,flush=-,to=9/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@42b261f7[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2412fad1{s=START}]=>HttpChannelOverHttp@7964e327{s=HttpChannelState@61c03780{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.736 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.AbstractEndPoint    : shutdownOutput SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,CLOSED,fill=-,flush=-,to=8/30000}{io=1/0,kio=-1,kro=-1}->HttpConnection@7ec4e534[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.736 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.server.HttpConnection  : HttpConnection@7ec4e534::SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,CLOSED,fill=-,flush=-,to=8/30000}{io=1/0,kio=-1,kro=-1}->HttpConnection@7ec4e534[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{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} onFillable exit HttpChannelState@1d1bfc09{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
released-app-s3-local-1        | 2023-07-05 06:04:47.736 DEBUG 1 --- [qtp273077527-20] org.eclipse.jetty.io.AbstractEndPoint    : shutdownOutput SocketChannelEndPoint@36f1c94b{l=/172.19.0.3:9090,r=/172.19.0.1:56896,CLOSED,fill=-,flush=-,to=9/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@42b261f7[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2412fad1{s=START}]=>HttpChannelOverHttp@7964e327{s=HttpChannelState@61c03780{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.736 DEBUG 1 --- [qtp273077527-20] org.eclipse.jetty.server.HttpConnection  : HttpConnection@42b261f7::SocketChannelEndPoint@36f1c94b{l=/172.19.0.3:9090,r=/172.19.0.1:56896,CLOSED,fill=-,flush=-,to=9/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@42b261f7[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2412fad1{s=START}]=>HttpChannelOverHttp@7964e327{s=HttpChannelState@61c03780{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} onFillable exit HttpChannelState@61c03780{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
released-app-s3-local-1        | 2023-07-05 06:04:47.736 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.ManagedSelector     : selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/172.19.0.3:9090 remote=/172.19.0.1:56890], selector=sun.nio.ch.EPollSelectorImpl@36f9e1c0, interestOps=1, readyOps=1 SocketChannelEndPoint@7074e69f{l=/172.19.0.3:9090,r=/172.19.0.1:56890,OSHUT,fill=FI,flush=-,to=7/30000}{io=1/1,kio=1,kro=1}->HttpConnection@97c3048[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@13ff773{s=START}]=>HttpChannelOverHttp@17c90840{s=HttpChannelState@43fc5179{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.736 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.ChannelEndPoint     : onSelected 1->0 r=true w=false for SocketChannelEndPoint@7074e69f{l=/172.19.0.3:9090,r=/172.19.0.1:56890,OSHUT,fill=FI,flush=-,to=7/30000}{io=1/0,kio=1,kro=1}->HttpConnection@97c3048[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@13ff773{s=START}]=>HttpChannelOverHttp@17c90840{s=HttpChannelState@43fc5179{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.736 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.ChannelEndPoint     : task CEP:SocketChannelEndPoint@7074e69f{l=/172.19.0.3:9090,r=/172.19.0.1:56890,OSHUT,fill=FI,flush=-,to=7/30000}{io=1/0,kio=1,kro=1}->HttpConnection@97c3048[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@13ff773{s=START}]=>HttpChannelOverHttp@17c90840{s=HttpChannelState@43fc5179{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
released-app-s3-local-1        | 2023-07-05 06:04:47.736 DEBUG 1 --- [qtp273077527-24] o.e.j.u.thread.strategy.EatWhatYouKill   : EatWhatYouKill@417ad4f3/SelectorProducer@2f6bcf87/IDLE/p=true/QueuedThreadPool[qtp273077527]@1046d517{STARTED,8<=15<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@189aa67a{reserved=3/5,pending=0}][pc=0,pic=0,pec=2,epc=9]@2023-07-05T06:04:47.736098672Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7074e69f{l=/172.19.0.3:9090,r=/172.19.0.1:56890,OSHUT,fill=FI,flush=-,to=7/30000}{io=1/0,kio=1,kro=1}->HttpConnection@97c3048[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@13ff773{s=START}]=>HttpChannelOverHttp@17c90840{s=HttpChannelState@43fc5179{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
released-app-s3-local-1        | 2023-07-05 06:04:47.736 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.FillInterest        : fillable FillInterest@206919b4{AC.ReadCB@97c3048{HttpConnection@97c3048::SocketChannelEndPoint@7074e69f{l=/172.19.0.3:9090,r=/172.19.0.1:56890,OSHUT,fill=FI,flush=-,to=7/30000}{io=1/0,kio=1,kro=1}->HttpConnection@97c3048[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@13ff773{s=START}]=>HttpChannelOverHttp@17c90840{s=HttpChannelState@43fc5179{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}}}
released-app-s3-local-1        | 2023-07-05 06:04:47.736 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.server.HttpConnection  : HttpConnection@97c3048::SocketChannelEndPoint@7074e69f{l=/172.19.0.3:9090,r=/172.19.0.1:56890,OSHUT,fill=-,flush=-,to=7/30000}{io=1/0,kio=1,kro=1}->HttpConnection@97c3048[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@13ff773{s=START}]=>HttpChannelOverHttp@17c90840{s=HttpChannelState@43fc5179{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} onFillable enter HttpChannelState@43fc5179{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
released-app-s3-local-1        | 2023-07-05 06:04:47.736 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.AbstractEndPoint    : shutdownInput SocketChannelEndPoint@7074e69f{l=/172.19.0.3:9090,r=/172.19.0.1:56890,OSHUT,fill=-,flush=-,to=7/30000}{io=1/0,kio=1,kro=1}->HttpConnection@97c3048[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@13ff773{s=START}]=>HttpChannelOverHttp@17c90840{s=HttpChannelState@43fc5179{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.736 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.ChannelEndPoint     : doClose SocketChannelEndPoint@7074e69f{l=/172.19.0.3:9090,r=/172.19.0.1:56890,CLOSED,fill=-,flush=-,to=7/30000}{io=1/0,kio=1,kro=1}->HttpConnection@97c3048[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@13ff773{s=START}]=>HttpChannelOverHttp@17c90840{s=HttpChannelState@43fc5179{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.736 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.FillInterest        : onClose FillInterest@206919b4{null}
released-app-s3-local-1        | 2023-07-05 06:04:47.736 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.ManagedSelector     : Wakeup ManagedSelector@58f174d9{STARTED} id=0 keys=2 selected=2 updates=0
released-app-s3-local-1        | 2023-07-05 06:04:47.736 DEBUG 1 --- [qtp273077527-24] o.e.jetty.util.thread.QueuedThreadPool   : queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@6cd8e4a2 startThread=0
released-app-s3-local-1        | 2023-07-05 06:04:47.736 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.ChannelEndPoint     : filled -1 HeapByteBuffer@48b861a5[p=0,l=0,c=8192,r=0]={<<<>>>GET /rele...\x00\x00\x00\x00\x00\x00\x00}
released-app-s3-local-1        | 2023-07-05 06:04:47.736 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.http.HttpParser        : atEOF HttpParser{s=CLOSE,0 of -1}
released-app-s3-local-1        | 2023-07-05 06:04:47.736 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.server.HttpConnection  : HttpConnection@97c3048::SocketChannelEndPoint@7074e69f{l=/172.19.0.3:9090,r=/172.19.0.1:56890,CLOSED,fill=-,flush=-,to=7/30000}{io=1/0,kio=-1,kro=-1}->HttpConnection@97c3048[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@13ff773{s=START}]=>HttpChannelOverHttp@17c90840{s=HttpChannelState@43fc5179{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} filled -1 HeapByteBuffer@48b861a5[p=0,l=0,c=8192,r=0]={<<<>>>GET /rele...\x00\x00\x00\x00\x00\x00\x00}
released-app-s3-local-1        | 2023-07-05 06:04:47.736 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.AbstractEndPoint    : close SocketChannelEndPoint@7074e69f{l=/172.19.0.3:9090,r=/172.19.0.1:56890,CLOSED,fill=-,flush=-,to=7/30000}{io=1/0,kio=-1,kro=-1}->HttpConnection@97c3048[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@13ff773{s=START}]=>HttpChannelOverHttp@17c90840{s=HttpChannelState@43fc5179{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.736 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.AbstractEndPoint    : close(null) SocketChannelEndPoint@7074e69f{l=/172.19.0.3:9090,r=/172.19.0.1:56890,CLOSED,fill=-,flush=-,to=7/30000}{io=1/0,kio=-1,kro=-1}->HttpConnection@97c3048[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@13ff773{s=START}]=>HttpChannelOverHttp@17c90840{s=HttpChannelState@43fc5179{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.736 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.server.HttpConnection  : HttpConnection@97c3048::SocketChannelEndPoint@7074e69f{l=/172.19.0.3:9090,r=/172.19.0.1:56890,CLOSED,fill=-,flush=-,to=7/30000}{io=1/0,kio=-1,kro=-1}->HttpConnection@97c3048[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@13ff773{s=START}]=>HttpChannelOverHttp@17c90840{s=HttpChannelState@43fc5179{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} parse HeapByteBuffer@48b861a5[p=0,l=0,c=8192,r=0]={<<<>>>GET /rele...\x00\x00\x00\x00\x00\x00\x00} {}
released-app-s3-local-1        | 2023-07-05 06:04:47.736 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.http.HttpParser        : parseNext s=CLOSE HeapByteBuffer@48b861a5[p=0,l=0,c=8192,r=0]={<<<>>>GET /rele...\x00\x00\x00\x00\x00\x00\x00}
released-app-s3-local-1        | 2023-07-05 06:04:47.736 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.http.HttpParser        : CLOSE --> CLOSED
released-app-s3-local-1        | 2023-07-05 06:04:47.736 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.server.HttpConnection  : HttpConnection@97c3048::SocketChannelEndPoint@7074e69f{l=/172.19.0.3:9090,r=/172.19.0.1:56890,CLOSED,fill=-,flush=-,to=7/30000}{io=1/0,kio=-1,kro=-1}->HttpConnection@97c3048[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@13ff773{s=START}]=>HttpChannelOverHttp@17c90840{s=HttpChannelState@43fc5179{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} parsed false HttpParser{s=CLOSED,0 of -1}
released-app-s3-local-1        | 2023-07-05 06:04:47.736 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.server.HttpConnection  : releaseRequestBuffer HttpConnection@97c3048::SocketChannelEndPoint@7074e69f{l=/172.19.0.3:9090,r=/172.19.0.1:56890,CLOSED,fill=-,flush=-,to=7/30000}{io=1/0,kio=-1,kro=-1}->HttpConnection@97c3048[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@13ff773{s=START}]=>HttpChannelOverHttp@17c90840{s=HttpChannelState@43fc5179{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.736 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.AbstractEndPoint    : shutdownOutput SocketChannelEndPoint@7074e69f{l=/172.19.0.3:9090,r=/172.19.0.1:56890,CLOSED,fill=-,flush=-,to=8/30000}{io=1/0,kio=-1,kro=-1}->HttpConnection@97c3048[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@13ff773{s=START}]=>HttpChannelOverHttp@17c90840{s=HttpChannelState@43fc5179{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.736 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.server.HttpConnection  : HttpConnection@97c3048::SocketChannelEndPoint@7074e69f{l=/172.19.0.3:9090,r=/172.19.0.1:56890,CLOSED,fill=-,flush=-,to=8/30000}{io=1/0,kio=-1,kro=-1}->HttpConnection@97c3048[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@13ff773{s=START}]=>HttpChannelOverHttp@17c90840{s=HttpChannelState@43fc5179{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} onFillable exit HttpChannelState@43fc5179{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
released-app-s3-local-1        | 2023-07-05 06:04:47.736 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.ManagedSelector     : updateable 0
released-app-s3-local-1        | 2023-07-05 06:04:47.736 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.ManagedSelector     : updates 0
released-app-s3-local-1        | 2023-07-05 06:04:47.736 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.ChannelEndPoint     : Ignoring key update for cancelled key SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,CLOSED,fill=-,flush=-,to=9/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@7ec4e534[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.738 DEBUG 1 --- [qtp273077527-20] o.e.j.u.thread.ReservedThreadExecutor    : ReservedThread@5912e0b6{RUNNING,thread=Thread[qtp273077527-20,5,main]} was=RUNNING next=RESERVED size=0+4 capacity=5
released-app-s3-local-1        | 2023-07-05 06:04:47.738 DEBUG 1 --- [qtp273077527-20] o.e.j.u.thread.ReservedThreadExecutor    : ReservedThread@5912e0b6{RESERVED,thread=Thread[qtp273077527-20,5,main]} waiting ReservedThreadExecutor@189aa67a{reserved=4/5,pending=0}
released-app-s3-local-1        | 2023-07-05 06:04:47.738 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.AbstractEndPoint    : close SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,CLOSED,fill=-,flush=-,to=9/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@7ec4e534[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.738 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.AbstractEndPoint    : close(null) SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,CLOSED,fill=-,flush=-,to=10/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@7ec4e534[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.738 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.ChannelEndPoint     : Ignoring key update for cancelled key SocketChannelEndPoint@7074e69f{l=/172.19.0.3:9090,r=/172.19.0.1:56890,CLOSED,fill=-,flush=-,to=9/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@97c3048[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@13ff773{s=START}]=>HttpChannelOverHttp@17c90840{s=HttpChannelState@43fc5179{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.738 DEBUG 1 --- [qtp273077527-24] org.eclipse.j
released-app-s3-local-1        | etty.io.AbstractEndPoint    : close SocketChannelEndPoint@7074e69f{l=/172.19.0.3:9090,r=/172.19.0.1:56890,CLOSED,fill=-,flush=-,to=9/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@97c3048[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@13ff773{s=START}]=>HttpChannelOverHttp@17c90840{s=HttpChannelState@43fc5179{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.738 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.AbstractEndPoint    : close(null) SocketChannelEndPoint@7074e69f{l=/172.19.0.3:9090,r=/172.19.0.1:56890,CLOSED,fill=-,flush=-,to=10/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@97c3048[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@13ff773{s=START}]=>HttpChannelOverHttp@17c90840{s=HttpChannelState@43fc5179{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.738 DEBUG 1 --- [qtp273077527-24] org.eclipse.jetty.io.ManagedSelector     : Selector sun.nio.ch.EPollSelectorImpl@36f9e1c0 waiting with 2 keys
released-app-s3-local-1        | 2023-07-05 06:04:47.738 DEBUG 1 --- [qtp273077527-21] o.e.jetty.util.thread.QueuedThreadPool   : run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@6cd8e4a2 in QueuedThreadPool[qtp273077527]@1046d517{STARTED,8<=15<=200,i=1,r=-1,q=0}[ReservedThreadExecutor@189aa67a{reserved=4/5,pending=0}]
released-app-s3-local-1        | 2023-07-05 06:04:47.738 DEBUG 1 --- [qtp273077527-21] org.eclipse.jetty.io.ManagedSelector     : Destroyed SocketChannelEndPoint@7074e69f{l=/172.19.0.3:9090,r=/172.19.0.1:56890,CLOSED,fill=-,flush=-,to=10/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@97c3048[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@13ff773{s=START}]=>HttpChannelOverHttp@17c90840{s=HttpChannelState@43fc5179{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.738 DEBUG 1 --- [qtp273077527-21] org.eclipse.jetty.io.AbstractConnection  : onClose HttpConnection@97c3048::SocketChannelEndPoint@7074e69f{l=/172.19.0.3:9090,r=/172.19.0.1:56890,CLOSED,fill=-,flush=-,to=10/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@97c3048[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@13ff773{s=START}]=>HttpChannelOverHttp@17c90840{s=HttpChannelState@43fc5179{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.738 DEBUG 1 --- [qtp273077527-21] o.e.jetty.util.thread.QueuedThreadPool   : ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@6cd8e4a2 in QueuedThreadPool[qtp273077527]@1046d517{STARTED,8<=15<=200,i=1,r=-1,q=0}[ReservedThreadExecutor@189aa67a{reserved=4/5,pending=0}]
released-app-s3-local-1        | 2023-07-05 06:04:47.738 DEBUG 1 --- [qtp273077527-23] o.e.j.u.thread.ReservedThreadExecutor    : ReservedThread@304245b9{RESERVED,thread=Thread[qtp273077527-23,5,main]} task=EatWhatYouKill@417ad4f3/SelectorProducer@2f6bcf87/PRODUCING/p=true/QueuedThreadPool[qtp273077527]@1046d517{STARTED,8<=15<=200,i=1,r=-1,q=0}[ReservedThreadExecutor@189aa67a{reserved=4/5,pending=0}][pc=0,pic=0,pec=2,epc=10]@2023-07-05T06:04:47.738284381Z ReservedThreadExecutor@189aa67a{reserved=4/5,pending=0}
released-app-s3-local-1        | 2023-07-05 06:04:47.738 DEBUG 1 --- [qtp273077527-35] o.e.jetty.util.thread.QueuedThreadPool   : run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@25a3fa1e in QueuedThreadPool[qtp273077527]@1046d517{STARTED,8<=15<=200,i=1,r=-1,q=0}[ReservedThreadExecutor@189aa67a{reserved=4/5,pending=0}]
released-app-s3-local-1        | 2023-07-05 06:04:47.739 DEBUG 1 --- [qtp273077527-35] org.eclipse.jetty.io.ManagedSelector     : Destroyed SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,CLOSED,fill=-,flush=-,to=11/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@7ec4e534[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.739 DEBUG 1 --- [qtp273077527-35] org.eclipse.jetty.io.AbstractConnection  : onClose HttpConnection@7ec4e534::SocketChannelEndPoint@6498b587{l=/172.19.0.3:9090,r=/172.19.0.1:56904,CLOSED,fill=-,flush=-,to=11/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@7ec4e534[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@14ee7cd6{s=START}]=>HttpChannelOverHttp@4ff0909a{s=HttpChannelState@1d1bfc09{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.739 DEBUG 1 --- [qtp273077527-35] o.e.jetty.util.thread.QueuedThreadPool   : ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@25a3fa1e in QueuedThreadPool[qtp273077527]@1046d517{STARTED,8<=15<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@189aa67a{reserved=4/5,pending=0}]
released-app-s3-local-1        | 2023-07-05 06:04:47.738 DEBUG 1 --- [qtp273077527-34] o.e.jetty.util.thread.QueuedThreadPool   : run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@33d1363d in QueuedThreadPool[qtp273077527]@1046d517{STARTED,8<=15<=200,i=1,r=-1,q=0}[ReservedThreadExecutor@189aa67a{reserved=4/5,pending=0}]
released-app-s3-local-1        | 2023-07-05 06:04:47.739 DEBUG 1 --- [qtp273077527-34] org.eclipse.jetty.io.ManagedSelector     : Destroyed SocketChannelEndPoint@36f1c94b{l=/172.19.0.3:9090,r=/172.19.0.1:56896,CLOSED,fill=-,flush=-,to=12/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@42b261f7[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2412fad1{s=START}]=>HttpChannelOverHttp@7964e327{s=HttpChannelState@61c03780{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.739 DEBUG 1 --- [qtp273077527-34] org.eclipse.jetty.io.AbstractConnection  : onClose HttpConnection@42b261f7::SocketChannelEndPoint@36f1c94b{l=/172.19.0.3:9090,r=/172.19.0.1:56896,CLOSED,fill=-,flush=-,to=12/30000}{io=0/0,kio=-1,kro=-1}->HttpConnection@42b261f7[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2412fad1{s=START}]=>HttpChannelOverHttp@7964e327{s=HttpChannelState@61c03780{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}
released-app-s3-local-1        | 2023-07-05 06:04:47.739 DEBUG 1 --- [qtp273077527-34] o.e.jetty.util.thread.QueuedThreadPool   : ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@33d1363d in QueuedThreadPool[qtp273077527]@1046d517{STARTED,8<=15<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@189aa67a{reserved=4/5,pending=0}]
released-app-s3-local-1        | 2023-07-05 06:04:47.739 DEBUG 1 --- [qtp273077527-23] o.e.j.u.thread.strategy.EatWhatYouKill   : EatWhatYouKill@417ad4f3/SelectorProducer@2f6bcf87/PRODUCING/p=true/QueuedThreadPool[qtp273077527]@1046d517{STARTED,8<=15<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@189aa67a{reserved=4/5,pending=0}][pc=0,pic=0,pec=2,epc=10]@2023-07-05T06:04:47.739856547Z tryProduce true
released-app-s3-local-1        | 2023-07-05 06:04:47.739 DEBUG 1 --- [qtp273077527-23]
released-app-s3-local-1        |  o.e.j.u.thread.ReservedThreadExecutor    : ReservedThread@304245b9{RUNNING,thread=Thread[qtp273077527-23,5,main]} was=RUNNING next=RESERVED size=0+5 capacity=5
released-app-s3-local-1        | 2023-07-05 06:04:47.739 DEBUG 1 --- [qtp273077527-23] o.e.j.u.thread.ReservedThreadExecutor    : ReservedThread@304245b9{RESERVED,thread=Thread[qtp273077527-23,5,main]} waiting ReservedThreadExecutor@189aa67a{reserved=5/5,pending=0}
sampotts commented 1 year ago

I'm guessing the important log line is:

Arguments: [org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acceptable representation, ServletWebRequest: uri=/released-dev-public/post/df8cc8eb-e41c-46fa-a4b7-95ada5c891af/0d24a153-4208-4d92-a146-52c4de63b8c8.jpg;client=172.19.0.1]
afranken commented 1 year ago

found it!

There's an erroneous produces declaration in getObject that tells the client we only send application/xml for a get request. Must have been there for a long time without anyone noticing (copy'n'paste problem?) The AWS SDK does not send an Accept header, so this exception never came up.

I just checked all consumes and produces declarations and added a test with a plain HTTP request that sets the Accept header. I was going to release today anyway and will merge this fix before I do.

afranken commented 1 year ago

@sampotts just released 2.17.0 which should fix your problem :)

sampotts commented 1 year ago

Awesome! Thanks for getting it fixed so quickly!