Re: Two requests from a grumpy old man

2011-08-15 Thread Ted Dunning
Actually, I think that anybody who maintains any kind of reference to a JIRA whether in a distribution or in their own head would like the meaning of a JIRA to be relatively static. So even if the community doesn't explicitly know that they care about this, I bet they care about the consequences.

Re: Two requests from a grumpy old man

2011-08-15 Thread Andrew Purtell
A day may be too tight, but maybe we can compromise on a few days, or a week? My concern is about providing the community enough opportunity to test a new change or do CTR. A week is reasonable. Best regards,    - Andy Problems worthy of attack prove their worth by hitting back. - Piet Hein

Re: Two requests from a grumpy old man

2011-08-15 Thread Andrew Purtell
As I understand it, we are under a review-then-commit model for anything that's not trivial. Yes, but with one +1. Give it a few days, others may return their attention to the project and test something, and we discover the JIRA is not finished.   We can add a new link type for JIRA, eg 

Build failed in Jenkins: hbase-0.90 #262

2011-08-15 Thread Apache Jenkins Server
See https://builds.apache.org/job/hbase-0.90/262/changes Changes: [tedyu] Move 3 JIRAs from 0.90.4 to 0.90.5 where they actually belong -- [...truncated 1175 lines...] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.77 sec Running

Build failed in Jenkins: HBase-TRUNK #2115

2011-08-15 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-TRUNK/2115/changes Changes: [tedyu] HBASE-4197 RegionServer expects all scanner to be subclasses of HRegion.RegionScanner (Lars Hofhansl) -- [...truncated 1505 lines...] Running

Build failed in Jenkins: HBase-TRUNK #2116

2011-08-15 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-TRUNK/2116/changes Changes: [tedyu] HBASE-4197 TestCoprocessorInterface demonstrates CustomScanner usage -- [...truncated 29334 lines...] Running org.apache.hadoop.hbase.filter.TestColumnRangeFilter Tests run: 1,

Fwd: Build failed in Jenkins: HBase-TRUNK #2116

2011-08-15 Thread Ted Yu
From: https://builds.apache.org/view/G-L/view/HBase/job/HBase-TRUNK/lastCompletedBuild/testReport/org.apache.hadoop.hbase.master/TestDistributedLogSplitting/testOrphanLogCreation/ Caused by: java.io.IOException: Too many open files at sun.nio.ch.IOUtil.initPipe(Native Method) at

Re: Build failed in Jenkins: HBase-TRUNK #2116

2011-08-15 Thread Gaojinchao
Why don't try to use ulimit -SHn in test case. -邮件原件- 发件人: Ted Yu [mailto:yuzhih...@gmail.com] 发送时间: 2011年8月16日 11:10 收件人: dev@hbase.apache.org 主题: Fwd: Build failed in Jenkins: HBase-TRUNK #2116 From:

Re: Build failed in Jenkins: HBase-TRUNK #2116

2011-08-15 Thread Stack
Because I think the ceiling is default 1024 and though it says unlimited, its just 1024 (as it is stock linux IIRC). St.Ack 2011/8/15 Gaojinchao gaojinc...@huawei.com: Why don't try to use ulimit -SHn in test case. -邮件原件- 发件人: Ted Yu [mailto:yuzhih...@gmail.com] 发送时间: 2011年8月16日

re: Build failed in Jenkins: HBase-TRUNK #2116

2011-08-15 Thread Gaojinchao
Sorry. I mean we can modify the startup script so that the process can inherit the property. Rather than by modifying the parameters of the operating system. -邮件原件- 发件人: saint@gmail.com [mailto:saint@gmail.com] 代表 Stack 发送时间: 2011年8月16日 11:35 收件人: dev@hbase.apache.org 主题: Re:

Re: Two requests from a grumpy old man

2011-08-15 Thread Stack
I'm up for taking on a ~24 hour bound on a JIRA amend commit where any changes to a JIRA outside this time bound would require a new JIRA. I'd be on for doing just because it makes life easier for the downstream bundlers even though as Andrew notes, it makes for more JIRAs (of which we have plenty

Re: Build failed in Jenkins: HBase-TRUNK #2116

2011-08-15 Thread Stack
How do you mean Gao? If the config is that the jenkins user has a max of 1024 open files on the machine, unless we are root, there is no way for us to up the ulimit. Or do I misunderstand? Thanks, St.Ack 2011/8/15 Gaojinchao gaojinc...@huawei.com: Sorry. I mean we can modify the startup

Re: Build failed in Jenkins: HBase-TRUNK #2116

2011-08-15 Thread Gaojinchao
You are right. I use root do it. -邮件原件- 发件人: saint@gmail.com [mailto:saint@gmail.com] 代表 Stack 发送时间: 2011年8月16日 11:59 收件人: dev@hbase.apache.org 主题: Re: Build failed in Jenkins: HBase-TRUNK #2116 How do you mean Gao? If the config is that the jenkins user has a max of 1024 open

Re: TestRollingRestart fail occasionally

2011-08-15 Thread Stack
If you update the hadoop that hbase ships with to the tip of the branch-0.20-append, does it fail then? The tip has hdfs-1554, hdfs-1554 whereas what hbase ships with does not. St.Ack On Tue, Aug 9, 2011 at 7:09 PM, Zhoushuaifeng zhoushuaif...@huawei.com wrote: Hi, I run

Re: FW: Process RIT for META and ROOT- Do we really need to wait for timeout period?

2011-08-15 Thread Stack
On Thu, Aug 11, 2011 at 11:31 PM, Ramkrishna S Vasudevan ramakrish...@huawei.com wrote: Hi All, The scenario is while opening META region the master goes down and the state in zookeeper is RS_OPENING for META.  Now when the master comes up it will process the RIT.  Here master has to wait

Jenkins build is back to normal : hbase-0.90 #263

2011-08-15 Thread Apache Jenkins Server
See https://builds.apache.org/job/hbase-0.90/263/

Re: HBase exception after upgrading from hbase-0.90-branch to trunk

2011-08-15 Thread Stack
What version of hbase is this Sebastian? What you mean by remove -ROOT- and .META. (that doesn't sound good but you probably mean something else though looking at the exception below, maybe this is what you did). St.Ack On Thu, Aug 11, 2011 at 11:54 AM, Sebastian Bauer ad...@ugame.net.pl wrote:

Re: HBase exception after upgrading from hbase-0.90-branch to trunk

2011-08-15 Thread Stack
Oh, are you running on hbase trunk? If so, did you write all your data with TRUNK or did you start up 0.92 on a data that was written w/ 0.90 (It should work but you may have hit an issue). St.Ack On Thu, Aug 11, 2011 at 12:42 PM, Sebastian Bauer ad...@ugame.net.pl wrote: i had copy of -ROOT-

RE: FW: Process RIT for META and ROOT- Do we really need to wait for timeout period?

2011-08-15 Thread Ramkrishna S Vasudevan
Hi Stack, What you say is when the master sees it in OPENED state. But if the META was in OPENING state in zk and that time the master goes down. Now when the master comes up again then the master will try to process the OPENING state. regionsInTransition.put(encodedRegionName, new