|
@@ -314,6 +314,8 @@ public:
|
|
|
|
|
|
REGISTER_ALL(TBuildSnapshotCommand, "build_snapshot", Null, Structured, true, false);
|
|
|
REGISTER_ALL(TBuildMasterSnapshotsCommand, "build_master_snapshots", Null, Structured, true, false);
|
|
|
+ REGISTER_ALL(TExitReadOnlyCommand, "exit_read_only", Null, Structured, true, false);
|
|
|
+ REGISTER_ALL(TMasterExitReadOnlyCommand, "master_exit_read_only", Null, Structured, true, false);
|
|
|
REGISTER_ALL(TSwitchLeaderCommand, "switch_leader", Null, Structured, true, false);
|
|
|
REGISTER_ALL(TResetStateHashCommand, "reset_state_hash", Null, Structured, true, false);
|
|
|
REGISTER_ALL(THealExecNodeCommand, "heal_exec_node", Null, Structured, true, false);
|