Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-17261

Core loading is capped at 60 seconds

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 9.5, 9.6
    • 9.7, 9.6.1
    • None
    • None

    Description

      A combination of SOLR-16187 (giving a 60 second time limit to shutting down ServiceExecutor pools) and SOLR-16577 (simplifying the core load logic), meant that core loading is interrupted and stopped after 60 seconds.

      We can either:

      • Revert the core load simplifying logic (SOLR-16577)z
      • Add another awaitTermination() in ExecutorUtil that does wait forever (or until an interrupt), that should be used when not in a close() or shutdown() method

      I think Option 2 is the cleaner approach and will help others using the same method of shutting down and waiting on an ExecutorService to block on the completion of a set of async tasks.

      Attachments

        Issue Links

          Activity

            People

              houston Houston Putman
              houston Houston Putman
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 40m
                  40m