Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 181B1200C02 for ; Fri, 16 Dec 2016 00:11:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 16D07160B2D; Thu, 15 Dec 2016 23:11:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 60C10160B15 for ; Fri, 16 Dec 2016 00:10:59 +0100 (CET) Received: (qmail 57034 invoked by uid 500); 15 Dec 2016 23:10:58 -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 57012 invoked by uid 99); 15 Dec 2016 23:10:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Dec 2016 23:10:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 5F0BC2C03E0 for ; Thu, 15 Dec 2016 23:10:58 +0000 (UTC) Date: Thu, 15 Dec 2016 23:10:58 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-17323) TestAsyncGetMultiThread fails in master MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 15 Dec 2016 23:11:00 -0000 [ https://issues.apache.org/jira/browse/HBASE-17323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15752799#comment-15752799 ] Ted Yu commented on HBASE-17323: -------------------------------- There were a lot of errors in the form: {code} Caused by: org.apache.hadoop.hbase.ipc.RemoteWithExtrasException(org.apache.hadoop.hbase.NotServingRegionException): org.apache.hadoop.hbase.NotServingRegionException: Region async,555,1481831095337.f8cfe8be90c3055f9abcb0c257ffdd6d. is not online on cn012.a.com,42921,1481830976137 at org.apache.hadoop.hbase.regionserver.HRegionServer.getRegionByEncodedName(HRegionServer.java:3155) at org.apache.hadoop.hbase.regionserver.RSRpcServices.getRegion(RSRpcServices.java:1229) at org.apache.hadoop.hbase.regionserver.RSRpcServices.get(RSRpcServices.java:2263) {code} {code} grep ' is not online on' org.apache.hadoop.hbase.client.TestAsyncGetMultiThread-output.txt | wc 2131 20164 475147 {code} > TestAsyncGetMultiThread fails in master > --------------------------------------- > > Key: HBASE-17323 > URL: https://issues.apache.org/jira/browse/HBASE-17323 > Project: HBase > Issue Type: Test > Reporter: Ted Yu > Attachments: testAsyncGetMultiThread-output.gz > > > From https://builds.apache.org/job/HBase-Trunk_matrix/2137/jdk=JDK%201.8%20(latest),label=Hadoop/testReport/junit/org.apache.hadoop.hbase.client/TestAsyncGetMultiThread/test/ : > {code} > java.util.concurrent.ExecutionException: java.lang.NullPointerException > at org.apache.hadoop.hbase.util.Bytes.toInt(Bytes.java:1003) > at org.apache.hadoop.hbase.util.Bytes.toInt(Bytes.java:980) > at org.apache.hadoop.hbase.client.TestAsyncGetMultiThread.run(TestAsyncGetMultiThread.java:108) > at org.apache.hadoop.hbase.client.TestAsyncGetMultiThread.lambda$null$1(TestAsyncGetMultiThread.java:122) > {code} > This can be reproduced locally. -- This message was sent by Atlassian JIRA (v6.3.4#6332)