a619646645 commented on issue #2427:
URL: https://github.com/apache/rocketmq/issues/2427#issuecomment-727159257


   > 需要查看一下rocketmqlogs下的日志,一些存储日志查看一下刷盘时间,或者查看下是否是同步数据慢了,还有查看一下是否有一些明显的错误日志
   
   您好,感谢您的解答,我在 store.log 发现了如下错误,请问下是这个原因引起的吗?
   ```
   2020-11-10 18:47:17 WARN ReadSocketService - ha housekeeping, found this 
connection[/10.8.130.121:58620] expired, 20020
   2020-11-10 18:47:17 INFO ReadSocketService - ReadSocketService service end
   2020-11-10 18:47:17 INFO AcceptSocketService - HAService receive new 
connection, /10.8.130.121:59356
   2020-11-10 18:47:17 INFO ReadSocketService - ReadSocketService service 
started
   2020-11-10 18:47:17 INFO WriteSocketService - WriteSocketService service 
started
   2020-11-10 18:47:17 INFO WriteSocketService - WriteSocketService service end
   2020-11-10 18:47:20 INFO StoreStatsService - [STORETPS] put_tps 
0.6832877808146124 get_found_tps 0.6832877808146124 get_miss_tps 
1.9832011199253383 get_transfered_tps 0.6832877808146124
   2020-11-10 18:47:20 INFO StoreStatsService - [PAGECACHERT] TotalPut 38, 
PutMessageDistributeTime [<=0ms]:15 [0~10ms]:23 [10~50ms]:0 [50~100ms]:0 
[100~200ms]:0 [200~500ms]:0 [500ms~1s]:0 [1~2s]:0 [2~3s]:0 [3~4s]:0 [4~5s]:0 
[5~10s]:0 [10s~]:0 
   2020-11-10 18:47:22 INFO ReadSocketService - slave[/10.8.130.121:59356] 
request offset 1280444295
   2020-11-10 18:47:22 INFO WriteSocketService - master transfer data from 
1280444295 to slave[/10.8.130.121:59356], and slave request 1280444295
   2020-11-10 18:47:22 WARN SendMessageThread_5 - putMessage not in lock 
eclipse time(ms)=4401, bodyLength=520
   2020-11-10 18:47:22 WARN SendMessageThread_44 - putMessage not in lock 
eclipse time(ms)=4344, bodyLength=497
   2020-11-10 18:47:22 WARN SendMessageThread_35 - putMessage not in lock 
eclipse time(ms)=2453, bodyLength=539
   2020-11-10 18:47:22 WARN SendMessageThread_43 - putMessage not in lock 
eclipse time(ms)=3086, bodyLength=552
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to