[jira] [Created] (HBASE-8330) What is the necessity of having a private ThreadLocal in FSReaderV2

2013-04-12 Thread Manukranth Kolloju (JIRA)
Manukranth Kolloju created HBASE-8330: - Summary: What is the necessity of having a private ThreadLocal in FSReaderV2 Key: HBASE-8330 URL: https://issues.apache.org/jira/browse/HBASE-8330 Project:

Re: trunk on hadoop2 fixes.

2013-04-12 Thread Ted Yu
bq. Share the results on the mailing list if you want. I plan to run HBase test suite after 2.0.4-alpha is released. I think from HBase side, there is no pending issue what would affect the release of 2.0.4-alpha. Cheers On Thu, Apr 11, 2013 at 5:52 PM, Jonathan Hsieh j...@cloudera.com wrote:

[jira] [Created] (HBASE-8331) DataXceiver java.io.IOException: Interrupted receiveBlock

2013-04-12 Thread Jianbiao Huang (JIRA)
Jianbiao Huang created HBASE-8331: - Summary: DataXceiver java.io.IOException: Interrupted receiveBlock Key: HBASE-8331 URL: https://issues.apache.org/jira/browse/HBASE-8331 Project: HBase

[jira] [Created] (HBASE-8332) Add truncate as HMaster method

2013-04-12 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-8332: -- Summary: Add truncate as HMaster method Key: HBASE-8332 URL: https://issues.apache.org/jira/browse/HBASE-8332 Project: HBase Issue Type: Improvement

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

2013-04-12 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-TRUNK/4055/

Build failed in Jenkins: HBase-TRUNK #4056

2013-04-12 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-TRUNK/4056/ -- [...truncated 3735 lines...] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.431 sec Running org.apache.hadoop.hbase.mapred.TestTableInputFormat Tests run: 10, Failures: 0, Errors: 0,

[jira] [Created] (HBASE-8333) TestTableLockManager#testDelete failed in trunk build #4056

2013-04-12 Thread Ted Yu (JIRA)
Ted Yu created HBASE-8333: - Summary: TestTableLockManager#testDelete failed in trunk build #4056 Key: HBASE-8333 URL: https://issues.apache.org/jira/browse/HBASE-8333 Project: HBase Issue Type: Bug

[jira] [Created] (HBASE-8334) Enable essential column family support by default

2013-04-12 Thread Ted Yu (JIRA)
Ted Yu created HBASE-8334: - Summary: Enable essential column family support by default Key: HBASE-8334 URL: https://issues.apache.org/jira/browse/HBASE-8334 Project: HBase Issue Type: Bug

[jira] [Created] (HBASE-8335) Investigate unit test performance regressions between hadoop1 and hadoop2

2013-04-12 Thread Jonathan Hsieh (JIRA)
Jonathan Hsieh created HBASE-8335: - Summary: Investigate unit test performance regressions between hadoop1 and hadoop2 Key: HBASE-8335 URL: https://issues.apache.org/jira/browse/HBASE-8335 Project:

precommit machines

2013-04-12 Thread Nicolas Liochon
I've added hadoop4 and hadoop5 to the machines to be used for precommit tests/ May be they were not in the list for a good reason. Remove them in https://builds.apache.org/job/PreCommit-HBASE-Build/configure if it breaks too much. If it works well during a few days, I will add hadoop6+ as well.

[jira] [Created] (HBASE-8336) PooledHTable may be returned multiple times to the same pool

2013-04-12 Thread Nikolai Grigoriev (JIRA)
Nikolai Grigoriev created HBASE-8336: Summary: PooledHTable may be returned multiple times to the same pool Key: HBASE-8336 URL: https://issues.apache.org/jira/browse/HBASE-8336 Project: HBase

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

2013-04-12 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-TRUNK/4057/

Re: precommit machines

2013-04-12 Thread Nicolas Liochon
Done. Is this documented somewhere? I had no answer to my mail to the dev list when I asked why we were not using these machines. On Fri, Apr 12, 2013 at 6:55 PM, Giridharan Kesavan gkesa...@hortonworks.com wrote: Nicolas, Please do not add more machins to hbase pool. There are other

[jira] [Created] (HBASE-8338) Latency Resilience; umbrella list of issues that will help us ride over bad disk, bad region, ec2, etc.

2013-04-12 Thread stack (JIRA)
stack created HBASE-8338: Summary: Latency Resilience; umbrella list of issues that will help us ride over bad disk, bad region, ec2, etc. Key: HBASE-8338 URL: https://issues.apache.org/jira/browse/HBASE-8338

Jenkins build is back to normal : HBase-0.94-security #135

2013-04-12 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-0.94-security/135/

[jira] [Created] (HBASE-8340) WAL log compression handling of seeks seems to be either inefficient or incorrect

2013-04-12 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HBASE-8340: --- Summary: WAL log compression handling of seeks seems to be either inefficient or incorrect Key: HBASE-8340 URL: https://issues.apache.org/jira/browse/HBASE-8340

What is the necessity of having a private ThreadLocal in FSReaderV2

2013-04-12 Thread Manu Kranth Chary
I was trying to investigate the scenarios in which we perform a seek back of 24 bytes(Header size) while we do a HFileBlock read. In the process I stumbled upon this issue. In order to avoid the seek back problem, what we do is to store the header of the next block in a class named

[jira] [Created] (HBASE-8341) RestoreSnapshotHandler.prepare() is not called by SnapshotManager

2013-04-12 Thread Enis Soztutar (JIRA)
Enis Soztutar created HBASE-8341: Summary: RestoreSnapshotHandler.prepare() is not called by SnapshotManager Key: HBASE-8341 URL: https://issues.apache.org/jira/browse/HBASE-8341 Project: HBase

[jira] [Resolved] (HBASE-2183) Ride over restart

2013-04-12 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-2183. --- Resolution: Duplicate Superseded by HBASE-8338 and related. Ride over

[jira] [Resolved] (HBASE-2108) [HA] hbase cluster should be able to ride over hdfs 'safe mode' flip and namenode restart/move

2013-04-12 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-2108. --- Resolution: Fixed Superseded by HBASE-8338 and related. [HA] hbase cluster

[jira] [Resolved] (HBASE-1645) HBase could be a little more dainty when zk is pulled out from under it

2013-04-12 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-1645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-1645. --- Resolution: Fixed There has been progress on this elsewhere. Reopen if needed.

[jira] [Resolved] (HBASE-1964) Enter temporary safe mode to ride over transient FS layer problems

2013-04-12 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-1964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-1964. --- Resolution: Duplicate Enter temporary safe mode to ride over transient FS layer

Build failed in Jenkins: hbase-0.95-on-hadoop2 #67

2013-04-12 Thread Apache Jenkins Server
See https://builds.apache.org/job/hbase-0.95-on-hadoop2/67/changes Changes: [tedyu] HBASE-8334 Enable essential column family support by default [larsh] HBASE-7801 Addendum - fix Mutation size [eclark] HBASE-8339 Make sure the StochasticLoadBalancer doesn't run a cost function when not needed

Build failed in Jenkins: HBase-TRUNK-on-Hadoop-2.0.0 #496

2013-04-12 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/496/changes Changes: [larsh] HBASE-7801 Addendum - fix Mutation size [eclark] HBASE-8339 Make sure the StochasticLoadBalancer doesn't run a cost function when not needed [tedyu] HBASE-8333 TestTableLockManager#testDelete may

Re: precommit machines

2013-04-12 Thread Stack
Yeah, can you give us some background Giri? Thanks, St.Ack On Fri, Apr 12, 2013 at 10:45 AM, Nicolas Liochon nkey...@gmail.com wrote: Done. Is this documented somewhere? I had no answer to my mail to the dev list when I asked why we were not using these machines. On Fri, Apr 12, 2013 at