We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9d5c0f commit cfd231aCopy full SHA for cfd231a
rust/operator-binary/src/zk_controller.rs
@@ -869,7 +869,7 @@ fn build_server_rolegroup_statefulset(
869
"-c".to_string(),
870
// NOTE: the adminPort property is currently generated in the product config machinery properties.yaml.
871
format!(
872
- r#"curl -s http://127.0.0.1:{admin_port}/commands/mntr | grep -q '"server_state"[ ]*:[ ]*"\(leader\|follower\)"'"#,
+ r#"curl -s http://127.0.0.1:{admin_port}/commands/mntr | grep -q '"server_state"[ ]*:[ ]*"\(leader\|follower\|standalone\)"'"#,
873
admin_port = ZookeeperSecurity::ADMIN_PORT
874
),
875
]),
0 commit comments