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
This looks like a bug to me. It seems the two connection objects are getting mixed up. We should zero out the RDB channel connection here, i.e., `server.repl_rdb_transfer_s = NULL`. Then on L2726/L2747, we should be testing the normal channel connection instead, i.e., `if (server.repl_transfer_s)`
Originally posted by @PingXie in #945 (comment)
The text was updated successfully, but these errors were encountered: