You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Kyle Purtell (Jira)" <ji...@apache.org> on 2022/07/01 21:15:00 UTC

[jira] [Resolved] (HBASE-14365) Error scanning 'labels' table in logs with exception while running bulkload, even visibility feature is disabled

     [ https://issues.apache.org/jira/browse/HBASE-14365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Kyle Purtell resolved HBASE-14365.
-----------------------------------------
      Assignee:     (was: Bhupendra Kumar Jain)
    Resolution: Incomplete

> 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
>            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.<init>(ClientScanner.java:155)
>         at org.apache.hadoop.hbase.client.ClientSimpleScanner.<init>(ClientSimpleScanner.java:42)
>         at org.apache.hadoop.hbase.client.HTable.getScanner(HTable.java:381)
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)