Hi, I found when a replica recovering, one of cpu core (usually cpu0) will load 100%, and then leader update will fail cause this replica can not response leader’s /update command
this will cause leader send other recovery to this replica then this replica in a recover loop. my question is it’s possible to avoid command process thread and recovery thread running on different cpu core?