Hello Chad, Thank you for your advice.
I tried run git clone with debug environment variables command in gocd server pod. So the command run successfully and there is no any abnormal log. And CPU and memory are not high usage. We tried restart gocd server pods many time but it is not help. And I dig to see timeout logs. There is log messages. INFO | wrapper | 2023/08/08 07:43:48 | Wrapper Process has not received any CPU time for 22 seconds. Extending timeouts. Best Regards, Komgrit On Tuesday, August 8, 2023 at 12:16:45 PM UTC+7 Chad Wilson wrote: > That error message is not relevant to the issue, you can ignore it. Are > there other errors or timeouts in the logs? > > To refresh config repos, GoCD forks regular git processes to clone and > then fetches. You might want to exec into the container and see what these > processes are doing (high CPU? stuck somehow?) > > There are also a few general suggestions on similar issues around which > you might want to check: > > - https://github.com/gocd/gocd/issues/10480 > - https://github.com/gocd/gocd/issues/9588 > - https://github.com/gocd/gocd/issues/8565 > > If this is happening after a restart of the GoCD server, or due to some > other change you've made it's possible Gitlab is throttling the requests. > > Depending on whether you are using https or ssh connections, you may want > to use standard git environment variables to debug what's happening > (GIT_TRACE=1, > GIT_CURL_VERBOSE=1 etc). > > -Chad > > On Tue, Aug 8, 2023 at 12:29 PM Komgrit Aneksri <[email protected]> > wrote: > >> Hello GoCD team, >> >> I am facing issue in Config Repositories page. >> >> So All Config Repositories are always in fetching status for >> Gitlab(16.2.3) >> Our GoCD is 23.1.0 version on kubernetes and running ARM64. >> >> In server log, There is error message >> >> "jvm 1 | 2023-08-08 04:18:17,151 ERROR [qtp1962126505-38] >> VariableReplacer:385 - function ${escape:} type 'escape:' not a valid type" >> >> when i did refresh or open the Config Repositories page. >> [image: 1691468556134.jpg] >> >> Please help us for fix it. >> >> Best Regards, >> Komgrit >> >> -- >> You received this message because you are subscribed to the Google Groups >> "go-cd" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/go-cd/af5f5dd4-6f27-47d3-8eb3-1a19c0675ae7n%40googlegroups.com >> >> <https://groups.google.com/d/msgid/go-cd/af5f5dd4-6f27-47d3-8eb3-1a19c0675ae7n%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- You received this message because you are subscribed to the Google Groups "go-cd" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/go-cd/f5b73449-c62b-426c-8bf6-1a4911a8d521n%40googlegroups.com.
