HBASE-8890 - Call for Opinions

2013-07-09 Thread Lars George
Hi, Looking at https://issues.apache.org/jira/browse/HBASE-8890. Is there a reason why the layout is so... weird today? I mean we should have the Java classes in the proper package paths, and the Python the same. Currently we *do* have a Python src directory, but no further packages

Re: HBASE-8678: Someone can give it a look?

2013-07-09 Thread Lars George
Hi JM, You already got a +1 it seems. Otherwise lgtm as well. Lars On Jul 8, 2013, at 11:17 PM, Jean-Marc Spaggiari jean-m...@spaggiari.org wrote: Thanks ;) JM

Re: HBASE-8678: Someone can give it a look?

2013-07-09 Thread Jean-Marc Spaggiari
Thanks Lars. But I'm not a commiter, so I need someone to push it for me even if I get +1s :( JM 2013/7/9 Lars George lars.geo...@gmail.com: Hi JM, You already got a +1 it seems. Otherwise lgtm as well. Lars On Jul 8, 2013, at 11:17 PM, Jean-Marc Spaggiari jean-m...@spaggiari.org

60000 millis timeout while waiting for channel to be ready for read

2013-07-09 Thread shapoor
hello, i am doing a lot of saves in HBase. like 100,000,000 documents, each 100KB. before i start the program there are almost 18 connections after starting my 2 regions and one master cluster. the connections are zookeeper, hdfs and hbase. as the process of saving starts, i have repeatedly more

[jira] [Created] (HBASE-8903) Fix Thrift 2 DemoClient Python instructions

2013-07-09 Thread Lars George (JIRA)
Lars George created HBASE-8903: -- Summary: Fix Thrift 2 DemoClient Python instructions Key: HBASE-8903 URL: https://issues.apache.org/jira/browse/HBASE-8903 Project: HBase Issue Type: Sub-task

Re: 60000 millis timeout while waiting for channel to be ready for read

2013-07-09 Thread Ted Yu
Which HBase release are you using ? On Tue, Jul 9, 2013 at 4:54 AM, shapoor esmaili_...@yahoo.com wrote: hello, i am doing a lot of saves in HBase. like 100,000,000 documents, each 100KB. before i start the program there are almost 18 connections after starting my 2 regions and one master

[jira] [Resolved] (HBASE-2039) G1 GC issues

2013-07-09 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-2039. --- Resolution: Cannot Reproduce 7u4 was the release where G1 is officially marked as stable.

[jira] [Created] (HBASE-8904) Clean up IntegrationTestMTTR and add small features.

2013-07-09 Thread Elliott Clark (JIRA)
Elliott Clark created HBASE-8904: Summary: Clean up IntegrationTestMTTR and add small features. Key: HBASE-8904 URL: https://issues.apache.org/jira/browse/HBASE-8904 Project: HBase Issue

[jira] [Created] (HBASE-8905) The TableInputFormatBase should close the ZK connection after the split is computed

2013-07-09 Thread Rishit Shroff (JIRA)
Rishit Shroff created HBASE-8905: Summary: The TableInputFormatBase should close the ZK connection after the split is computed Key: HBASE-8905 URL: https://issues.apache.org/jira/browse/HBASE-8905

[jira] [Created] (HBASE-8906) Report approximate progress for Map job via TableRecordReaderImpl

2013-07-09 Thread Rishit Shroff (JIRA)
Rishit Shroff created HBASE-8906: Summary: Report approximate progress for Map job via TableRecordReaderImpl Key: HBASE-8906 URL: https://issues.apache.org/jira/browse/HBASE-8906 Project: HBase

Re: [DISCUSSION] Finishing up 0.96 -- WAS Re: 0.95 and 0.96 remaining issues

2013-07-09 Thread Stack
I am shooting for end of July for 0.96 being 'complete'. I would like to make a 0.96 release in August. We have some criticals outstanding but I think we could ship even if these are not fixed in time (excepting migration polish and of course remaining build fixes). See [1.] for the current

[jira] [Created] (HBASE-8907) TestIOFencing.testFencingAroundCompaction fails sometimes

2013-07-09 Thread Jimmy Xiang (JIRA)
Jimmy Xiang created HBASE-8907: -- Summary: TestIOFencing.testFencingAroundCompaction fails sometimes Key: HBASE-8907 URL: https://issues.apache.org/jira/browse/HBASE-8907 Project: HBase Issue

[jira] [Resolved] (HBASE-8907) TestIOFencing.testFencingAroundCompaction fails sometimes

2013-07-09 Thread Jimmy Xiang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jimmy Xiang resolved HBASE-8907. Resolution: Fixed Fix Version/s: 0.95.2 0.98.0 Hadoop Flags:

[jira] [Resolved] (HBASE-8440) [replication] Rename ReplicationStateInterface and ReplicationStateImpl

2013-07-09 Thread Chris Trezzo (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Trezzo resolved HBASE-8440. - Resolution: Not A Problem In HBASE-8861 we removed ReplicationState completely. This is no

[jira] [Resolved] (HBASE-5479) Postpone CompactionSelection to compaction execution time

2013-07-09 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin resolved HBASE-5479. - Resolution: Implemented For system compactions, this was done as part of HBASE-8665

[jira] [Created] (HBASE-8908) Backport HBASE-8882 and HBASE-8904 (An Integration Test to Test MTTR) to 0.94

2013-07-09 Thread Andrew Purtell (JIRA)
Andrew Purtell created HBASE-8908: - Summary: Backport HBASE-8882 and HBASE-8904 (An Integration Test to Test MTTR) to 0.94 Key: HBASE-8908 URL: https://issues.apache.org/jira/browse/HBASE-8908

Protobuf message style

2013-07-09 Thread Dan Burkert
Google's protobuf style guide (https://developers.google.com/protocol-buffers/docs/style) lays out the convention that message field names should be underscore_seperated and services should be MixedCase. The .proto's in trunk do not follow this style; instead they follow Java naming

Re: Protobuf message style

2013-07-09 Thread Stack
On Tue, Jul 9, 2013 at 3:45 PM, Dan Burkert dburk...@nearinfinity.comwrote: Google's protobuf style guide ( https://developers.google.com/protocol-buffers/docs/style) lays out the convention that message field names should be underscore_seperated and services should be MixedCase. The

[jira] [Created] (HBASE-8909) HBASE-6170 broke hbase.regionserver.lease.period config, we should support it for BC

2013-07-09 Thread Enis Soztutar (JIRA)
Enis Soztutar created HBASE-8909: Summary: HBASE-6170 broke hbase.regionserver.lease.period config, we should support it for BC Key: HBASE-8909 URL: https://issues.apache.org/jira/browse/HBASE-8909

[jira] [Created] (HBASE-8910) TestReplicationDisableInactivePeer fails if the master we shutdown comes back to life

2013-07-09 Thread Jean-Daniel Cryans (JIRA)
Jean-Daniel Cryans created HBASE-8910: - Summary: TestReplicationDisableInactivePeer fails if the master we shutdown comes back to life Key: HBASE-8910 URL: https://issues.apache.org/jira/browse/HBASE-8910

[jira] [Reopened] (HBASE-8329) Limit compaction speed

2013-07-09 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin reopened HBASE-8329: - reverted Limit compaction speed --

[jira] [Created] (HBASE-8911) Inject MTTR specific traces to get a break up of various steps

2013-07-09 Thread Himanshu Vashishtha (JIRA)
Himanshu Vashishtha created HBASE-8911: -- Summary: Inject MTTR specific traces to get a break up of various steps Key: HBASE-8911 URL: https://issues.apache.org/jira/browse/HBASE-8911 Project:

[jira] [Created] (HBASE-8912) [0.94] AssignmentManager throws IllegalStateException from PENDING_OPEN to OFFLINE

2013-07-09 Thread Enis Soztutar (JIRA)
Enis Soztutar created HBASE-8912: Summary: [0.94] AssignmentManager throws IllegalStateException from PENDING_OPEN to OFFLINE Key: HBASE-8912 URL: https://issues.apache.org/jira/browse/HBASE-8912

[jira] [Created] (HBASE-8913) Add .replogs to HBASE_NON_TABLE_DIRS constant

2013-07-09 Thread Harsh J (JIRA)
Harsh J created HBASE-8913: -- Summary: Add .replogs to HBASE_NON_TABLE_DIRS constant Key: HBASE-8913 URL: https://issues.apache.org/jira/browse/HBASE-8913 Project: HBase Issue Type: Bug

[jira] [Created] (HBASE-8914) TestRegionServerCoprocessorExceptionWithAbort is flaky

2013-07-09 Thread Enis Soztutar (JIRA)
Enis Soztutar created HBASE-8914: Summary: TestRegionServerCoprocessorExceptionWithAbort is flaky Key: HBASE-8914 URL: https://issues.apache.org/jira/browse/HBASE-8914 Project: HBase Issue