gocd / gocd

GoCD - Continuous Delivery server main repository
https://www.gocd.org
Apache License 2.0
7.12k stars 975 forks source link

Go server restart is very slow #991

Closed bamdadd closed 8 years ago

bamdadd commented 9 years ago

Hi,

Since we have upgraded to the latest version of the GoServer, server restarts are way longer than before. It seems to be slower on the shut down step when it waits for the go process to terminate.

Is there anything I can provide to help with this?

Thanks

arvindsv commented 9 years ago

Might be worth starting from this thread from the mailing list, to see if it is relevant. If not, you should probably check stack traces (using kill -3 PID) to figure out what it is doing during startup.

If you have slow IO, it could manifest itself as a slow startup, as well.

arvindsv commented 8 years ago

Closing. No new information.