[jira] [Created] (HBASE-8802) totalCompactingKVs overflow

2013-06-25 Thread Chao Shi (JIRA)
Chao Shi created HBASE-8802: --- Summary: totalCompactingKVs overflow Key: HBASE-8802 URL: https://issues.apache.org/jira/browse/HBASE-8802 Project: HBase Issue Type: Bug Reporter: Chao

[jira] [Resolved] (HBASE-6737) NullPointerException at regionserver.wal.SequenceFileLogWriter.append

2013-06-25 Thread Nicolas Liochon (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Liochon resolved HBASE-6737. Resolution: Cannot Reproduce NullPointerException at

[jira] [Resolved] (HBASE-4177) Handling read failures during recovery‏ - when HMaster calls Namenode recovery, recovery may be a failure leading to read failure while splitting logs

2013-06-25 Thread Nicolas Liochon (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Liochon resolved HBASE-4177. Resolution: Fixed Fix Version/s: 0.95.1 To me, this was fixed when we made the

License compatibility?

2013-06-25 Thread Jean-Marc Spaggiari
Hi, Is the X11 License compatible with the Apache one? I think so, but would like to have the confirmation. There is a peace of code under X11 license that I would like to bring into HBase... Can someone confirm? JM License (X11 License) Permission is hereby granted, free of charge, to any

[jira] [Created] (HBASE-8803) region_mover.rb should move multiple regions at a time

2013-06-25 Thread Jean-Marc Spaggiari (JIRA)
Jean-Marc Spaggiari created HBASE-8803: -- Summary: region_mover.rb should move multiple regions at a time Key: HBASE-8803 URL: https://issues.apache.org/jira/browse/HBASE-8803 Project: HBase

[jira] [Created] (HBASE-8804) Received exception while doing rolling-restart

2013-06-25 Thread Jean-Marc Spaggiari (JIRA)
Jean-Marc Spaggiari created HBASE-8804: -- Summary: Received exception while doing rolling-restart Key: HBASE-8804 URL: https://issues.apache.org/jira/browse/HBASE-8804 Project: HBase

[jira] [Resolved] (HBASE-7839) Add a script to simulate a dead machine during the integration tests

2013-06-25 Thread Nicolas Liochon (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Liochon resolved HBASE-7839. Resolution: Won't Fix In HBASE-7840, the solution relies on a passwordless sudo. It's more

Re: Opinions on the 'watcher' script that surrounds launched hbase daemons

2013-06-25 Thread Enis Söztutar
+1 on not doing our own. Related is https://issues.apache.org/jira/browse/HBASE-7334 Enis On Mon, Jun 24, 2013 at 6:59 PM, Andrew Purtell apurt...@apache.org wrote: On Mon, Jun 24, 2013 at 4:13 PM, Nick Dimiduk ndimi...@gmail.com wrote: It sounds like it's encroaching on BigTop territory.

[jira] [Created] (HBASE-8806) Row locks are acquired repeatedly in HRegion.doMiniBatchMutation for duplicate rows.

2013-06-25 Thread rahul gidwani (JIRA)
rahul gidwani created HBASE-8806: Summary: Row locks are acquired repeatedly in HRegion.doMiniBatchMutation for duplicate rows. Key: HBASE-8806 URL: https://issues.apache.org/jira/browse/HBASE-8806

Question about local reads and HDFS 347

2013-06-25 Thread Varun Sharma
I was looking at HDFS 347 and the nice long story with impressive benchmarks and that it should really help with region server performance. The question I had was whether it would still help if we were already using the short circuit local reads setting already provided by HBase. Are there any

[jira] [Created] (HBASE-8807) HBase MapReduce Job-Launch Documentation Misplaced

2013-06-25 Thread Ambud Sharma (JIRA)
Ambud Sharma created HBASE-8807: --- Summary: HBase MapReduce Job-Launch Documentation Misplaced Key: HBASE-8807 URL: https://issues.apache.org/jira/browse/HBASE-8807 Project: HBase Issue Type:

Re: [ANNOUNCE] The 1st hbase 0.94.9 release candidate is available for download

2013-06-25 Thread Jean-Marc Spaggiari
Here is my feedback. - Downloaded the files, checked the signature, uncompressed, checked changes.txt = Fine - Checked the documentation = One page not found under Ref Guide (multi-page) link on the index page. Should it be there? - Ran the test suite on 2 different servers,

[jira] [Created] (HBASE-8808) Use Jacoco to generate Unit Test coverage reports

2013-06-25 Thread Manukranth Kolloju (JIRA)
Manukranth Kolloju created HBASE-8808: - Summary: Use Jacoco to generate Unit Test coverage reports Key: HBASE-8808 URL: https://issues.apache.org/jira/browse/HBASE-8808 Project: HBase

Re: Question about local reads and HDFS 347

2013-06-25 Thread Azuryy Yu
you also need local reads on HDFS, even you configured it in HBase. --Send from my Sony mobile. On Jun 26, 2013 6:11 AM, Varun Sharma va...@pinterest.com wrote: I was looking at HDFS 347 and the nice long story with impressive benchmarks and that it should really help with region server

Re: Question about local reads and HDFS 347

2013-06-25 Thread Stack
On Tue, Jun 25, 2013 at 3:10 PM, Varun Sharma va...@pinterest.com wrote: I was looking at HDFS 347 and the nice long story with impressive benchmarks and that it should really help with region server performance. The question I had was whether it would still help if we were already using the