msokolov commented on issue #12946: URL: https://github.com/apache/lucene/issues/12946#issuecomment-1856074053
and `TimerThread` in `TimeLimitingCollector` has this historical artifact. Maybe it's time to clean up that TODO: public void run() { while (!stop) { // TODO: Use System.nanoTime() when Lucene moves to Java SE 5. counter.addAndGet(resolution); try { Thread.sleep(resolution); } catch (InterruptedException ie) { throw new ThreadInterruptedException(ie); } } } -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org