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 D6FF018062 for ; Tue, 15 Sep 2015 12:29:06 +0000 (UTC) Received: (qmail 64913 invoked by uid 500); 15 Sep 2015 12:28:46 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 64862 invoked by uid 500); 15 Sep 2015 12:28: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 64847 invoked by uid 99); 15 Sep 2015 12:28:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Sep 2015 12:28:45 +0000 Date: Tue, 15 Sep 2015 12:28:45 +0000 (UTC) From: "Anoop Sam John (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-14365) Error scanning 'labels' table in logs with exception while running bulkload, even visibility feature is disabled 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-14365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14745345#comment-14745345 ] Anoop Sam John commented on HBASE-14365: ---------------------------------------- Can you add a test case asserting this pls? Will be good if we have UTs to assert all these cases. Good one. > Error scanning 'labels' table in logs with exception while running bulkload, even visibility feature is disabled > ---------------------------------------------------------------------------------------------------------------- > > Key: HBASE-14365 > URL: https://issues.apache.org/jira/browse/HBASE-14365 > Project: HBase > Issue Type: Bug > Affects Versions: 2.0.0 > Reporter: Y. SREENIVASULU REDDY > Assignee: Bhupendra Kumar Jain > Priority: Minor > Attachments: 0001-HBASE-14365.patch > > > If visibility feature is disabled, Below exception in logs during importtsv run. In case feature is disabled, No need to log the below as error. Its is bit misleading for the user. > {code} > ERROR [main] org.apache.hadoop.hbase.mapreduce.DefaultVisibilityExpressionResolver: Error scanning 'labels' table > org.apache.hadoop.hbase.TableNotFoundException: hbase:labels > at org.apache.hadoop.hbase.client.ConnectionImplementation.locateRegionInMeta(ConnectionImplementation.java:858) > at org.apache.hadoop.hbase.client.ConnectionImplementation.locateRegion(ConnectionImplementation.java:756) > at org.apache.hadoop.hbase.client.RpcRetryingCallerWithReadReplicas.getRegionLocations(RpcRetryingCallerWithReadReplicas.java:298) > at org.apache.hadoop.hbase.client.ScannerCallableWithReplicas.call(ScannerCallableWithReplicas.java:151) > at org.apache.hadoop.hbase.client.ScannerCallableWithReplicas.call(ScannerCallableWithReplicas.java:1) > at org.apache.hadoop.hbase.client.RpcRetryingCallerImpl.callWithoutRetries(RpcRetryingCallerImpl.java:184) > at org.apache.hadoop.hbase.client.ClientScanner.call(ClientScanner.java:311) > at org.apache.hadoop.hbase.client.ClientScanner.nextScanner(ClientScanner.java:286) > at org.apache.hadoop.hbase.client.ClientScanner.initializeScannerInConstruction(ClientScanner.java:162) > at org.apache.hadoop.hbase.client.ClientScanner.(ClientScanner.java:155) > at org.apache.hadoop.hbase.client.ClientSimpleScanner.(ClientSimpleScanner.java:42) > at org.apache.hadoop.hbase.client.HTable.getScanner(HTable.java:381) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)