[jira] Commented: (HBASE-3040) BlockIndex readIndex too slowly in heavy write scenario

2010-09-25 Thread ryan rawson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12914928#action_12914928 ] ryan rawson commented on HBASE-3040: This looks similar to a different perf bug, perhap

[jira] Updated: (HBASE-3039) Stuck in regionsInTransition because rebalance came in at same time as a split

2010-09-25 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-3039: - Status: Patch Available (was: Open) > Stuck in regionsInTransition because rebalance came in at same time as a s

[jira] Commented: (HBASE-3040) BlockIndex readIndex too slowly in heavy write scenario

2010-09-25 Thread andychen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12914918#action_12914918 ] andychen commented on HBASE-3040: - In HFile.loadFileInfo, we can calculate all indices' siz

[jira] Commented: (HBASE-3040) BlockIndex readIndex too slowly in heavy write scenario

2010-09-25 Thread jinglong.liujl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12914914#action_12914914 ] jinglong.liujl commented on HBASE-3040: --- We can reproduce this issue in our environme

[jira] Commented: (HBASE-3040) BlockIndex readIndex too slowly in heavy write scenario

2010-09-25 Thread ryan rawson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12914907#action_12914907 ] ryan rawson commented on HBASE-3040: Could you be more specific? Do you have some examp

[jira] Created: (HBASE-3040) BlockIndex readIndex too slowly in heavy write scenario

2010-09-25 Thread andychen (JIRA)
BlockIndex readIndex too slowly in heavy write scenario --- Key: HBASE-3040 URL: https://issues.apache.org/jira/browse/HBASE-3040 Project: HBase Issue Type: Improvement Components

[jira] Commented: (HBASE-2001) Coprocessors: Colocate user code with regions

2010-09-25 Thread HBase Review Board (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12914896#action_12914896 ] HBase Review Board commented on HBASE-2001: --- Message from: "Andrew Purtell" ---

[jira] Updated: (HBASE-3039) Stuck in regionsInTransition because rebalance came in at same time as a split

2010-09-25 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-3039: - Attachment: 3039.txt Here is fix... remove stuff from regionsintransition on receipt of split message. This wil

[jira] Created: (HBASE-3039) Stuck in regionsInTransition because rebalance came in at same time as a split

2010-09-25 Thread stack (JIRA)
Stuck in regionsInTransition because rebalance came in at same time as a split -- Key: HBASE-3039 URL: https://issues.apache.org/jira/browse/HBASE-3039 Project: HBase

[jira] Commented: (HBASE-1015) pure C and C++ client libraries

2010-09-25 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12914862#action_12914862 ] stack commented on HBASE-1015: -- @skyhyc Did you put a patch up? I don't see it. > pure C and

[jira] Commented: (HBASE-3038) WALReaderFSDataInputStream.getPos() fails if Filesize > MAX_INT

2010-09-25 Thread Kannan Muthukkaruppan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12914846#action_12914846 ] Kannan Muthukkaruppan commented on HBASE-3038: -- Excellent catch Nicolas! All:

[jira] Updated: (HBASE-1015) pure C and C++ client libraries

2010-09-25 Thread skyhyc (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] skyhyc updated HBASE-1015: -- Status: Patch Available (was: Open) Hadoop Flags: [Incompatible change] Affects Version

too slower in loadStoreFile

2010-09-25 Thread baggio liu
Hi HBaser, We meet aproblem when we use HBase. Our environment is HBase 0.20.6 + Hadoop (CDH3b2). 5 region server and 5 datanode with 2193 region and 48.95 TB data in HDFS. And our client is put 5 column family and 5 qualifier in one row, and commit to HBase every 500 rows. We start 8