Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 52CC3200C4B for ; Mon, 20 Mar 2017 07:25:47 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 51650160B76; Mon, 20 Mar 2017 06:25:47 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 9D181160B81 for ; Mon, 20 Mar 2017 07:25:46 +0100 (CET) Received: (qmail 26323 invoked by uid 500); 20 Mar 2017 06:25:45 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 26312 invoked by uid 99); 20 Mar 2017 06:25:45 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Mar 2017 06:25:45 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 3E98CC22E6 for ; Mon, 20 Mar 2017 06:25:45 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.651 X-Spam-Level: X-Spam-Status: No, score=0.651 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id t-NycWstcmlG for ; Mon, 20 Mar 2017 06:25:44 +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 71BE55FAE7 for ; Mon, 20 Mar 2017 06:25:44 +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 CC6A9E0054 for ; Mon, 20 Mar 2017 06:25:42 +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 A9C47254CE for ; Mon, 20 Mar 2017 06:25:41 +0000 (UTC) Date: Mon, 20 Mar 2017 06:25:41 +0000 (UTC) From: "Yechao Chen (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-17807) correct the value of zookeeper.session.timeout in hbase doc MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 20 Mar 2017 06:25:47 -0000 Yechao Chen created HBASE-17807: ----------------------------------- Summary: correct the value of zookeeper.session.timeout in hba= se doc Key: HBASE-17807 URL: https://issues.apache.org/jira/browse/HBASE-17807 Project: HBase Issue Type: Bug Reporter: Yechao Chen Assignee: Yechao Chen Priority: Trivial I met a regionserver gc problem, and the regionserver log show me to read t= he doc http://hbase.apache.org/book.html#trouble.rs.runtime.zkexpired If you wish to increase the session timeout, add the following to your hbas= e-site.xml to increase the timeout from the default of 60 seconds to 120 se= conds. zookeeper.session.timeout 1200000 the value should be 120000=EF=BC=88120s) instead of 1200000(1200s=EF=BC=89 -- This message was sent by Atlassian JIRA (v6.3.15#6346)