일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
Tags
- sort
- Test
- query
- Mac
- license delete
- matplotlib
- token filter test
- 900gle
- 차트
- Elasticsearch
- docker
- Kafka
- API
- ELASTIC
- zip 파일 암호화
- aggs
- flask
- springboot
- MySQL
- aggregation
- TensorFlow
- licence delete curl
- License
- Java
- analyzer test
- zip 암호화
- high level client
- plugin
- 파이썬
- Python
Archives
- Today
- Total
개발잡부
timeout on connection http-outgoing-56 본문
반응형
클라이언트에서 connection 종료를 인지하지 못하고 계속들고있다가 lost connection으로 시도하는것으로 추측
.setConnectionReuseStrategy((response, context) -> true) // keepAlive use true
.setKeepAliveStrategy((response, context) -> 300) // keepAlive timeout sec
반응형