RE: Build failed in Jenkins: HBase-Trunk_matrix » latest1.8,Hadoop #513

2015-12-03 Thread Du, Jingcheng
for HTableDescriptor. Regards, Jingcheng -Original Message- From: saint@gmail.com [mailto:saint@gmail.com] On Behalf Of Stack Sent: Tuesday, December 1, 2015 1:10 AM To: HBase Dev List Cc: bui...@hbase.apache.org Subject: Re: Build failed in Jenkins: HBase-Trunk_matrix

[jira] [Created] (HBASE-14907) NPE of MobUtils.hasMobColumns in Build failed in Jenkins: HBase-Trunk_matrix » latest1.8,Hadoop #513

2015-12-02 Thread Jingcheng Du (JIRA)
Jingcheng Du created HBASE-14907: Summary: NPE of MobUtils.hasMobColumns in Build failed in Jenkins: HBase-Trunk_matrix » latest1.8,Hadoop #513 Key: HBASE-14907 URL: https://issues.apache.org/jira/browse/HBASE

Re: Build failed in Jenkins: HBase-Trunk_matrix » latest1.8,Hadoop #513

2015-11-30 Thread ramkrishna vasudevan
The issue was with a Syso statement. But not sure why the latch was not set. The logs did not show anything obvious. Regards Ram On Mon, Nov 30, 2015 at 10:39 PM, Stack wrote: > It looks like the latch is not yet set. Can we keep going if no latch to > use rather than NPE? > St.Ack > > On Mon,

Re: Build failed in Jenkins: HBase-Trunk_matrix » latest1.8,Hadoop #513

2015-11-30 Thread Stack
It looks like the latch is not yet set. Can we keep going if no latch to use rather than NPE? St.Ack On Mon, Nov 30, 2015 at 9:08 AM, Stack wrote: > If you look at the logs for the above fail run, does anything pop out? > Thanks. > St.Ack > > On Sun, Nov 29, 2015 at 11:33 PM, ramkrishna vasudeva

Re: Build failed in Jenkins: HBase-Trunk_matrix » latest1.8,Hadoop #513

2015-11-30 Thread Stack
If you look at the logs for the above fail run, does anything pop out? Thanks. St.Ack On Sun, Nov 29, 2015 at 11:33 PM, ramkrishna vasudevan < ramkrishna.s.vasude...@gmail.com> wrote: > Not able to reproduce the failures. Trying. > > On Mon, Nov 30, 2015 at 12:26 PM, ramkrishna vasudevan < > ramk

Re: Build failed in Jenkins: HBase-Trunk_matrix » latest1.8,Hadoop #513

2015-11-29 Thread ramkrishna vasudevan
Not able to reproduce the failures. Trying. On Mon, Nov 30, 2015 at 12:26 PM, ramkrishna vasudevan < ramkrishna.s.vasude...@gmail.com> wrote: > Sure will take a look at this. There are other NPEs also > > java.lang.NullPointerException > at org.apache.hadoop.hbase.mob.MobUtils.hasMobColumns

Re: Build failed in Jenkins: HBase-Trunk_matrix » latest1.8,Hadoop #513

2015-11-29 Thread ramkrishna vasudevan
Sure will take a look at this. There are other NPEs also java.lang.NullPointerException at org.apache.hadoop.hbase.mob.MobUtils.hasMobColumns(MobUtils.java:851) at org.apache.hadoop.hbase.master.procedure.DeleteTableProcedure.deleteFromFs(DeleteTableProcedure.java:350) at

Re: Build failed in Jenkins: HBase-Trunk_matrix » latest1.8,Hadoop #513

2015-11-29 Thread Stack
Seems like a basic fail NPE. See below. Test came in here: commit ccb22bd80dfae64ff27f660254afb224dce268f0 Author: ramkrishna Date: Tue Jul 21 21:15:32 2015 +0530 HBASE-12295 Prevent block eviction under us if reads are in progress from the BBs (Ram) Maybe have a look Ram? Thanks