Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failure to contact K8s cluster hangs the execute step #49

Open
ghost opened this issue Mar 2, 2023 · 0 comments
Open

Failure to contact K8s cluster hangs the execute step #49

ghost opened this issue Mar 2, 2023 · 0 comments

Comments

@ghost
Copy link

ghost commented Mar 2, 2023

A sample failure during the execute step where the cluster configuration kubectl was different from the cluster created in setup step -

Mar 02, 2023 11:21:55 AM com.google.cloud.machmeter.plugins.ExecutePlugin execute
INFO: Executing kubectl cp /usr/local/google/home/sunnsing/git/machmeter/machmeter/usecases/gaming/online-matchmaking/templates/data-load.jmx -n spanner-test "$(kubectl get po -n spanner-test | grep jmeter-master | awk '{print $1}'):/data-load.jmx"
Unable to connect to the server: dial tcp 34.171.187.3:443: connect: connection timed out
error: filespec must match the canonical format: [[namespace/]pod:]file/path
Fail!

Mar 02, 2023 11:23:22 AM com.google.cloud.machmeter.plugins.ExecutePlugin lambda$execute$0
INFO: Shutting down the execute...
^CFail!

^C^C^C^C^C^C

The shell process doesn't respond to ^C and the relevant Java process has to be force killed.

Expected - Shutdown should happen by-itself or at least respond to SIGINT and then get killed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants