[opentsdb] net.opentsdb.tsd.ConnectionManager$ConnectionRefusedException: Channel size exceeds total
Cloud 2018. 7. 8. 22:12TSDB에서 다음과 같은 에러가 발생했다.
(기본 설정에는 채널 사이즈가 정해져 있지 않다.)
net.opentsdb.tsd.ConnectionManager$ConnectionRefusedException: Channel size (201) exceeds total
connection limit(200), 즉 채널 사이즈가 작아서 발생한 것이다.
설정을 보면 200으로 되어 있다.
# Sets the maximum number of connections a TSD will handle, additional connections are immediately closed. (from 2.3)
tsd.core.connections.limit = 200
이를 큰 값으로 (예, 500)수정하면 해당 트래픽 상황에서는 더 이상 문제가 생기지 않는다.
'Cloud' 카테고리의 다른 글
[kubernetes] 쿠버네티스- 상태(볼륨)를 갖는 애플리케이션 (공부) (0) | 2018.08.11 |
---|---|
[kebernetes] 쿠버네티스 서비스 health (0) | 2018.08.10 |
[grafana] auto interval downsampling (0) | 2018.07.06 |
opentsdb 개발 환경 구성하기/소스 분석 (0) | 2018.07.03 |
[openstack] flavor 추가 (0) | 2018.06.16 |