[jira] Created: (HBASE-2623) Timeout on region open (to protect against case where a single borked region damages its table and others in the queue to be opened behind the bad one)

2010-05-28 Thread stack (JIRA)
Timeout on region open (to protect against case where a single borked region damages its table and others in the queue to be opened behind the bad one)

Re: Review Request: Improvements to prewarm META cache

2010-05-28 Thread Benoit Sigoure
--- This is an automatically generated e-mail. To reply, visit: http://review.hbase.org/r/78/#review91 --- src/main/java/org/apache/hadoop/hbase/client/HConnectionManager.java

[jira] Created: (HBASE-2624) TestMultiParallelPuts flaky on trunk

2010-05-28 Thread Todd Lipcon (JIRA)
TestMultiParallelPuts flaky on trunk Key: HBASE-2624 URL: https://issues.apache.org/jira/browse/HBASE-2624 Project: HBase Issue Type: Bug Components: client, regionserver, test

Re: [jira] Created: (HBASE-2624) TestMultiParallelPuts flaky on trunk

2010-05-28 Thread Andrew Milkowski
permanent mail bounce-back error, what is the correct destination address, need to cut down on some email traffic, not that you guys/gals are doing terrific job on hbase, just temporary:) thanks so so much:) this fails: hbase-dev-unsubscr...@hadoop.apache.org

Re: [jira] Created: (HBASE-2624) TestMultiParallelPuts flaky on trunk

2010-05-28 Thread Ryan Rawson
With the move to TLP the official address is: dev@hbase.apache.org thanks! -ryan On Fri, May 28, 2010 at 11:44 AM, Andrew Milkowski andrewmilkow...@gmail.com wrote: permanent mail bounce-back error, what is the correct destination address, need to cut down on some email traffic, not that you

Re: [jira] Created: (HBASE-2624) TestMultiParallelPuts flaky on trunk

2010-05-28 Thread Todd Lipcon
Hi Andrew, The hbase mailing lists moved recently as we became an Apache TLP. Try dev-unsubscr...@hbase.apache.org -Todd On Fri, May 28, 2010 at 11:44 AM, Andrew Milkowski andrewmilkow...@gmail.com wrote: permanent mail bounce-back error, what is the correct destination address, need to

Re: Review Request: HBASE-2223

2010-05-28 Thread Jean-Daniel Cryans
On 2010-05-27 12:55:57, Benoit Sigoure wrote: src/test/java/org/apache/hadoop/hbase/replication/TestReplication.java, line 378 http://review.hbase.org/r/76/diff/2/?file=669#file669line378 This seems brittle to me. Kinda, but it's currently the best I found. On 2010-05-27

[jira] Resolved: (HBASE-1940) Make rowcounter MR job do the key-only fast scanning of HBASE-1481

2010-05-28 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-1940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-1940. -- Hadoop Flags: [Reviewed] Assignee: Daniel Ploeg Fix Version/s: 0.21.0 Resolution: Fixed

[jira] Created: (HBASE-2625) Make testDynamicBloom()'s randomness deterministic

2010-05-28 Thread Nicolas Spiegelberg (JIRA)
Make testDynamicBloom()'s randomness deterministic Key: HBASE-2625 URL: https://issues.apache.org/jira/browse/HBASE-2625 Project: HBase Issue Type: Test Components: test

Re: Review Request: HBASE-2468: Improvements to prewarm META cache on clients.

2010-05-28 Thread Benoit Sigoure
--- This is an automatically generated e-mail. To reply, visit: http://review.hbase.org/r/98/#review93 --- src/main/java/org/apache/hadoop/hbase/client/HConnection.java

Re: Review Request: HBASE-2468: Improvements to prewarm META cache on clients.

2010-05-28 Thread Ryan Rawson
On 2010-05-28 14:13:14, Benoit Sigoure wrote: src/main/java/org/apache/hadoop/hbase/client/HConnectionManager.java, line 306 http://review.hbase.org/r/98/diff/3/?file=741#file741line306 Please use a concurrent collection and remove the synchronized blocks. For guidance, see

RE: [DISCUSS] Change package names to org.apache.hbase

2010-05-28 Thread Jonathan Gray
Agreed. A lot of the o.a.h.h.client code would reference o.a.h stuff. We wouldn't need to keep everything, just the primary stuff like HTable, HBA, HTD/HCD, Get/Put/Delete/Scan. -Original Message- From: Ryan Rawson [mailto:ryano...@gmail.com] Sent: Friday, May 28, 2010 3:22 PM To:

Re: [DISCUSS] Change package names to org.apache.hbase

2010-05-28 Thread Stack
+1 Stuff thats revealed the client like HColumnDescriptor and HTableDescriptor would also have to stay in the o.a.h.h hierarchy. St.Ack On Fri, May 28, 2010 at 3:16 PM, Jonathan Gray jg...@facebook.com wrote: One of the last disruptive changes that has been discussed for the next release is

Re: Review Request: HBASE-1923. Bulk load into existing tables

2010-05-28 Thread stack
--- This is an automatically generated e-mail. To reply, visit: http://review.hbase.org/r/87/#review96 --- src/main/java/org/apache/hadoop/hbase/io/hfile/HFile.java

Re: Review Request: HBASE-1923. Bulk load into existing tables

2010-05-28 Thread stack
--- This is an automatically generated e-mail. To reply, visit: http://review.hbase.org/r/87/#review97 --- Ship it! Looks good to me. I don't have any major issues so go ahead and

[jira] Resolved: (HBASE-2599) BaseScanner says Current assignment of X is not valid over and over for same region

2010-05-28 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-2599. -- Hadoop Flags: [Reviewed] Fix Version/s: 0.21.0 Resolution: Fixed Thanks all for the review. This