SVN checkout takes too long after Upgrading Bamboo to 4.2

Still need help?

The Atlassian Community is here for you.

Ask the community

Symptoms

Subversion checkouts started to take too long after upgrading Bamboo instance to 4.2.x (or any other later version 4.3.x, 4.4.x). The SVN checkout from command and from Bamboo's Script task work as expected. However, when using Source Code Checkout task, the checkout takes about 10 times longer.

Cause

With Bamboo versions starting from 4.2 we ship <Bamboo_Install>/webapp/WEB-INF/lib/jna-3.4.0.jar library, which causes the slowness for some specific environments (Operating System distributions).

Resolution

If you experience the SVN checkout slowness right after upgrading your Bamboo instance to 4.2.x or a later version, please do the following by using this attached jna-3.3.0.jar file:

  • If the slowness happens to a remote agent, shut down your remote agent, exchange the existing <Agent_Home>/classpath/jna-3.4.0.jar file with the above attached jna-3.3.0.jar file.
  • If the slowness happens to local agents (Bamboo server itself), shut down your Bamboo instance, exchange the existing <Bamboo_Install>/webapp/WEB-INF/lib/jna-3.4.0.jar with the attached jna-3.3.0.jar file.

(info) Please move the original jna-3.4.0.jar file out of the <Bamboo_Install> (or <Agent_Home>) directory to avoid possible conflicts.

The slowness might also be related to using an unsupported JDK (IBM), so make sure that you are using a supported JDK - Supported platforms.

Last modified on Sep 30, 2013

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.