Ben-Zvi opened a new pull request #1776: DRILL-7223: Create an option to control timeout for REFRESH METADATA URL: https://github.com/apache/drill/pull/1776 The new option is passed to the TimedCallable code via the existing ParquetReaderConfig parameter, by adding a Long field there - timeoutPerRunnableInMsec . The timeout (TIMEOUT_PER_RUNNABLE_IN_MSECS) is used there for two purposes: (1) Issue a warning when exceeded. (2) Time-out (i.e. throw TimeoutException ?) the running thread. Seems that the second one does not work; maybe the last change (DRILL-6281) is the reason.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
