Cache node에서 "Failed to write, and not due to blocking: Connection reset by peer" 메세지는
cache node에 연결한 어떤 client가 request에 대한 response를 모두 read하지 않은 상태에서
cache node와의 connection을 close하면 발생합니다.
현재 arcus-hubble을 설치하여, cache node 쪽에서 collectd plugin을 수행하면,
"Failed to write, and not due to blocking: Connection reset by peer" 메세지가 발생하고 있습니다.
Cache node의 QOS를 점검하는 collectd plugin에서
cache node의 response를 모두 read하지 않은 상태로 conneciton을 close하기 때문입니다.
참고로, 이 부분에 대해서는 조만간 조치할 예정입니다.