Uploaded image for project: 'FishEye'
  1. FishEye
  2. FE-7534

Report timeout errors during repository index in the GUI

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • None
    • Indexing
    • None
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      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
      

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: