From issues-return-47854-archive-asf-public=cust-asf.ponee.io@mesos.apache.org Thu Jun 7 13:41:05 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id EEDC2180674 for ; Thu, 7 Jun 2018 13:41:04 +0200 (CEST) Received: (qmail 39120 invoked by uid 500); 7 Jun 2018 11:41:03 -0000 Mailing-List: contact issues-help@mesos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mesos.apache.org Delivered-To: mailing list issues@mesos.apache.org Received: (qmail 39066 invoked by uid 99); 7 Jun 2018 11:41:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jun 2018 11:41:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 54612180697 for ; Thu, 7 Jun 2018 11:41:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.51 X-Spam-Level: X-Spam-Status: No, score=-109.51 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, NORMAL_HTTP_TO_IP=0.001, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id sqk6CaqY2zGv for ; Thu, 7 Jun 2018 11:41:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id EFA8761260 for ; Thu, 7 Jun 2018 11:41:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 6FBA9E0F87 for ; Thu, 7 Jun 2018 11:41:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 4C10721292 for ; Thu, 7 Jun 2018 11:41:00 +0000 (UTC) Date: Thu, 7 Jun 2018 11:41:00 +0000 (UTC) From: "PAVEL DERENDYAEV (JIRA)" To: issues@mesos.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MESOS-8902) Mesos masters stop to respond after zookeeper cluster recover MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MESOS-8902?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1650= 4555#comment-16504555 ]=20 PAVEL DERENDYAEV commented on MESOS-8902: ----------------------------------------- Seems like it's duplicate -=C2=A0https://issues.apache.org/jira/projects/ME= SOS/issues/MESOS-8703 > Mesos masters stop to respond after zookeeper cluster recover > ------------------------------------------------------------- > > Key: MESOS-8902 > URL: https://issues.apache.org/jira/browse/MESOS-8902 > Project: Mesos > Issue Type: Bug > Components: master > Affects Versions: 1.4.0, 1.4.1, 1.5.0 > Reporter: PAVEL DERENDYAEV > Priority: Major > Fix For: 1.3.0 > > > Hi. > My setup consists of 3 zookeeper hosts and 3 mesos master hosts. > It's all fine being started. But if: > # Stop 2 zk nodes. > # Wait till all masters stop to respond to HTTP requests. > # Start 2 zk nodes. > # Wait till zk cluster is recoverd. > # Then the only master is able to respond to HTTP requests is the leader= one. The other two do not respond at all and just log: > 2018-05-10 14:41:16,274:1(0x7fb4737fe700):ZOO_WARN@zookeeper_interest@159= 7: Exceeded deadline by 11ms > 2018-05-10 14:42:56,377:1(0x7fb4737fe700):ZOO_WARN@zookeeper_interest@15= 97: Exceeded deadline by 13ms > 2018-05-10 14:42:56,377:1(0x7fb4989a7700):ZOO_WARN@zookeeper_interest@15= 97: Exceeded deadline by 13ms > 2018-05-10 14:43:19,783:1(0x7fb470ff9700):ZOO_WARN@zookeeper_interest@15= 97: Exceeded deadline by 12ms > Being restarted these 2 master nodes starts to respond fine. > Reproduced on 1.4.0, 1.4.1, 1.5.0, do not reproduced on 1.3.0. > =C2=A0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)