[jira] [Commented] (HBASE-3065) Retry all 'retryable' zk operations; e.g. connection loss

2011-03-30 Thread Mahadev konar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13013847#comment-13013847 ] Mahadev konar commented on HBASE-3065: -- liyin, This is a real problem. The only wa

[jira] [Updated] (HBASE-3717) deprecate HTable isTableEnabled() methods in favor of HBaseAdmin methods

2011-03-30 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-3717: - Resolution: Fixed Assignee: David Buttler Release Note: Deprecated HTable#isTableEnabled Hadoop

[jira] [Updated] (HBASE-3071) Graceful decommissioning of a regionserver

2011-03-30 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-3071: - Attachment: 3701-v3.txt Added more retries of move (saw case where server wasn't fully up yet so move to that se

[jira] [Updated] (HBASE-3071) Graceful decommissioning of a regionserver

2011-03-30 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-3071: - Assignee: stack Status: Patch Available (was: Open) Looking for a bit of a review. Was figuring this coul

[jira] [Updated] (HBASE-1512) Coprocessors: Support aggregate functions

2011-03-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-1512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-1512: -- Attachment: AggregationClient.java AggregationClient with ctor accepting Configuration. > Coprocessors: Suppor

[jira] [Created] (HBASE-3719) Workload has to drain before hlog can be rolled

2011-03-30 Thread dhruba borthakur (JIRA)
Workload has to drain before hlog can be rolled --- Key: HBASE-3719 URL: https://issues.apache.org/jira/browse/HBASE-3719 Project: HBase Issue Type: Improvement Components: regionserver

[jira] [Commented] (HBASE-1512) Coprocessors: Support aggregate functions

2011-03-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-1512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13013830#comment-13013830 ] Ted Yu commented on HBASE-1512: --- A 4 byte value can represent float. 8 byte value can repres

[jira] [Created] (HBASE-3718) Improve 'get' performance when row resides in memstore

2011-03-30 Thread dhruba borthakur (JIRA)
Improve 'get' performance when row resides in memstore -- Key: HBASE-3718 URL: https://issues.apache.org/jira/browse/HBASE-3718 Project: HBase Issue Type: Improvement Components:

[jira] [Resolved] (HBASE-3632) ability to record the block cache hit ratio for the last few minutes

2011-03-30 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dhruba borthakur resolved HBASE-3632. - Resolution: Duplicate Duplicate of HBASE-3306 > ability to record the block cache hit ra

[jira] [Commented] (HBASE-1512) Coprocessors: Support aggregate functions

2011-03-30 Thread Himanshu Vashishtha (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-1512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13013826#comment-13013826 ] Himanshu Vashishtha commented on HBASE-1512: Thanks for reviewing it Ted. I w

[jira] [Assigned] (HBASE-3065) Retry all 'retryable' zk operations; e.g. connection loss

2011-03-30 Thread Liyin Tang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Liyin Tang reassigned HBASE-3065: - Assignee: Liyin Tang > Retry all 'retryable' zk operations; e.g. connection loss > --

[jira] [Commented] (HBASE-3065) Retry all 'retryable' zk operations; e.g. connection loss

2011-03-30 Thread Liyin Tang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13013825#comment-13013825 ] Liyin Tang commented on HBASE-3065: --- Most of retry are simple, except 2: create and setD

[jira] [Commented] (HBASE-1512) Coprocessors: Support aggregate functions

2011-03-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-1512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13013820#comment-13013820 ] Ted Yu commented on HBASE-1512: --- I think AggregationClient should have a ctor which accepts

[jira] [Updated] (HBASE-3717) deprecate HTable isTableEnabled() methods in favor of HBaseAdmin methods

2011-03-30 Thread David Buttler (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Buttler updated HBASE-3717: - Status: Patch Available (was: Open) > deprecate HTable isTableEnabled() methods in favor of HBas

[jira] [Updated] (HBASE-3717) deprecate HTable isTableEnabled() methods in favor of HBaseAdmin methods

2011-03-30 Thread David Buttler (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Buttler updated HBASE-3717: - Attachment: deprecate_HTable_isTableEnabled.patch > deprecate HTable isTableEnabled() methods in

[jira] [Commented] (HBASE-1512) Coprocessors: Support aggregate functions

2011-03-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-1512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13013745#comment-13013745 ] Ted Yu commented on HBASE-1512: --- This feature is very useful. Is it possible to pass some cl

[jira] [Assigned] (HBASE-1364) [performance] Distributed splitting of regionserver commit logs

2011-03-30 Thread Alex Newman (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-1364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Newman reassigned HBASE-1364: -- Assignee: (was: Alex Newman) > [performance] Distributed splitting of regionserver commit l

[jira] [Assigned] (HBASE-3108) Add a method for creating persistent Sequential zk nodes.

2011-03-30 Thread Alex Newman (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Newman reassigned HBASE-3108: -- Assignee: (was: Alex Newman) > Add a method for creating persistent Sequential zk nodes. >

[jira] [Assigned] (HBASE-3107) Breakup HLogSplitTest unit tests.

2011-03-30 Thread Alex Newman (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Newman reassigned HBASE-3107: -- Assignee: (was: Alex Newman) > Breakup HLogSplitTest unit tests. >

[jira] [Created] (HBASE-3717) deprecate HTable isTableEnabled() methods in favor of HBaseAdmin methods

2011-03-30 Thread David Buttler (JIRA)
deprecate HTable isTableEnabled() methods in favor of HBaseAdmin methods Key: HBASE-3717 URL: https://issues.apache.org/jira/browse/HBASE-3717 Project: HBase Issue Type

[jira] [Commented] (HBASE-3071) Graceful decommissioning of a regionserver

2011-03-30 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13013689#comment-13013689 ] stack commented on HBASE-3071: -- Other notes: Currently I run it like this: for i in `cat re

[jira] [Updated] (HBASE-3071) Graceful decommissioning of a regionserver

2011-03-30 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-3071: - Attachment: 3701-v2.txt Addressed J-D issues. Changed names of scripts and how they run. now there is a gracefu

[jira] [Updated] (HBASE-3715) Book.xml - adding architecture section on client, adding section on spec-ex under mapreduce

2011-03-30 Thread Doug Meil (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Meil updated HBASE-3715: - Attachment: (was: book.xml.patch) > Book.xml - adding architecture section on client, adding section

[jira] [Commented] (HBASE-3715) Book.xml - adding architecture section on client, adding section on spec-ex under mapreduce

2011-03-30 Thread Doug Meil (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13013623#comment-13013623 ] Doug Meil commented on HBASE-3715: -- Thanks! > Book.xml - adding architecture section on

[jira] [Commented] (HBASE-3715) Book.xml - adding architecture section on client, adding section on spec-ex under mapreduce

2011-03-30 Thread Jean-Daniel Cryans (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13013621#comment-13013621 ] Jean-Daniel Cryans commented on HBASE-3715: --- Click on the right side of "Attachm

[jira] [Commented] (HBASE-3715) Book.xml - adding architecture section on client, adding section on spec-ex under mapreduce

2011-03-30 Thread Doug Meil (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13013620#comment-13013620 ] Doug Meil commented on HBASE-3715: -- I can't seem to figure out how to remove a patch once

[jira] [Updated] (HBASE-3715) Book.xml - adding architecture section on client, adding section on spec-ex under mapreduce

2011-03-30 Thread Doug Meil (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Meil updated HBASE-3715: - Status: Patch Available (was: Open) > Book.xml - adding architecture section on client, adding section o

[jira] [Updated] (HBASE-3715) Book.xml - adding architecture section on client, adding section on spec-ex under mapreduce

2011-03-30 Thread Doug Meil (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Meil updated HBASE-3715: - Status: Open (was: Patch Available) > Book.xml - adding architecture section on client, adding section o

[jira] [Updated] (HBASE-3715) Book.xml - adding architecture section on client, adding section on spec-ex under mapreduce

2011-03-30 Thread Doug Meil (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Meil updated HBASE-3715: - Attachment: book.xml.patch > Book.xml - adding architecture section on client, adding section on spec-ex

[jira] [Commented] (HBASE-3716) Intermittent TestRegionRebalancing failure

2011-03-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13013582#comment-13013582 ] Ted Yu commented on HBASE-3716: --- TestLoadBalancer passes too. > Intermittent TestRegionReba

[jira] [Updated] (HBASE-3716) Intermittent TestRegionRebalancing failure

2011-03-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-3716: -- Attachment: 3716.txt Also made changes to the return value of HMaster.balance(). Previously true was always ret

[jira] [Commented] (HBASE-3716) Intermittent TestRegionRebalancing failure

2011-03-30 Thread Jean-Daniel Cryans (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13013569#comment-13013569 ] Jean-Daniel Cryans commented on HBASE-3716: --- Yeah the test should check against

[jira] [Updated] (HBASE-3716) Intermittent TestRegionRebalancing failure

2011-03-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-3716: -- Description: See HBase-TRUNK build #1820 This could be due to HBASE-3681 In trunk, default value of "hbase.reg

[jira] [Work started] (HBASE-3716) Intermittent TestRegionRebalancing failure

2011-03-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HBASE-3716 started by Ted Yu. > Intermittent TestRegionRebalancing failure > -- > > Key: HBASE-3716 >

[jira] [Created] (HBASE-3716) Intermittent TestRegionRebalancing failure

2011-03-30 Thread Ted Yu (JIRA)
Intermittent TestRegionRebalancing failure -- Key: HBASE-3716 URL: https://issues.apache.org/jira/browse/HBASE-3716 Project: HBase Issue Type: Bug Components: master Reporter: Ted

[jira] [Updated] (HBASE-3715) Book.xml - adding architecture section on client, adding section on spec-ex under mapreduce

2011-03-30 Thread Doug Meil (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Meil updated HBASE-3715: - Attachment: book.xml.patch > Book.xml - adding architecture section on client, adding section on spec-ex

[jira] [Updated] (HBASE-3715) Book.xml - adding architecture section on client, adding section on spec-ex under mapreduce

2011-03-30 Thread Doug Meil (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Meil updated HBASE-3715: - Status: Patch Available (was: Open) > Book.xml - adding architecture section on client, adding section o

[jira] [Created] (HBASE-3715) Book.xml - adding architecture section on client, adding section on spec-ex under mapreduce

2011-03-30 Thread Doug Meil (JIRA)
Book.xml - adding architecture section on client, adding section on spec-ex under mapreduce --- Key: HBASE-3715 URL: https://issues.apache.org/jira/browse/HBASE-3715

[jira] [Updated] (HBASE-3714) completebulkload does not use HBase configuration

2011-03-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-3714: -- Attachment: 3714-trunk.txt Trunk already passes Configuration. This patch passes the Configuration to HTable.

[jira] [Commented] (HBASE-3714) completebulkload does not use HBase configuration

2011-03-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13013523#comment-13013523 ] Ted Yu commented on HBASE-3714: --- Pardon me for incomplete message from the breakfast table :

[jira] [Commented] (HBASE-3714) completebulkload does not use HBase configuration

2011-03-30 Thread Nichole Treadway (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13013007#comment-13013007 ] Nichole Treadway commented on HBASE-3714: - Ted, LoadIncrementalHFiles and which ot

[jira] [Updated] (HBASE-3714) completebulkload does not use HBase configuration

2011-03-30 Thread Nichole Treadway (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nichole Treadway updated HBASE-3714: Priority: Minor (was: Major) > completebulkload does not use HBase configuration > ---

[jira] [Commented] (HBASE-3714) completebulkload does not use HBase configuration

2011-03-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13013000#comment-13013000 ] Ted Yu commented on HBASE-3714: --- I was looking at LoadIncrementalHFiles yesterday. Can you m

[jira] [Updated] (HBASE-3714) completebulkload does not use HBase configuration

2011-03-30 Thread Nichole Treadway (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nichole Treadway updated HBASE-3714: Attachment: HBASE-3714.txt > completebulkload does not use HBase configuration > --

[jira] [Created] (HBASE-3714) completebulkload does not use HBase configuration

2011-03-30 Thread Nichole Treadway (JIRA)
completebulkload does not use HBase configuration - Key: HBASE-3714 URL: https://issues.apache.org/jira/browse/HBASE-3714 Project: HBase Issue Type: Bug Components: mapreduce Affe