Failure to respond to interruption of indexing

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      I found that during indexing of a large organization folder, clicking the stop button does not abort the indexing.

      if (Thread.interrupted()) {
          throw new InterruptedException();
      }
      

      needs to be inserted within loops. GitHubSCMNavigator.add is already doing this, so we need to determine why it is not working. Is something else clearing the interrupt status?

      Would also be good to add a check to GitHubSCMSource.doRetrieve(SCMHeadObserver, ...), but much less important.

            Assignee:
            Unassigned
            Reporter:
            Jesse Glick
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: