-
Type: Task
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Replication
When running a command on a secondary, we check if that command is allowed on the secondary here. If the command is only allowed to be run on a standalone node, then this will cause the command to fail with a NotMaster error instead of a helpful error for the user.
We should add functionality to check for standalone-only commands in a manner analogous to AllowedOnSecondary to provide a better error for users.
- related to
-
SERVER-44343 Make 'reIndex' a standalone-only command
- Closed