SVN Integration Stops Working Interrupting SVN operation thread

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

症状

Fisheye stops indexing some repositories and in the logs the following message can be seen:

2013-02-07 16:17:46,615 INFO  [SvnTimeout ] fisheye.app SvnThrottledClient-doInterrupt - Interrupting SVN Operation thread on repository 'ACME' due to non-response: IncrementalPinger1:91

原因

Fisheye is calling an operation against the SVN Server and the server does not respond back within the timeout period. After timing out, Fisheye sends a cancel request and waits for the SVN Server to confirm that the operation has been canceled, without any response from the SVN Server.

回避策

The following workarounds can be applied:

  • Use svnsync to mirror the repository onto the same server where Fisheye is located and then use the file:// protocol to access the repository instead of http:// protocol. Please refer to Tuning Fisheye performance for more information.
  • Switch to the Native Subversion Client, which is known to better handle SVN cancel operations.

In addition to doing either of the above options, the Svn Operation Timeout setting in the Fisheye repository Administration > Repository Settings > Repositories > <Repository Name> can be increased to a value between 3 to 24 hours. 

ソリューション

Upgrade Fisheye/Crucible 2.9.0+ since it has restructured the SVN operations FE-1071 - Getting issue details... STATUS

最終更新日 2018 年 11 月 2 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.