GoogleCloudPlatform / gcloud-maven-plugin

Cloud SDK Maven Plugin for Google App Engine (Managed VMs and non Managed VMs)
Apache License 2.0
29 stars 24 forks source link

Plugin Doesn't Properly Stop Old Appservers #49

Closed waprin closed 5 years ago

waprin commented 8 years ago

Sometimes when I run mvn gcloud:run a few times in a row, the process does not fully exit, and the new process fails to stop the app server and thus hangs right at the beginning of the run stage. I workaround this my manually killing the old process using port 8000.

I will try to get you a more easily reproducible bug for this, just a heads up that I've repeatedly run into it.

ludoch commented 8 years ago

Yes, I think it is more a devappserver process bug. I've seen the behavior as well.