nichunen commented on a change in pull request #664: KYLIN-4017 Build engine 
get zk(zookeeper) lock failed when building job, it causes the whole build 
engine doesn't work
URL: https://github.com/apache/kylin/pull/664#discussion_r293188955
 
 

 ##########
 File path: core-common/src/main/java/org/apache/kylin/common/util/ZKUtil.java
 ##########
 @@ -84,7 +84,7 @@ public void onRemoval(RemovalNotification<String, 
CuratorFramework> notification
                         logger.error("Error at closing " + curator, ex);
                     }
                 }
-            }).expireAfterWrite(1, TimeUnit.DAYS).build();
+            }).expireAfterWrite(10000, TimeUnit.DAYS).build();//never expired
 
 Review comment:
   OK

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to