We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d5177f commit bd9fdcbCopy full SHA for bd9fdcb
fdbclient/admin_client.go
@@ -628,7 +628,7 @@ func (client *cliAdminClient) KillProcesses(addresses []fdbv1beta2.ProcessAddres
628
}
629
630
killCommand := fmt.Sprintf(
631
- "kill; kill %[1]s; sleep 1; kill %[1]s; sleep 1; kill %[1]s",
+ "kill; kill %[1]s; sleep 1; kill %[1]s; sleep 5",
632
fdbv1beta2.ProcessAddressesStringWithoutFlags(addresses, " "),
633
)
634
_, err := client.runCommandWithBackoff(killCommand)
0 commit comments