Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Interruption (0.04 sec)

  1. src/main/java/org/codelibs/fess/exec/Crawler.java

                crawlingInfoHelper.putToInfoMap(key, dateFormat.format(new Date()));
            }
        }
    
        /**
         * Waits for a crawler thread to complete execution.
         * This method handles interruptions gracefully and logs when a crawler process is interrupted.
         *
         * @param crawlerThread the thread to wait for; null threads are ignored
         */
        private void joinCrawlerThread(final Thread crawlerThread) {
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 28 16:29:12 UTC 2025
    - 31.4K bytes
    - Viewed (0)
  2. CHANGELOG.md

     *  Fix: Recover gracefully when worker threads are interrupted. When we introduced fast fallback in
        OkHttp 5.0, we started using background threads while connecting. Sadly that code didn't handle
        interruptions well. This is now fixed.
    
     *  Upgrade: [Kotlin 2.2.20][kotlin_2_2_20].
     *  Upgrade: [Okio 3.16.0][okio_3_16_0].
    
    
    ## Version 5.1.0
    
    _2025-07-07_
    
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Fri Dec 05 16:02:59 UTC 2025
    - 36.2K bytes
    - Viewed (2)
Back to top