Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 78977 invoked from network); 18 Sep 2010 00:24:58 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Sep 2010 00:24:58 -0000 Received: (qmail 24566 invoked by uid 500); 18 Sep 2010 00:24:58 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 24542 invoked by uid 500); 18 Sep 2010 00:24:57 -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 24534 invoked by uid 99); 18 Sep 2010 00:24:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Sep 2010 00:24:57 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Sep 2010 00:24:55 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8I0OYMQ022545 for ; Sat, 18 Sep 2010 00:24:34 GMT Message-ID: <15920262.264291284769474004.JavaMail.jira@thor> Date: Fri, 17 Sep 2010 20:24:34 -0400 (EDT) From: "Ken Weiner (JIRA)" To: issues@hbase.apache.org Subject: [jira] Created: (HBASE-3014) Change UnknownScannerException log level to WARN MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org 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 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.