I have recently noticed that after the update of Bitbucket 7.17.4 our bitbucket server has become very slow and the git clone takes forever and builds are failing due to time out. Is there a configuration in Bitbucket which I can tweak to make the git clone operation faster ?
Hi @Rohit Dalvi
Without looking at the logs themselves, the best thing I can think to advise would be to enable profiler logging on your Bitbucket instance, as well as git trace logging on the git client performing the clone, and use those to see where the slowdown is happening. (For more info on how to do that, see: Bitbucket - Enable debug logging)
Based on what I've seen in the past, the cause for this could be quite a few different things. To name a few:
Given the above potential causes, I'd recommend seeing if you can bypass your reverse proxy or that you use a different protocol for cloning (such as SSH) and then see if the slowness persists. If so, it's possibly something server-side such as a filesystem issue. Otherwise, if the issue goes away, it may be something more networking-related.
In either case, if you get stuck and need additional help, feel free to shoot our support team a request with a support zip from your Bitbucket nodes and we'll be happy to help advise further.
Thanks,
Evan Slaughter
Senior Support Engineer | Atlassian Support - Development Tools
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.