Re: [PR] SOLR-17663: Protect TimeOut from overflow. [solr]

2025-02-12 Thread via GitHub
bruno-roustant merged PR #3173: URL: https://github.com/apache/solr/pull/3173 -- 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...@solr.ap

Re: [PR] SOLR-17663: Protect TimeOut from overflow. [solr]

2025-02-12 Thread via GitHub
bruno-roustant commented on PR #3173: URL: https://github.com/apache/solr/pull/3173#issuecomment-2655756233 Thanks for your review David. -- 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 speci

Re: [PR] SOLR-17663: Protect TimeOut from overflow. [solr]

2025-02-10 Thread via GitHub
dsmiley commented on code in PR #3173: URL: https://github.com/apache/solr/pull/3173#discussion_r1949280001 ## solr/core/src/java/org/apache/solr/util/TimeOut.java: ## @@ -23,15 +23,31 @@ import java.util.function.Supplier; import org.apache.solr.common.util.TimeSource; +/**