DRILL-5937: drill-module.conf : Changed timeout to 30 seconds, 
ExecConstant.java : Changed comment

DRILL-5937: ExecConstant.java : removed comment

DRILL-5937: CheckStyle fix

close apache/drill#1190


Project: http://git-wip-us.apache.org/repos/asf/drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/7088bfe4
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/7088bfe4
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/7088bfe4

Branch: refs/heads/master
Commit: 7088bfe4bd6e2379ba21b0c48f7280a77d2c3b83
Parents: ea643bf
Author: Pushpendra Jaiswal <pushpendra.jais...@paysafe.com>
Authored: Tue Mar 27 13:16:23 2018 +0530
Committer: Aman Sinha <asi...@maprtech.com>
Committed: Thu Mar 29 23:20:30 2018 -0700

----------------------------------------------------------------------
 .../src/main/java/org/apache/drill/exec/ExecConstants.java       | 4 ----
 exec/java-exec/src/main/resources/drill-module.conf              | 2 +-
 2 files changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/7088bfe4/exec/java-exec/src/main/java/org/apache/drill/exec/ExecConstants.java
----------------------------------------------------------------------
diff --git 
a/exec/java-exec/src/main/java/org/apache/drill/exec/ExecConstants.java 
b/exec/java-exec/src/main/java/org/apache/drill/exec/ExecConstants.java
index 34aec1b..77fa211 100644
--- a/exec/java-exec/src/main/java/org/apache/drill/exec/ExecConstants.java
+++ b/exec/java-exec/src/main/java/org/apache/drill/exec/ExecConstants.java
@@ -561,10 +561,6 @@ public final class ExecConstants {
   public static final String CODE_GEN_EXP_IN_METHOD_SIZE = 
"exec.java.compiler.exp_in_method_size";
   public static final LongValidator CODE_GEN_EXP_IN_METHOD_SIZE_VALIDATOR = 
new LongValidator(CODE_GEN_EXP_IN_METHOD_SIZE);
 
-  /**
-   * Timeout for create prepare statement request. If the request exceeds this 
timeout, then request is timed out.
-   * Default value is 10mins.
-   */
   public static final String CREATE_PREPARE_STATEMENT_TIMEOUT_MILLIS = 
"prepare.statement.create_timeout_ms";
   public static final OptionValidator 
CREATE_PREPARE_STATEMENT_TIMEOUT_MILLIS_VALIDATOR =
       new PositiveLongValidator(CREATE_PREPARE_STATEMENT_TIMEOUT_MILLIS, 
Integer.MAX_VALUE);

http://git-wip-us.apache.org/repos/asf/drill/blob/7088bfe4/exec/java-exec/src/main/resources/drill-module.conf
----------------------------------------------------------------------
diff --git a/exec/java-exec/src/main/resources/drill-module.conf 
b/exec/java-exec/src/main/resources/drill-module.conf
index a227e0d..9af09bc 100644
--- a/exec/java-exec/src/main/resources/drill-module.conf
+++ b/exec/java-exec/src/main/resources/drill-module.conf
@@ -514,7 +514,7 @@ drill.exec.options: {
     # it is dynamically computed based on cpu_load_average
     planner.width.max_per_node: 0,
     planner.width.max_per_query: 1000,
-    prepare.statement.create_timeout_ms: 10000,
+    prepare.statement.create_timeout_ms: 30000,
     security.admin.user_groups: "%drill_process_user_groups%",
     security.admin.users: "%drill_process_user%",
     store.format: "parquet",

Reply via email to