You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ken Weiner (JIRA)" <ji...@apache.org> on 2010/09/18 02:24:34 UTC

[jira] Updated: (HBASE-3014) Change UnknownScannerException log level to WARN

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

Ken Weiner updated HBASE-3014:
------------------------------

    Priority: Trivial  (was: Major)

> Change UnknownScannerException log level to WARN
> ------------------------------------------------
>
>                 Key: HBASE-3014
>                 URL: https://issues.apache.org/jira/browse/HBASE-3014
>             Project: HBase
>          Issue Type: Improvement
>          Components: regionserver
>    Affects Versions: 0.20.6
>            Reporter: Ken Weiner
>            Priority: Trivial
>
> I see a lot of UnknownScannerException messages in the log at ERROR level when I'm running a MapReduce job that scans an HBase table.  These messages are logged under normal conditions, and according to [~jdcryans], should probably be logged at a less severe log level like WARN.  
> Example error message:
> {code}
> 2010-09-16 09:20:52,398 ERROR org.apache.hadoop.hbase.regionserver.HRegionServer: 
> org.apache.hadoop.hbase.UnknownScannerException: Name: -8711007779313115048
> 	at org.apache.hadoop.hbase.regionserver.HRegionServer.next(HRegionServer.java:1880)
> 	at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:597)
> 	at org.apache.hadoop.hbase.ipc.HBaseRPC$Server.call(HBaseRPC.java:657)
> 	at org.apache.hadoop.hbase.ipc.HBaseServer$Handler.run(HBaseServer.java:915)
> {code}
> Reference to the HBase users mailing list thread where this was originally discussed:
> http://markmail.org/thread/ttzbi6c7et6mrq6o
> This is a simple, change, so I didn't include a formal patch.  If one is required, I will gladly create and attach one.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.