You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If I start up a server that has a (large) AOF on disk and then immediately tell the server to FOLLOW a new leader. The server responds with an error that its currently loading the AOF and cannot accept the request. I have to wait for the AOF to be fully loaded before I can tell it to FOLLOW a new leader.
To Reproduce
Startup server and insert large set of data in order to grow the AOF.
Startup a secondary server and more or less leave it empty.
Restart the first server and while its busy trying to load the AOF, instruct it to FOLLOW the second server.
Watch it complain about not being able to complete the request.
Expected behavior
I would expect certain commands to immediately stop the AOF loading as they make it pointless.
FLUSHDB
FOLLOW
Operating System (please complete the following information):
OS: Linux
CPU: amd64
Version: 1.30.0 (edge)
Container: Docker
The text was updated successfully, but these errors were encountered:
Describe the bug
If I start up a server that has a (large) AOF on disk and then immediately tell the server to
FOLLOW
a new leader. The server responds with an error that its currently loading the AOF and cannot accept the request. I have to wait for the AOF to be fully loaded before I can tell it to FOLLOW a new leader.To Reproduce
Expected behavior
I would expect certain commands to immediately stop the AOF loading as they make it pointless.
Operating System (please complete the following information):
The text was updated successfully, but these errors were encountered: