Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 49679DA39 for ; Wed, 15 Aug 2012 22:30:22 +0000 (UTC) Received: (qmail 38597 invoked by uid 500); 15 Aug 2012 22:30:20 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 38553 invoked by uid 500); 15 Aug 2012 22:30:20 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 38544 invoked by uid 99); 15 Aug 2012 22:30:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Aug 2012 22:30:20 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FSL_RCVD_USER,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of yuzhihong@gmail.com designates 74.125.82.51 as permitted sender) Received: from [74.125.82.51] (HELO mail-wg0-f51.google.com) (74.125.82.51) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Aug 2012 22:30:15 +0000 Received: by wgbed3 with SMTP id ed3so1443195wgb.20 for ; Wed, 15 Aug 2012 15:29:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=uGHyoa68YODE/pO3glOzKolJaXyKCQKe26jZ210mDTY=; b=FDAi1s7rbrUO7uFuRvK32UhuB3UqOWaiqGZVC1/vruzhMffzxGJvCUvweK02AQdX6/ cABunW99dIiZIE4SZXmYaa2q6PUz6r4qMJhTc5pvbbEhudfZdyvzHRV2ij41Z7QpunKZ 9oV5DJ53lRqeeYni+cEMzldJWtMzo3wrqp1G2YhQTy19dKje7N5PrmsdKhwUFwwe1q/H +BmI8QOwhaxu2lvfLzBrjcG/YLVPlKeGccrC00RozLhWshZhWse+8dHVJ7KopirMr9Vr KwDSQ6JaRuBD10dp3kRdBx4+yKXGBkMu8gaI8Qn4NMx89Va8fY2W057FkWvdGVpL6Zal j49Q== MIME-Version: 1.0 Received: by 10.216.238.134 with SMTP id a6mr10394465wer.172.1345069794340; Wed, 15 Aug 2012 15:29:54 -0700 (PDT) Received: by 10.216.18.206 with HTTP; Wed, 15 Aug 2012 15:29:54 -0700 (PDT) In-Reply-To: References: Date: Wed, 15 Aug 2012 15:29:54 -0700 Message-ID: Subject: Re: Coprocessor NPE From: Ted Yu To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=e0cb4e3854864a2e5904c75577a6 X-Virus-Checked: Checked by ClamAV on apache.org --e0cb4e3854864a2e5904c75577a6 Content-Type: text/plain; charset=ISO-8859-1 Maybe related to https://issues.apache.org/jira/browse/HBASE-5821 which would be in 0.92.3 Cheers On Wed, Aug 15, 2012 at 3:23 PM, Stack wrote: > On Mon, Aug 13, 2012 at 11:57 AM, Julian Wissmann > wrote: > > In the regionserver log, I get the following output ten times: > > > > 2012-08-13 20:51:59,779 ERROR > > org.apache.hadoop.hbase.regionserver.HRegionServer: > > java.io.IOException: java.lang.NullPointerException > > at > > > org.apache.hadoop.hbase.coprocessor.AggregateImplementation.getAvg(AggregateImplementation.java:188) > > at sun.reflect.GeneratedMethodAccessor68.invoke(Unknown Source) > > at > > ... > > > Am I doing something wrong, here or is this actually a bug in hbase, that > > is causing this to go wrong. > > > > Looks like a bug. Taking a quick look, I don't see how rowCount ends > up in getAvg (over in 0.92 code base). > St.Ack > --e0cb4e3854864a2e5904c75577a6--