You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ol...@apache.org on 2018/06/02 13:14:51 UTC

[ambari] branch trunk updated: AMBARI-24013. Eliminate LogSearch / LogFeeder zk session/connection timeout warning. (#1445)

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

oleewere pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new be65753  AMBARI-24013. Eliminate LogSearch / LogFeeder zk session/connection timeout warning. (#1445)
be65753 is described below

commit be65753b8c9f38cd43570cc17343da7b83602ae7
Author: Olivér Szabó <ol...@gmail.com>
AuthorDate: Sat Jun 2 15:14:37 2018 +0200

    AMBARI-24013. Eliminate LogSearch / LogFeeder zk session/connection timeout warning. (#1445)
---
 .../org/apache/ambari/logsearch/config/zookeeper/LogSearchConfigZK.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ambari-logsearch/ambari-logsearch-config-zookeeper/src/main/java/org/apache/ambari/logsearch/config/zookeeper/LogSearchConfigZK.java b/ambari-logsearch/ambari-logsearch-config-zookeeper/src/main/java/org/apache/ambari/logsearch/config/zookeeper/LogSearchConfigZK.java
index 7037bef..64a6777 100644
--- a/ambari-logsearch/ambari-logsearch-config-zookeeper/src/main/java/org/apache/ambari/logsearch/config/zookeeper/LogSearchConfigZK.java
+++ b/ambari-logsearch/ambari-logsearch-config-zookeeper/src/main/java/org/apache/ambari/logsearch/config/zookeeper/LogSearchConfigZK.java
@@ -46,7 +46,7 @@ import com.google.gson.GsonBuilder;
 public class LogSearchConfigZK implements LogSearchConfig {
   private static final Logger LOG = LoggerFactory.getLogger(LogSearchConfigZK.class);
 
-  private static final int SESSION_TIMEOUT = 15000;
+  private static final int SESSION_TIMEOUT = 60000;
   private static final int CONNECTION_TIMEOUT = 30000;
   private static final String DEFAULT_ZK_ROOT = "/logsearch";
   private static final String DATE_FORMAT = "yyyy-MM-dd'T'HH:mm:ss.SSS";

-- 
To stop receiving notification emails like this one, please contact
oleewere@apache.org.