drill icon indicating copy to clipboard operation
drill copied to clipboard

DRILL-7223: Create an option to control timeout for REFRESH METADATA

Open Ben-Zvi opened this issue 5 years ago • 0 comments

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.

Ben-Zvi avatar Apr 30 '19 23:04 Ben-Zvi