souravgupta6nov1992

Results 10 comments of souravgupta6nov1992

we have checked making direct curl to the destination and it connects on another instance of the same application, we are able to connect to that destination. we obeserver the...

Hi @sbordet , Please find below all the logs from jetty i could collect for this request: ```` {"instant":{"epochSecond":1709292837,"nanoOfSecond":281853018},"thread":"thread-1","level":"DEBUG","loggerName":"org.eclipse.jetty.reactive.client.internal.AbstractSinglePublisher","message":"PublisherContent@2b41e724 subscription from PublisherRequestContent@3923ced4","endOfBatch":false,"loggerFqcn":"org.apache.logging.slf4j.Log4jLogger","threadId":466,"threadPriority":5} {"instant":{"epochSecond":1709292837,"nanoOfSecond":281888850},"thread":"thread-1","level":"DEBUG","loggerName":"org.eclipse.jetty.client.util.AsyncRequestContent","message":"Content offer succeeded, producing false for AsyncRequestContent@6a2f3088[demand=0,stalled=false,chunks=1]","endOfBatch":false,"loggerFqcn":"org.apache.logging.slf4j.Log4jLogger","threadId":466,"threadPriority":5} {"instant":{"epochSecond":1709292837,"nanoOfSecond":281935494},"thread":"thread-1","level":"DEBUG","loggerName":"org.eclipse.jetty.reactive.client.internal.AbstractSinglePublisher","message":"ResponseListenerProcessor@3caacedd[Reactive[HttpRequest[POST...

i am running it in kubernetes env. i am enabling debug logs for "org.eclipse.jetty" package with loglevel as DEBUG and for success case i am getting many logs but for...

@sbordet PFA [ [jettyliblogs.log](https://github.com/jetty/jetty.project/files/14511850/jettyliblogs.log) ] our full logs containing all 'org.eclipse.jetty' logs 'app1.ns-1.domain.clustername' is the fqdn for unsuccessful attempts and '/app1-app1path1/v1/app1path2' is the uri path. We collected TCP dumps for...

@sbordet today i tried to simulate this scenario in my setup with following steps: blocked TCP SYN packet in the remote http/2 TLS server. this is to ensure TCP connection...

We were able to achieve our requirement following the direction of your suggestion on using REMOTE_SOCKET_ADDRESS_CONTEXT_KEY to pass our fqdn. We have updated the Origin class adding one more field...

if we do the overriding in HttpClientTransportOverHttp2 instead of HttpClient, we cannot add the REMOTE_SOCKET_ADDRESS_CONTEXT_KEY key-value there inside newOrigin() method as context map would not be initialized there and hence...

@gregw yes this is regarding jetty client. PFB the dump we were able to collect: ``` += HttpDestination[Origin@c26fdaf2[http://app1.ns-2.domain.clustername:8080,tag=null,protocol=Protocol@301a9e[proto=[h2c],nego=false]]]@d0c1763,state=STARTED,queue=4,pool=MultiplexConnectionPool@7ee82d8d[s=STARTED,c=0/4/4,a=0,i=0,q=4,p=@6597ae30[inUse=0,size=4,max=4,closed=false]],stale=false,idle=99 - STARTED | += MultiplexConnectionPool@7ee82d8d[s=STARTED,c=0/4/4,a=0,i=0,q=4,p=@6597ae30[inUse=0,size=4,max=4,closed=false]] - STARTED | | +- @6597ae30[inUse=0,size=4,max=4,closed=false] |...

@gregw we are currently unable to update to version 12.0.0 since there is some conflict coming due to Micro meter .. is there anything that can be done on this...

@sbordet We have not overriden or modified jetty. This is happening with vanilla jetty client