[jira] [Created] (HBASE-9913) weblogic deployment project implementation under the mapreduce hbase reported a NullPointer error

2013-11-07 Thread JIRA
刘泓 created HBASE-9913: - Summary: weblogic deployment project implementation under the mapreduce hbase reported a NullPointer error Key: HBASE-9913 URL: https://issues.apache.org/jira/browse/HBASE-9913 Project:

Re: [VOTE] The 1st hbase 0.94.13 release candidate is available for download

2013-11-07 Thread Jean-Marc Spaggiari
I tried multiple times on different servers to run the test suite but it always fail on those test cases: Tests in error: testRegionObserverCompactionTimeStacking(org.apache.hadoop.hbase.coprocessor.TestRegionObserverScannerOpenHook): Shutting down

Re: [VOTE] The 1st hbase 0.94.13 release candidate is available for download

2013-11-07 Thread Ted Yu
TestRegionObserverScannerOpenHook has been fixed through HBASE-9836 I can log a JIRA to backport the fix to 0.94 Did you use secure profile for running the tests ? Cheers On Thu, Nov 7, 2013 at 5:33 AM, Jean-Marc Spaggiari jean-m...@spaggiari.org wrote: I tried multiple times on different

Re: [VOTE] The 1st hbase 0.94.13 release candidate is available for download

2013-11-07 Thread Jean-Marc Spaggiari
No. I just use mvn test -P runAllTests -Dsurefire.secondPartThreadCount=1 (I tried with 16 initially, then 8, 4 and move to 1 to see if it was more stable). 2013/11/7 Ted Yu yuzhih...@gmail.com TestRegionObserverScannerOpenHook has been fixed through HBASE-9836 I can log a JIRA to backport

[jira] [Created] (HBASE-9914) Port fix for HBASE-9836 'Intermittent TestRegionObserverScannerOpenHook#testRegionObserverCompactionTimeStacking failure' to 0.94

2013-11-07 Thread Ted Yu (JIRA)
Ted Yu created HBASE-9914: - Summary: Port fix for HBASE-9836 'Intermittent TestRegionObserverScannerOpenHook#testRegionObserverCompactionTimeStacking failure' to 0.94 Key: HBASE-9914 URL:

how long the Hadoop-QA result is kept available?

2013-11-07 Thread Demai Ni
hi, folks, sorry for asking the native question. I ran a Hadoop-QA yesterday afternoon, and thought the result will be on the server for 24 hours. However, it isn't available anymore (~12 hours) It is for hbase-9047, and this is link of the result.

Re: how long the Hadoop-QA result is kept available?

2013-11-07 Thread Ted Yu
From https://builds.apache.org/job/PreCommit-HBASE-Build/ , you can see that results from the last 15 QA runs were kept. There are many patches submitted everyday. Each QA result would be kept shorter than 24 hours. If you're investigating javadoc / findbugs warnings, you can find the respective

Re: how long the Hadoop-QA result is kept available?

2013-11-07 Thread Demai Ni
Ted, thank you so much for the tips. It helps me to save a lot of time and avoid to overuse the system. Appreciate it. ... Demai On Thu, Nov 7, 2013 at 8:57 AM, Ted Yu yuzhih...@gmail.com wrote: From https://builds.apache.org/job/PreCommit-HBASE-Build/ , you can see that results from the last

Re: how long the Hadoop-QA result is kept available?

2013-11-07 Thread Ted Yu
If you are concerned about the following from QA report: bq. -1 core tests. The patch failed these unit tests: You can always re-submit the latest patch to see if the test failure was reproducible (I assume you have run replication-related tests locally). On Thu, Nov 7, 2013 at 9:15 AM, Demai

Re: how long the Hadoop-QA result is kept available?

2013-11-07 Thread Demai Ni
Ted, yeah. I think the -1 core test may be unrelated. also just saw that St.Ack resubmitted the patch. Many thanks to both of you. On Thu, Nov 7, 2013 at 9:25 AM, Ted Yu yuzhih...@gmail.com wrote: If you are concerned about the following from QA report: bq. -1 core tests. The patch failed

Re: [VOTE] The 1st hbase 0.94.13 release candidate is available for download

2013-11-07 Thread Nick Dimiduk
Sorry for the delays -- let me give this a whirl in the background today. On Tue, Oct 29, 2013 at 10:46 PM, lars hofhansl la...@apache.org wrote: In case it was not obvious... I mean the first 0.94.13 RC. -- Lars From: lars hofhansl la...@apache.org

[jira] [Created] (HBASE-9915) Severe performance bug: isSeeked() in EncodedScannerV2 is always false

2013-11-07 Thread Lars Hofhansl (JIRA)
Lars Hofhansl created HBASE-9915: Summary: Severe performance bug: isSeeked() in EncodedScannerV2 is always false Key: HBASE-9915 URL: https://issues.apache.org/jira/browse/HBASE-9915 Project: HBase

Request count display on MasterStatus

2013-11-07 Thread Nick Dimiduk
Can someone enlighten me as to the relationship between these values? I get requests per second and I get request count, but the sum of the latter doesn't result in the former. Thanks, Nick

Re: Calling o/s.flush() in HLog.sync()?

2013-11-07 Thread Ted Yu
Himanshu: See http://grepcode.com/file/repository.grepcode.com/java/root/jdk/openjdk/6-b14/java/io/DataOutputStream.java#DataOutputStream.flush%28%29 The flush() call results in OutputStream.flush(). Cheers On Mon, Nov 4, 2013 at 9:11 PM, Himanshu Vashishtha hv.cs...@gmail.comwrote: Looking

Re: [VOTE] The 1st hbase 0.94.13 release candidate is available for download

2013-11-07 Thread Nick Dimiduk
- downloaded tarballs, both passed md5 and asc verification. [✓] - load 10m rows/host into a 0.94.6.1 secured cluster, launch randomRead test. - deployed 0.94.13 jars over existing 0.94.6.1 regionservers, restart one by one. [✓] - new job launched from 0.94.6.1 gateway host, with older jars

Re: how long the Hadoop-QA result is kept available?

2013-11-07 Thread Demai Ni
Ted and other folks, sorry to bother you again. I must miss something here about how to get the javadoc warning info. The hadoop-QA result (

Re: how long the Hadoop-QA result is kept available?

2013-11-07 Thread Ted Yu
Here is the link to patchJavadocWarnings.txt https://builds.apache.org/job/PreCommit-HBASE-Build/7779/artifact/trunk/patchprocess/patchJavadocWarnings.txt By navigating up the directory tree, you should be able to figure out how to get there. Cheers On Thu, Nov 7, 2013 at 3:17 PM, Demai Ni

Re: how long the Hadoop-QA result is kept available?

2013-11-07 Thread Ted Yu
Demai: I logged HBASE-9916 for the extra warning. It was not caused by your patch. On Thu, Nov 7, 2013 at 3:25 PM, Ted Yu yuzhih...@gmail.com wrote: Here is the link to patchJavadocWarnings.txt

[jira] [Created] (HBASE-9916) Fix javadoc warning in StoreFileManager.java

2013-11-07 Thread Ted Yu (JIRA)
Ted Yu created HBASE-9916: - Summary: Fix javadoc warning in StoreFileManager.java Key: HBASE-9916 URL: https://issues.apache.org/jira/browse/HBASE-9916 Project: HBase Issue Type: Task

Re: how long the Hadoop-QA result is kept available?

2013-11-07 Thread Demai Ni
cool. Thanks!... Demai On Thu, Nov 7, 2013 at 3:28 PM, Ted Yu yuzhih...@gmail.com wrote: Demai: I logged HBASE-9916 for the extra warning. It was not caused by your patch. On Thu, Nov 7, 2013 at 3:25 PM, Ted Yu yuzhih...@gmail.com wrote: Here is the link to patchJavadocWarnings.txt

Re: [VOTE] The 1st hbase 0.94.13 release candidate is available for download

2013-11-07 Thread lars hofhansl
Nice. Thanks Nick. I'll spin the release today. -- Lars From: Nick Dimiduk ndimi...@gmail.com To: hbase-dev dev@hbase.apache.org; lars hofhansl la...@apache.org Sent: Thursday, November 7, 2013 3:12 PM Subject: Re: [VOTE] The 1st hbase 0.94.13 release

[jira] [Reopened] (HBASE-9913) weblogic deployment project implementation under the mapreduce hbase reported a NullPointerException

2013-11-07 Thread Nick Dimiduk (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk reopened HBASE-9913: - Reopening ticket. Nothing has been committed so nothing has been fixed. weblogic deployment

[jira] [Created] (HBASE-9917) Fix it so Default Connection Pool does not spin up max threads even when not needed

2013-11-07 Thread stack (JIRA)
stack created HBASE-9917: Summary: Fix it so Default Connection Pool does not spin up max threads even when not needed Key: HBASE-9917 URL: https://issues.apache.org/jira/browse/HBASE-9917 Project: HBase

[ANNOUNCE] HBase 0.94.13 is available for download

2013-11-07 Thread lars hofhansl
The HBase Team is pleased to announce the immediate release of HBase 0.94.13. Download it from your favorite Apache mirror [1]. This release has also been pushed to Apache's maven repository. All previous 0.92.x and 0.94.x releases can upgraded to 0.94.13 via a rolling upgrade without downtime,

[jira] [Created] (HBASE-9918) MasterAddressTracker ZKNamespaceManager ZK listeners are missed after master recovery

2013-11-07 Thread Jeffrey Zhong (JIRA)
Jeffrey Zhong created HBASE-9918: Summary: MasterAddressTracker ZKNamespaceManager ZK listeners are missed after master recovery Key: HBASE-9918 URL: https://issues.apache.org/jira/browse/HBASE-9918

[jira] [Created] (HBASE-9919) Fix resource leak in MultiTableInputFormatBase

2013-11-07 Thread Ted Yu (JIRA)
Ted Yu created HBASE-9919: - Summary: Fix resource leak in MultiTableInputFormatBase Key: HBASE-9919 URL: https://issues.apache.org/jira/browse/HBASE-9919 Project: HBase Issue Type: Bug

[jira] [Created] (HBASE-9920) Lower OK_FINDBUGS_WARNINGS in test-patch.properties

2013-11-07 Thread Ted Yu (JIRA)
Ted Yu created HBASE-9920: - Summary: Lower OK_FINDBUGS_WARNINGS in test-patch.properties Key: HBASE-9920 URL: https://issues.apache.org/jira/browse/HBASE-9920 Project: HBase Issue Type: Task

[jira] [Created] (HBASE-9921) stripe compaction - findbugs and javadoc issues, some improvements

2013-11-07 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HBASE-9921: --- Summary: stripe compaction - findbugs and javadoc issues, some improvements Key: HBASE-9921 URL: https://issues.apache.org/jira/browse/HBASE-9921 Project:

[jira] [Created] (HBASE-9922) Need to delete a row based on the column namevalue (not the row key)... please provide the delete query for the same...

2013-11-07 Thread ranjini (JIRA)
ranjini created HBASE-9922: -- Summary: Need to delete a row based on the column namevalue (not the row key)... please provide the delete query for the same... Key: HBASE-9922 URL:

[jira] [Created] (HBASE-9923) In HBASE we need to delete a row based on the column namevalue (not using rowkey)...

2013-11-07 Thread ranjini (JIRA)
ranjini created HBASE-9923: -- Summary: In HBASE we need to delete a row based on the column namevalue (not using rowkey)... Key: HBASE-9923 URL: https://issues.apache.org/jira/browse/HBASE-9923 Project:

[jira] [Created] (HBASE-9924) avoid filename conflict in region_mover.rb

2013-11-07 Thread Liang Xie (JIRA)
Liang Xie created HBASE-9924: Summary: avoid filename conflict in region_mover.rb Key: HBASE-9924 URL: https://issues.apache.org/jira/browse/HBASE-9924 Project: HBase Issue Type: Improvement