You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2011/10/08 01:15:32 UTC

Jenkins build is back to normal : HBase-TRUNK #2304

See <https://builds.apache.org/job/HBase-TRUNK/2304/>



Re: Jenkins build is back to normal : HBase-TRUNK #2304

Posted by Ramakrishna S Vasudevan 00902313 <ra...@huawei.com>.
Hi Akash

Yes in build 2303 TestSlabCache has hungup. 
Even in build #2306 it has caused problem.

So I think one of the way to write a script will be to parse this 
-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Till the end.  
All statements that has Running in it can be parsed to see if the every next Running happens after one hop. 
Like if the first Running happens to be in 11th line the next Running should be in 13th.
If this breaks some where then that test is hanging. 
This is just one idea. If we can figure out something better we can take it up.

Regards
Ram


----- Original Message -----
From: Akash Ashok <th...@gmail.com>
Date: Saturday, October 8, 2011 12:15 pm
Subject: Re: Jenkins build is back to normal : HBase-TRUNK #2304
To: dev@hbase.apache.org

> Hi Ted & Ram
> 
> Just Figured out the hung test case both in
> 
> https://builds.apache.org/view/G-L/view/HBase/job/HBase-
> TRUNK/2303/consolehttps://builds.apache.org/view/G-
> L/view/HBase/job/HBase-TRUNK/2304/console
> 
> Running org.apache.hadoop.hbase.io.hfile.slab.TestSlabCache
> Running org.apache.hadoop.hbase.io.hfile.TestFixedFileTrailer
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
> 1.858 sec
> 
> TestSlabCache is the culprit
> 
> Just copied into noteped++ and searched for running and it 
> highlighted it
> and it was easier to find  :)
> 
> And about the script. Is the idea to parse this output and figure 
> out the
> hung test case or is there a plan to parse the surefire reports xml?
> 
> Cheers,
> Akash A
> 
> On Sat, Oct 8, 2011 at 11:13 AM, Ted Yu <yu...@gmail.com> wrote:
> 
> > Yeah we need such script.
> > I went over the tests in
> > https://builds.apache.org/view/G-L/view/HBase/job/HBase-
> TRUNK/2303/console> and couldn't find out the hanging test.
> >
> > Cheers
> >
> > On Fri, Oct 7, 2011 at 10:33 PM, Ramakrishna S Vasudevan 00902313 <
> > ramakrishnas@huawei.com> wrote:
> >
> > > Ted
> > >
> > > Once we were already discussing regarding some script to find 
> out some
> > hung
> > > tests?
> > >
> > > Regards
> > > Ram
> > >
> > >
> > > ----- Original Message -----
> > > From: Ted Yu <yu...@gmail.com>
> > > Date: Saturday, October 8, 2011 10:58 am
> > > Subject: Re: Jenkins build is back to normal : HBase-TRUNK #2304
> > > To: dev@hbase.apache.org
> > >
> > > > From
> > > > https://builds.apache.org/view/G-L/view/HBase/job/HBase-
> > > > TRUNK/2303/console,it wasn't obvious which test(s) hung.
> > > > But the following error clearly indicated there was some 
> hanging Java
> > > > process:
> > > >
> > > > [ERROR] Failed to execute goal
> > > > org.apache.maven.plugins:maven-surefire-plugin:2.9:test 
> (default-test)
> > > > on project hbase: Failure or timeout -> [Help
> > > > 1]org.apache.maven.lifecycle.LifecycleExecutionException: 
> Failed to
> > > > execute goal org.apache.maven.plugins:maven-surefire-
> plugin:2.9:test> > > (default-test) on project hbase: Failure or 
> timeout> > >
> > > > Unluckily we don't have access to the build machine.
> > > >
> > > > On Fri, Oct 7, 2011 at 10:14 PM, Akash Ashok
> > > > <th...@gmail.com> wrote:
> > > >
> > > > > Oh cool. Build is back to normal. Could someone tell me 
> what the
> > > > issue was.
> > > > > Why was it failing even though there were no failures ?
> > > > >
> > > > > On Sat, Oct 8, 2011 at 4:45 AM, Apache Jenkins Server <
> > > > > jenkins@builds.apache.org> wrote:
> > > > >
> > > > > > See <https://builds.apache.org/job/HBase-TRUNK/2304/>
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> 

Re: Jenkins build is back to normal : HBase-TRUNK #2304

Posted by Jesse Yates <je...@gmail.com>.
The script to do this was written in 4480. Just needs some +1s a
- It works pretty well. 

We might want to also mod it to take in a file that is the output of a run and analyze that.

- Jesse Yates

Sent from my iPhone.

On Oct 8, 2011, at 2:51 AM, Ted Yu <yu...@gmail.com> wrote:

> Parsing test output will do. 
> 
> 
> 
> On Oct 7, 2011, at 11:44 PM, Akash Ashok <th...@gmail.com> wrote:
> 
>> Hi Ted & Ram
>> 
>> Just Figured out the hung test case both in
>> 
>> https://builds.apache.org/view/G-L/view/HBase/job/HBase-TRUNK/2303/console
>> https://builds.apache.org/view/G-L/view/HBase/job/HBase-TRUNK/2304/console
>> 
>> Running org.apache.hadoop.hbase.io.hfile.slab.TestSlabCache
>> Running org.apache.hadoop.hbase.io.hfile.TestFixedFileTrailer
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.858 sec
>> 
>> TestSlabCache is the culprit
>> 
>> Just copied into noteped++ and searched for running and it highlighted it
>> and it was easier to find  :)
>> 
>> And about the script. Is the idea to parse this output and figure out the
>> hung test case or is there a plan to parse the surefire reports xml?
>> 
>> Cheers,
>> Akash A
>> 
>> On Sat, Oct 8, 2011 at 11:13 AM, Ted Yu <yu...@gmail.com> wrote:
>> 
>>> Yeah we need such script.
>>> I went over the tests in
>>> https://builds.apache.org/view/G-L/view/HBase/job/HBase-TRUNK/2303/console
>>> and couldn't find out the hanging test.
>>> 
>>> Cheers
>>> 
>>> On Fri, Oct 7, 2011 at 10:33 PM, Ramakrishna S Vasudevan 00902313 <
>>> ramakrishnas@huawei.com> wrote:
>>> 
>>>> Ted
>>>> 
>>>> Once we were already discussing regarding some script to find out some
>>> hung
>>>> tests?
>>>> 
>>>> Regards
>>>> Ram
>>>> 
>>>> 
>>>> ----- Original Message -----
>>>> From: Ted Yu <yu...@gmail.com>
>>>> Date: Saturday, October 8, 2011 10:58 am
>>>> Subject: Re: Jenkins build is back to normal : HBase-TRUNK #2304
>>>> To: dev@hbase.apache.org
>>>> 
>>>>> From
>>>>> https://builds.apache.org/view/G-L/view/HBase/job/HBase-
>>>>> TRUNK/2303/console,it wasn't obvious which test(s) hung.
>>>>> But the following error clearly indicated there was some hanging Java
>>>>> process:
>>>>> 
>>>>> [ERROR] Failed to execute goal
>>>>> org.apache.maven.plugins:maven-surefire-plugin:2.9:test (default-test)
>>>>> on project hbase: Failure or timeout -> [Help
>>>>> 1]org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
>>>>> execute goal org.apache.maven.plugins:maven-surefire-plugin:2.9:test
>>>>> (default-test) on project hbase: Failure or timeout
>>>>> 
>>>>> Unluckily we don't have access to the build machine.
>>>>> 
>>>>> On Fri, Oct 7, 2011 at 10:14 PM, Akash Ashok
>>>>> <th...@gmail.com> wrote:
>>>>> 
>>>>>> Oh cool. Build is back to normal. Could someone tell me what the
>>>>> issue was.
>>>>>> Why was it failing even though there were no failures ?
>>>>>> 
>>>>>> On Sat, Oct 8, 2011 at 4:45 AM, Apache Jenkins Server <
>>>>>> jenkins@builds.apache.org> wrote:
>>>>>> 
>>>>>>> See <https://builds.apache.org/job/HBase-TRUNK/2304/>
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>> 
>>>>> 
>>>> 
>>> 

Re: Jenkins build is back to normal : HBase-TRUNK #2304

Posted by Ted Yu <yu...@gmail.com>.
Parsing test output will do. 



On Oct 7, 2011, at 11:44 PM, Akash Ashok <th...@gmail.com> wrote:

> Hi Ted & Ram
> 
> Just Figured out the hung test case both in
> 
> https://builds.apache.org/view/G-L/view/HBase/job/HBase-TRUNK/2303/console
> https://builds.apache.org/view/G-L/view/HBase/job/HBase-TRUNK/2304/console
> 
> Running org.apache.hadoop.hbase.io.hfile.slab.TestSlabCache
> Running org.apache.hadoop.hbase.io.hfile.TestFixedFileTrailer
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.858 sec
> 
> TestSlabCache is the culprit
> 
> Just copied into noteped++ and searched for running and it highlighted it
> and it was easier to find  :)
> 
> And about the script. Is the idea to parse this output and figure out the
> hung test case or is there a plan to parse the surefire reports xml?
> 
> Cheers,
> Akash A
> 
> On Sat, Oct 8, 2011 at 11:13 AM, Ted Yu <yu...@gmail.com> wrote:
> 
>> Yeah we need such script.
>> I went over the tests in
>> https://builds.apache.org/view/G-L/view/HBase/job/HBase-TRUNK/2303/console
>> and couldn't find out the hanging test.
>> 
>> Cheers
>> 
>> On Fri, Oct 7, 2011 at 10:33 PM, Ramakrishna S Vasudevan 00902313 <
>> ramakrishnas@huawei.com> wrote:
>> 
>>> Ted
>>> 
>>> Once we were already discussing regarding some script to find out some
>> hung
>>> tests?
>>> 
>>> Regards
>>> Ram
>>> 
>>> 
>>> ----- Original Message -----
>>> From: Ted Yu <yu...@gmail.com>
>>> Date: Saturday, October 8, 2011 10:58 am
>>> Subject: Re: Jenkins build is back to normal : HBase-TRUNK #2304
>>> To: dev@hbase.apache.org
>>> 
>>>> From
>>>> https://builds.apache.org/view/G-L/view/HBase/job/HBase-
>>>> TRUNK/2303/console,it wasn't obvious which test(s) hung.
>>>> But the following error clearly indicated there was some hanging Java
>>>> process:
>>>> 
>>>> [ERROR] Failed to execute goal
>>>> org.apache.maven.plugins:maven-surefire-plugin:2.9:test (default-test)
>>>> on project hbase: Failure or timeout -> [Help
>>>> 1]org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
>>>> execute goal org.apache.maven.plugins:maven-surefire-plugin:2.9:test
>>>> (default-test) on project hbase: Failure or timeout
>>>> 
>>>> Unluckily we don't have access to the build machine.
>>>> 
>>>> On Fri, Oct 7, 2011 at 10:14 PM, Akash Ashok
>>>> <th...@gmail.com> wrote:
>>>> 
>>>>> Oh cool. Build is back to normal. Could someone tell me what the
>>>> issue was.
>>>>> Why was it failing even though there were no failures ?
>>>>> 
>>>>> On Sat, Oct 8, 2011 at 4:45 AM, Apache Jenkins Server <
>>>>> jenkins@builds.apache.org> wrote:
>>>>> 
>>>>>> See <https://builds.apache.org/job/HBase-TRUNK/2304/>
>>>>>> 
>>>>>> 
>>>>>> 
>>>>> 
>>>> 
>>> 
>> 

Re: Jenkins build is back to normal : HBase-TRUNK #2304

Posted by Ramakrishna S Vasudevan 00902313 <ra...@huawei.com>.
Hi Akash

Yes in build 2303 TestSlabCache has hungup. 
Even in build #2306 it has caused problem.

So I think one of the way to write a script will be to parse this 
-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Till the end.  
All statements that has Running in it can be parsed to see if the every next Running happens after one hop. 
Like if the first Running happens to be in 11th line the next Running should be in 13th.
If this breaks some where then that test is hanging. 
This is just one idea. If we can figure out something better we can take it up.

Regards
Ram

----- Original Message -----
From: Akash Ashok <th...@gmail.com>
Date: Saturday, October 8, 2011 12:15 pm
Subject: Re: Jenkins build is back to normal : HBase-TRUNK #2304
To: dev@hbase.apache.org

> Hi Ted & Ram
> 
> Just Figured out the hung test case both in
> 
> https://builds.apache.org/view/G-L/view/HBase/job/HBase-
> TRUNK/2303/consolehttps://builds.apache.org/view/G-
> L/view/HBase/job/HBase-TRUNK/2304/console
> 
> Running org.apache.hadoop.hbase.io.hfile.slab.TestSlabCache
> Running org.apache.hadoop.hbase.io.hfile.TestFixedFileTrailer
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
> 1.858 sec
> 
> TestSlabCache is the culprit
> 
> Just copied into noteped++ and searched for running and it 
> highlighted it
> and it was easier to find  :)
> 
> And about the script. Is the idea to parse this output and figure 
> out the
> hung test case or is there a plan to parse the surefire reports xml?
> 
> Cheers,
> Akash A
> 
> On Sat, Oct 8, 2011 at 11:13 AM, Ted Yu <yu...@gmail.com> wrote:
> 
> > Yeah we need such script.
> > I went over the tests in
> > https://builds.apache.org/view/G-L/view/HBase/job/HBase-
> TRUNK/2303/console> and couldn't find out the hanging test.
> >
> > Cheers
> >
> > On Fri, Oct 7, 2011 at 10:33 PM, Ramakrishna S Vasudevan 00902313 <
> > ramakrishnas@huawei.com> wrote:
> >
> > > Ted
> > >
> > > Once we were already discussing regarding some script to find 
> out some
> > hung
> > > tests?
> > >
> > > Regards
> > > Ram
> > >
> > >
> > > ----- Original Message -----
> > > From: Ted Yu <yu...@gmail.com>
> > > Date: Saturday, October 8, 2011 10:58 am
> > > Subject: Re: Jenkins build is back to normal : HBase-TRUNK #2304
> > > To: dev@hbase.apache.org
> > >
> > > > From
> > > > https://builds.apache.org/view/G-L/view/HBase/job/HBase-
> > > > TRUNK/2303/console,it wasn't obvious which test(s) hung.
> > > > But the following error clearly indicated there was some 
> hanging Java
> > > > process:
> > > >
> > > > [ERROR] Failed to execute goal
> > > > org.apache.maven.plugins:maven-surefire-plugin:2.9:test 
> (default-test)
> > > > on project hbase: Failure or timeout -> [Help
> > > > 1]org.apache.maven.lifecycle.LifecycleExecutionException: 
> Failed to
> > > > execute goal org.apache.maven.plugins:maven-surefire-
> plugin:2.9:test> > > (default-test) on project hbase: Failure or 
> timeout> > >
> > > > Unluckily we don't have access to the build machine.
> > > >
> > > > On Fri, Oct 7, 2011 at 10:14 PM, Akash Ashok
> > > > <th...@gmail.com> wrote:
> > > >
> > > > > Oh cool. Build is back to normal. Could someone tell me 
> what the
> > > > issue was.
> > > > > Why was it failing even though there were no failures ?
> > > > >
> > > > > On Sat, Oct 8, 2011 at 4:45 AM, Apache Jenkins Server <
> > > > > jenkins@builds.apache.org> wrote:
> > > > >
> > > > > > See <https://builds.apache.org/job/HBase-TRUNK/2304/>
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> 

Re: Jenkins build is back to normal : HBase-TRUNK #2304

Posted by Akash Ashok <th...@gmail.com>.
Hi Ted & Ram

Just Figured out the hung test case both in

https://builds.apache.org/view/G-L/view/HBase/job/HBase-TRUNK/2303/console
https://builds.apache.org/view/G-L/view/HBase/job/HBase-TRUNK/2304/console

Running org.apache.hadoop.hbase.io.hfile.slab.TestSlabCache
Running org.apache.hadoop.hbase.io.hfile.TestFixedFileTrailer
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.858 sec

TestSlabCache is the culprit

Just copied into noteped++ and searched for running and it highlighted it
and it was easier to find  :)

And about the script. Is the idea to parse this output and figure out the
hung test case or is there a plan to parse the surefire reports xml?

Cheers,
Akash A

On Sat, Oct 8, 2011 at 11:13 AM, Ted Yu <yu...@gmail.com> wrote:

> Yeah we need such script.
> I went over the tests in
> https://builds.apache.org/view/G-L/view/HBase/job/HBase-TRUNK/2303/console
> and couldn't find out the hanging test.
>
> Cheers
>
> On Fri, Oct 7, 2011 at 10:33 PM, Ramakrishna S Vasudevan 00902313 <
> ramakrishnas@huawei.com> wrote:
>
> > Ted
> >
> > Once we were already discussing regarding some script to find out some
> hung
> > tests?
> >
> > Regards
> > Ram
> >
> >
> > ----- Original Message -----
> > From: Ted Yu <yu...@gmail.com>
> > Date: Saturday, October 8, 2011 10:58 am
> > Subject: Re: Jenkins build is back to normal : HBase-TRUNK #2304
> > To: dev@hbase.apache.org
> >
> > > From
> > > https://builds.apache.org/view/G-L/view/HBase/job/HBase-
> > > TRUNK/2303/console,it wasn't obvious which test(s) hung.
> > > But the following error clearly indicated there was some hanging Java
> > > process:
> > >
> > > [ERROR] Failed to execute goal
> > > org.apache.maven.plugins:maven-surefire-plugin:2.9:test (default-test)
> > > on project hbase: Failure or timeout -> [Help
> > > 1]org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
> > > execute goal org.apache.maven.plugins:maven-surefire-plugin:2.9:test
> > > (default-test) on project hbase: Failure or timeout
> > >
> > > Unluckily we don't have access to the build machine.
> > >
> > > On Fri, Oct 7, 2011 at 10:14 PM, Akash Ashok
> > > <th...@gmail.com> wrote:
> > >
> > > > Oh cool. Build is back to normal. Could someone tell me what the
> > > issue was.
> > > > Why was it failing even though there were no failures ?
> > > >
> > > > On Sat, Oct 8, 2011 at 4:45 AM, Apache Jenkins Server <
> > > > jenkins@builds.apache.org> wrote:
> > > >
> > > > > See <https://builds.apache.org/job/HBase-TRUNK/2304/>
> > > > >
> > > > >
> > > > >
> > > >
> > >
> >
>

Re: Jenkins build is back to normal : HBase-TRUNK #2304

Posted by Ted Yu <yu...@gmail.com>.
Yeah we need such script.
I went over the tests in
https://builds.apache.org/view/G-L/view/HBase/job/HBase-TRUNK/2303/console
and couldn't find out the hanging test.

Cheers

On Fri, Oct 7, 2011 at 10:33 PM, Ramakrishna S Vasudevan 00902313 <
ramakrishnas@huawei.com> wrote:

> Ted
>
> Once we were already discussing regarding some script to find out some hung
> tests?
>
> Regards
> Ram
>
>
> ----- Original Message -----
> From: Ted Yu <yu...@gmail.com>
> Date: Saturday, October 8, 2011 10:58 am
> Subject: Re: Jenkins build is back to normal : HBase-TRUNK #2304
> To: dev@hbase.apache.org
>
> > From
> > https://builds.apache.org/view/G-L/view/HBase/job/HBase-
> > TRUNK/2303/console,it wasn't obvious which test(s) hung.
> > But the following error clearly indicated there was some hanging Java
> > process:
> >
> > [ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-surefire-plugin:2.9:test (default-test)
> > on project hbase: Failure or timeout -> [Help
> > 1]org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
> > execute goal org.apache.maven.plugins:maven-surefire-plugin:2.9:test
> > (default-test) on project hbase: Failure or timeout
> >
> > Unluckily we don't have access to the build machine.
> >
> > On Fri, Oct 7, 2011 at 10:14 PM, Akash Ashok
> > <th...@gmail.com> wrote:
> >
> > > Oh cool. Build is back to normal. Could someone tell me what the
> > issue was.
> > > Why was it failing even though there were no failures ?
> > >
> > > On Sat, Oct 8, 2011 at 4:45 AM, Apache Jenkins Server <
> > > jenkins@builds.apache.org> wrote:
> > >
> > > > See <https://builds.apache.org/job/HBase-TRUNK/2304/>
> > > >
> > > >
> > > >
> > >
> >
>

Re: Jenkins build is back to normal : HBase-TRUNK #2304

Posted by Ramakrishna S Vasudevan 00902313 <ra...@huawei.com>.
Ted

Once we were already discussing regarding some script to find out some hung tests? 

Regards
Ram


----- Original Message -----
From: Ted Yu <yu...@gmail.com>
Date: Saturday, October 8, 2011 10:58 am
Subject: Re: Jenkins build is back to normal : HBase-TRUNK #2304
To: dev@hbase.apache.org

> From
> https://builds.apache.org/view/G-L/view/HBase/job/HBase-
> TRUNK/2303/console,it wasn't obvious which test(s) hung.
> But the following error clearly indicated there was some hanging Java
> process:
> 
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-surefire-plugin:2.9:test (default-test)
> on project hbase: Failure or timeout -> [Help
> 1]org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
> execute goal org.apache.maven.plugins:maven-surefire-plugin:2.9:test
> (default-test) on project hbase: Failure or timeout
> 
> Unluckily we don't have access to the build machine.
> 
> On Fri, Oct 7, 2011 at 10:14 PM, Akash Ashok 
> <th...@gmail.com> wrote:
> 
> > Oh cool. Build is back to normal. Could someone tell me what the 
> issue was.
> > Why was it failing even though there were no failures ?
> >
> > On Sat, Oct 8, 2011 at 4:45 AM, Apache Jenkins Server <
> > jenkins@builds.apache.org> wrote:
> >
> > > See <https://builds.apache.org/job/HBase-TRUNK/2304/>
> > >
> > >
> > >
> >
> 

Re: Jenkins build is back to normal : HBase-TRUNK #2304

Posted by Ted Yu <yu...@gmail.com>.
From
https://builds.apache.org/view/G-L/view/HBase/job/HBase-TRUNK/2303/console,
it wasn't obvious which test(s) hung.
But the following error clearly indicated there was some hanging Java
process:

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.9:test (default-test)
on project hbase: Failure or timeout -> [Help
1]org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
execute goal org.apache.maven.plugins:maven-surefire-plugin:2.9:test
(default-test) on project hbase: Failure or timeout

Unluckily we don't have access to the build machine.

On Fri, Oct 7, 2011 at 10:14 PM, Akash Ashok <th...@gmail.com> wrote:

> Oh cool. Build is back to normal. Could someone tell me what the issue was.
> Why was it failing even though there were no failures ?
>
> On Sat, Oct 8, 2011 at 4:45 AM, Apache Jenkins Server <
> jenkins@builds.apache.org> wrote:
>
> > See <https://builds.apache.org/job/HBase-TRUNK/2304/>
> >
> >
> >
>

Re: Jenkins build is back to normal : HBase-TRUNK #2304

Posted by Akash Ashok <th...@gmail.com>.
Oh cool. Build is back to normal. Could someone tell me what the issue was.
Why was it failing even though there were no failures ?

On Sat, Oct 8, 2011 at 4:45 AM, Apache Jenkins Server <
jenkins@builds.apache.org> wrote:

> See <https://builds.apache.org/job/HBase-TRUNK/2304/>
>
>
>