You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Pushpendra Jaiswal (JIRA)" <ji...@apache.org> on 2017/11/07 09:30:00 UTC

[jira] [Created] (DRILL-5937) prepare.statement.create_timeout_ms default is 10 seconds but code comment says default should be 10 mins

Pushpendra Jaiswal created DRILL-5937:
-----------------------------------------

             Summary:  prepare.statement.create_timeout_ms default is 10 seconds but code comment says default should be 10 mins
                 Key: DRILL-5937
                 URL: https://issues.apache.org/jira/browse/DRILL-5937
             Project: Apache Drill
          Issue Type: Bug
          Components: Query Planning & Optimization
    Affects Versions: 1.8.0
            Reporter: Pushpendra Jaiswal


prepare.statement.create_timeout_ms default is 10 seconds but code comment says default should be 10 mins
The value is by default set to 10000 ms 

https://github.com/apache/drill/blob/master/exec/java-exec/src/main/java/org/apache/drill/exec/ExecConstants.java#L526 

/**
   * Timeout for create prepare statement request. If the request exceeds this timeout, then request is timed out.
   * Default value is 10mins.
   */





--
This message was sent by Atlassian JIRA
(v6.4.14#64029)