Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CF60A183F3 for ; Tue, 24 Nov 2015 11:42:09 +0000 (UTC) Received: (qmail 35861 invoked by uid 500); 24 Nov 2015 11:42:08 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 35788 invoked by uid 500); 24 Nov 2015 11:42:08 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 35774 invoked by uid 99); 24 Nov 2015 11:42:08 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Nov 2015 11:42:08 +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 9C69B180992 for ; Tue, 24 Nov 2015 11:42:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.879 X-Spam-Level: ** X-Spam-Status: No, score=2.879 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id uysdOE18Vl0G for ; Tue, 24 Nov 2015 11:42:07 +0000 (UTC) Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id ADCB4441A4 for ; Tue, 24 Nov 2015 11:42:06 +0000 (UTC) Received: by wmww144 with SMTP id w144so134657949wmw.1 for ; Tue, 24 Nov 2015 03:42:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=6m5Ig8dHNqqob7o6HCWZ81sn47kT0JzBBgtu0Kynd6M=; b=hD8c6vENLC9qaDk4SEk5d+i7YmoFfXYKBqDgVljZOvTUTj2o1bvuTD6V4XLba52AjX SwPlf5m7T9uZ4mdElWlBj6959AlpgRi0ds0sNekQ6XABcljvfX1tHCfulMLKDFfyjBFr xKpTdH5Ou5sE3E7089Pd+/nKM0UohOcVvTbZMkiOpotLobh7PSXbjvkJgKUL+hIbkdrI eKn8Idx4w7FB60iy3FZZJO5zTFeaTNkOE8GQSA6D8brIpc/dyRaKcYOV0zSNcLSthrfy qY87mRGD5jN9c2tyXICdDLvKCo6MlAFqVFv1tmBn/T6h9hh2ONY9L3qi7cMxMfi+zV9U KknA== MIME-Version: 1.0 X-Received: by 10.195.11.101 with SMTP id eh5mr36737027wjd.104.1448365325938; Tue, 24 Nov 2015 03:42:05 -0800 (PST) Received: by 10.27.79.70 with HTTP; Tue, 24 Nov 2015 03:42:05 -0800 (PST) Date: Tue, 24 Nov 2015 11:42:05 +0000 Message-ID: Subject: ZooKeeper still running in a decommissioned regionserver From: Oussama Jilal To: Mailing List Apache HBase Content-Type: multipart/alternative; boundary=047d7b873d26c1f67d052547d429 --047d7b873d26c1f67d052547d429 Content-Type: text/plain; charset=UTF-8 Hello, I have a running HBase cluster (where HBase_MANAGES_ZK=true) from which I decommissioned a regionserver. The regionserver shutdown correctly but the zookeeper is still running on that node, is it safe to just kill the ZK process ? or there is a command which I am supposed to execute ? Thank you. --047d7b873d26c1f67d052547d429--