This is an automated email from the ASF dual-hosted git repository.

rongr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new 463c120cfd revert default timeout nano change in QueryConfig (#9790)
463c120cfd is described below

commit 463c120cfd517d70cf4944f7d8cb1425709ed9e8
Author: Almog Gavra <[email protected]>
AuthorDate: Mon Nov 14 09:39:34 2022 -0800

    revert default timeout nano change in QueryConfig (#9790)
    
    * revert default timeout nano change
    
    * trigger build
---
 .../src/main/java/org/apache/pinot/query/service/QueryConfig.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/pinot-query-runtime/src/main/java/org/apache/pinot/query/service/QueryConfig.java
 
b/pinot-query-runtime/src/main/java/org/apache/pinot/query/service/QueryConfig.java
index 3b357466e0..76e10e92dc 100644
--- 
a/pinot-query-runtime/src/main/java/org/apache/pinot/query/service/QueryConfig.java
+++ 
b/pinot-query-runtime/src/main/java/org/apache/pinot/query/service/QueryConfig.java
@@ -22,7 +22,7 @@ package org.apache.pinot.query.service;
  * Configuration for setting up query runtime.
  */
 public class QueryConfig {
-  public static final long DEFAULT_TIMEOUT_NANO = 100_000_000_000L;
+  public static final long DEFAULT_TIMEOUT_NANO = 10_000_000_000L;
 
   public static final String KEY_OF_MAX_INBOUND_QUERY_DATA_BLOCK_SIZE_BYTES = 
"pinot.query.runner.max.msg.size.bytes";
   public static final int DEFAULT_MAX_INBOUND_QUERY_DATA_BLOCK_SIZE_BYTES = 16 
* 1024 * 1024;


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to