Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0886C106C2 for ; Fri, 15 Nov 2013 02:13:23 +0000 (UTC) Received: (qmail 47124 invoked by uid 500); 15 Nov 2013 02:13:22 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 47083 invoked by uid 500); 15 Nov 2013 02:13:22 -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 47065 invoked by uid 99); 15 Nov 2013 02:13:22 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Nov 2013 02:13:22 +0000 Date: Fri, 15 Nov 2013 02:13:22 +0000 (UTC) From: "takeshi.miao (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-9831) 'hbasefsck.numthreads' property can not pass to hbck via generic option MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-9831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13823216#comment-13823216 ] takeshi.miao commented on HBASE-9831: ------------------------------------- [~jmhsieh] Yes, I agree with your opinion, let's create a new ticket to better deal with '-D problem' better; otherwise, for this 'hbasefsck.numthreads' issue, you can use the patch 'trunk-v01.patch' and '0.94-v03.patch'. tks for all of your review :) > 'hbasefsck.numthreads' property can not pass to hbck via generic option > ----------------------------------------------------------------------- > > Key: HBASE-9831 > URL: https://issues.apache.org/jira/browse/HBASE-9831 > Project: HBase > Issue Type: Improvement > Components: hbck > Affects Versions: 0.94.12 > Reporter: takeshi.miao > Priority: Minor > Labels: hbck > Fix For: 0.98.0, 0.96.1, 0.94.15 > > Attachments: HBASE-9831-0.94-v02.patch, HBASE-9831-0.94-v03.patch, HBASE-9831-trunk-v01.patch, HBASE-9831-trunk-v02.patch, HBASE-9831-trunk-v03.patch, HBASE-9831.v01.patch > > > We use generic option way to pass _'hbasefsck.numthreads'_ property to _'hbase hbck'_, but it does not accept our new setting value > {code} > hbase hbck -D hbasefsck.numthreads=5 > {code} > We can still find there are threads over than 5 we already set via generic opttion > {code} > [2013-10-24 09:25:02,561][pool-2-thread-6][DEBUG][org.apache.hadoop.security.UserGroupInformation]: PrivilegedAction as:hbase/spn-d-hdn1.sjdc@ISPN.TRENDMICRO.COM (auth:KERBEROS) from:sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) (UserGroupInformation.java:1430) > [2013-10-24 09:25:02,562][pool-2-thread-10][DEBUG][org.apache.hadoop.security.UserGroupInformation]: PrivilegedAction as:hbase/spn-d-hdn1.sjdc@ISPN.TRENDMICRO.COM (auth:KERBEROS) from:sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) (UserGroupInformation.java:1430) > [2013-10-24 09:25:02,565][pool-2-thread-13][DEBUG][org.apache.hadoop.security.UserGroupInformation]: PrivilegedAction as:hbase/spn-d-hdn1.sjdc@ISPN.TRENDMICRO.COM (auth:KERBEROS) from:sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) (UserGroupInformation.java:1430) > [2013-10-24 09:25:02,566][pool-2-thread-11][DEBUG][org.apache.hadoop.security.UserGroupInformation]: PrivilegedAction as:hbase/spn-d-hdn1.sjdc@ISPN.TRENDMICRO.COM (auth:KERBEROS) from:sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) (UserGroupInformation.java:1430) > [2013-10-24 09:25:02,567][pool-2-thread-9][DEBUG][org.apache.hadoop.security.UserGroupInformation]: PrivilegedAction as:hbase/spn-d-hdn1.sjdc@ISPN.TRENDMICRO.COM (auth:KERBEROS) from:sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) (UserGroupInformation.java:1430) > [2013-10-24 09:25:02,568][pool-2-thread-12][DEBUG][org.apache.hadoop.security.UserGroupInformation]: PrivilegedAction as:hbase/spn-d-hdn1.sjdc@ISPN.TRENDMICRO.COM (auth:KERBEROS) from:sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) (UserGroupInformation.java:1430) > [2013-10-24 09:25:02,570][pool-2-thread-7][DEBUG][org.apache.hadoop.security.UserGroupInformation]: PrivilegedAction as:hbase/spn-d-hdn1.sjdc@ISPN.TRENDMICRO.COM (auth:KERBEROS) from:sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) (UserGroupInformation.java:1430) > [2013-10-24 09:25:02,571][pool-2-thread-14][DEBUG][org.apache.hadoop.security.UserGroupInformation]: PrivilegedAction as:hbase/spn-d-hdn1.sjdc@ISPN.TRENDMICRO.COM (auth:KERBEROS) from:sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) (UserGroupInformation.java:1430) > {code} -- This message was sent by Atlassian JIRA (v6.1#6144)