amansinha100 commented on a change in pull request #1776: DRILL-7223: Create an
option to control timeout for REFRESH METADATA
URL: https://github.com/apache/drill/pull/1776#discussion_r280269517
##########
File path: exec/java-exec/src/main/resources/drill-module.conf
##########
@@ -629,6 +629,7 @@ drill.exec.options: {
store.parquet.reader.columnreader.async: false,
store.parquet.reader.int96_as_timestamp: false,
store.parquet.reader.strings_signed_min_max: "",
+ store.parquet.refresh_timeout_per_runnable_in_msec: 15000,
Review comment:
See prior comment about omitting 'refresh' . Also I think that we should
not put this in the 'parquet' namespace even though currently it is mainly used
for Parquet metadata read. The reason is the runnable timeout could in theory
be used for other formats also. How about `store.timeout_per_runnable_in_msec`
?
----------------------------------------------------------------
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