반응형
Recent Posts
Recent Comments
관리 메뉴

개발잡부

timeout on connection http-outgoing-56 본문

ElasticStack/Troubleshooting

timeout on connection http-outgoing-56

닉의네임 2023. 1. 28. 10:24
반응형

클라이언트에서 connection 종료를 인지하지 못하고 계속들고있다가 lost connection으로 시도하는것으로 추측

 

 .setConnectionReuseStrategy((response, context) -> true) // keepAlive use true
                            .setKeepAliveStrategy((response, context) -> 300) // keepAlive timeout sec
반응형
Comments