naver / arcus-java-client

ARCUS Java client
Apache License 2.0
50 stars 47 forks source link

"exceeded continuous timeout" 메세지 보강 #511

Closed jhpark816 closed 2 years ago

jhpark816 commented 2 years ago

아래와 같이 node 정보로 ip:port 정보만 출력하고 있다.

/xxx.xxx.xxx.xxx:11211 exceeded continuous timeout threshold. >10 (#Tops=5514214 #iq=0 #Wops=0 #Rops=12 #CT=12 #TR=-1)

node의 full 정보를 출력하도록 수정합시다.

sUpniverse commented 2 years ago
ArcusClient(1-1) for debug /192.168.0.33:11211 exceeded continuous timeout threshold. >-1(count), >-1(duration) (#Tops=1 #iq=0 #Wops=0 #Rops=1 #CT=0 #TD=0 #TR=-1)

ArcusClient(1-1) for debug /192.168.0.33:11211 exceeded timeout ratio threshold. >10 (#Tops=1 #iq=0 #Wops=0 #Rops=1 #CT=0 #TD=0 #TR=0) 

위 형태로 메세지 내용을 보강하여 issue close 합니다.