redis cluster continuously print log WSA_IO_PENDING

前端 未结 3 2092
醉话见心
醉话见心 2021-02-19 03:22

When I start up all the redis-server of the redis cluster, all these servers continuously print logs like WSA_IO_PENDING clusterWriteDone

[9956] 03 Feb 18:17:25.         


        
3条回答
  •  忘掉有多难
    2021-02-19 03:54

    There is no way to specifically turn those "warnings" off in 3.2.x port of Redis for Windows as the logging statements use highest LL_WARNING level. This issue has been reported in my fork of that unmaintained MSOpenTech's repo (which I updated to Redis 4.0.2) and has been fixed by decreasing that level to LL_DEBUG. More details: https://github.com/tporadowski/redis/issues/14

    This change will be included in the next release (4.0.2.3) or you can get the latest source code and build it for yourself.

    Current releases can be found here: https://github.com/tporadowski/redis/releases

提交回复
热议问题