Report timeout errors during repository index in the GUI

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Unresolved
    • None
    • Component/s: Indexing
    • None

      Currently, a remote-side timeout is not reported as an error when indexing an SVN repository. This can cause situations where the indexing operation is stuck in a loop, with constant timeout errors if the data transferred between SVN and Fisheye hits the timeout ceiling due to the amount of data getting transferred.

      2024-03-21 12:28:08,587 WARN  [InitPing3 REPONAME ] fisheye BaseRepositoryScanner-handleSlurpException - Problem processing revisions from repository REPONAME (REPONAME) due to class com.cenqua.fisheye.rep.RepositoryClientException - org.apache.subversion.javahl.ClientException: Can't create session
          svn: Unable to connect to a repository at URL '<SVN-REPO-URL>'
          Connection timed out
          svn: Error running context: Connection timed out
          
      com.cenqua.fisheye.rep.RepositoryClientException: org.apache.subversion.javahl.ClientException: Can't create session
          svn: Unable to connect to a repository at URL '<SVN-REPO-URL>'
          Connection timed out
          svn: Error running context: Connection timed out
          
      	at com.cenqua.fisheye.svn.SvnThrottledClient.executeNoThrottle(SvnThrottledClient.java:192) [fisheye.jar:?]
      	at com.cenqua.fisheye.svn.SvnThrottledClient.execute(SvnThrottledClient.java:161) [fisheye.jar:?]
      	...
      Caused by: org.apache.subversion.javahl.ClientException: Can't create session
          svn: Unable to connect to a repository at URL '<SVN-REPO-URL>'
          Connection timed out
          svn: Error running context: Connection timed out
      

            Assignee:
            Unassigned
            Reporter:
            Lucas Bugs
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: