[jira] [Commented] (HBASE-3238) HBase needs to have the CREATE permission on the parent of its ZooKeeper parent znode

2011-04-02 Thread Mathias Herberts (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13014966#comment-13014966 ] Mathias Herberts commented on HBASE-3238: - LGTM, maybe the comment '// If we faile

[jira] [Commented] (HBASE-3488) Allow RowCounter to retrieve multiple versions of rows

2011-04-02 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13014971#comment-13014971 ] Ted Yu commented on HBASE-3488: --- I think Bytes.toStringBinary() should be used in place of B

[jira] [Commented] (HBASE-3488) Allow RowCounter to retrieve multiple versions of rows

2011-04-02 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13014974#comment-13014974 ] Ted Yu commented on HBASE-3488: --- Since there may be many rows in the table, we should provid

[jira] [Updated] (HBASE-3238) HBase needs to have the CREATE permission on the parent of its ZooKeeper parent znode

2011-04-02 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-3238: - Resolution: Fixed Fix Version/s: 0.92.0 Hadoop Flags: [Reviewed] Status: Resolved (was: Pa

[jira] [Commented] (HBASE-3721) Speedup LoadIncrementalHFiles

2011-04-02 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13015035#comment-13015035 ] Ted Yu commented on HBASE-3721: --- To achieve parallelism, we need to add new method in HConne

[jira] [Commented] (HBASE-3721) Speedup LoadIncrementalHFiles

2011-04-02 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13015041#comment-13015041 ] Ted Yu commented on HBASE-3721: --- LoadIncrementalHFiles may split StoreFile. The above propos

[jira] [Created] (HBASE-3727) MultiHFileOutputFormat

2011-04-02 Thread Andrew Purtell (JIRA)
MultiHFileOutputFormat -- Key: HBASE-3727 URL: https://issues.apache.org/jira/browse/HBASE-3727 Project: HBase Issue Type: New Feature Reporter: Andrew Purtell Priority: Minor Attachments:

[jira] [Updated] (HBASE-3727) MultiHFileOutputFormat

2011-04-02 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-3727: -- Attachment: MultiHFileOutputFormat.java > MultiHFileOutputFormat > -- > >

[jira] [Commented] (HBASE-3694) high multiput latency due to checking global mem store size in a synchronized function

2011-04-02 Thread Liyin Tang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13015075#comment-13015075 ] Liyin Tang commented on HBASE-3694: --- I think using AtomicLong is pretty safe here:) >

[jira] [Updated] (HBASE-3210) HBASE-1921 for the new master

2011-04-02 Thread Subbu M Iyer (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Subbu M Iyer updated HBASE-3210: Attachment: HBASE-3210-When_the_Master_s_session_times_out_and_there_s_only_one,_cluster_is_wedged.

[jira] [Commented] (HBASE-3210) HBASE-1921 for the new master

2011-04-02 Thread Subbu M Iyer (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13015089#comment-13015089 ] Subbu M Iyer commented on HBASE-3210: - First draft of my patch for review. Here is wh

[jira] [Commented] (HBASE-3210) HBASE-1921 for the new master

2011-04-02 Thread Subbu M Iyer (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13015090#comment-13015090 ] Subbu M Iyer commented on HBASE-3210: - JD/Stack: Can one of your review this closely a

[jira] [Commented] (HBASE-3210) HBASE-1921 for the new master

2011-04-02 Thread Subbu M Iyer (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13015091#comment-13015091 ] Subbu M Iyer commented on HBASE-3210: - Also, I reenabled the disabled test in TestZooK

[jira] [Updated] (HBASE-3721) Speedup LoadIncrementalHFiles

2011-04-02 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-3721: -- Attachment: 3721.txt First draft. Refactor code to prepare for work mentioned above. TestLoadIncrementalHFiles