You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by jinossy <gi...@git.apache.org> on 2015/05/06 05:01:31 UTC

[GitHub] tajo pull request: TAJO-1586: TajoMaster HA startup failure on Yar...

Github user jinossy commented on a diff in the pull request:

    https://github.com/apache/tajo/pull/560#discussion_r29731683
  
    --- Diff: tajo-common/src/main/java/org/apache/tajo/conf/TajoConf.java ---
    @@ -142,6 +142,8 @@ public static int setDateOrder(int dateOrder) {
         // High availability configurations
         TAJO_MASTER_HA_ENABLE("tajo.master.ha.enable", false, Validators.bool()),
         TAJO_MASTER_HA_MONITOR_INTERVAL("tajo.master.ha.monitor.interval", 5 * 1000), // 5 sec
    +    TAJO_MASTER_HA_CLIENT_RETRY_MAX_NUM("tajo.master.ha.client.read.retry.max-num", 20),
    +    TAJO_MASTER_HA_CLIENT_RETRY_WAIT_TIME("tajo.master.ha.client.read.wait-time", 5 * 1000), // 5 sec
    --- End diff --
    
    IMO, 5 sec is too long. What do you think to change (500 ms * 120 retry) ?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---