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
If a module creates a fake client and executes a VM_CALL to "CLUSTER SLOTS", then it crashes the server. Some debugging appeared to indicate that this was because CLUSTER SLOTS creates it's own fake client in order to cache its results for better performance. This doesn't work when the original client was also fake.
To reproduce
Have a module create a fake context and then perform an VM_Call to "CLUSTER SLOTS" command.