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 EA639200C4D for ; Wed, 22 Mar 2017 01:38:47 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id E8F60160B90; Wed, 22 Mar 2017 00:38: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 39F31160B81 for ; Wed, 22 Mar 2017 01:38:47 +0100 (CET) Received: (qmail 99616 invoked by uid 500); 22 Mar 2017 00:38:46 -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 99605 invoked by uid 99); 22 Mar 2017 00:38:46 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Mar 2017 00:38:46 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id E17F01A047A for ; Wed, 22 Mar 2017 00:38:45 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.349 X-Spam-Level: X-Spam-Status: No, score=-99.349 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_NEUTRAL=0.652, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id H1VrDv0XHSrS for ; Wed, 22 Mar 2017 00:38:45 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 896355FCB7 for ; Wed, 22 Mar 2017 00:38: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 6E007E0236 for ; Wed, 22 Mar 2017 00:38:43 +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 27A12254C9 for ; Wed, 22 Mar 2017 00:38:42 +0000 (UTC) Date: Wed, 22 Mar 2017 00:38:42 +0000 (UTC) From: "Yechao Chen (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (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: Wed, 22 Mar 2017 00:38:48 -0000 [ https://issues.apache.org/jira/browse/HBASE-17807?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D159= 35581#comment-15935581 ]=20 Yechao Chen commented on HBASE-17807: ------------------------------------- [~yuzhihong@gmail.com] would you mind help me review this small patch? > correct the value of zookeeper.session.timeout in hbase doc > ----------------------------------------------------------- > > Key: HBASE-17807 > URL: https://issues.apache.org/jira/browse/HBASE-17807 > Project: HBase > Issue Type: Bug > Components: documentation > Reporter: Yechao Chen > Assignee: Yechao Chen > Priority: Trivial > Attachments: HBASE-17807.patch > > > I met a regionserver gc problem, and the regionserver log show me to read= the doc > http://hbase.apache.org/book.html#trouble.rs.runtime.zkexpired > If you wish to increase the session timeout, add the following to your hb= ase-site.xml to increase the timeout from the default of 60 seconds to 120 = seconds. > > 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)