[jira] Updated: (HBASE-2964) Deadlock when RS tries to RPC to itself inside SplitTransaction

2010-09-07 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HBASE-2964: --- Attachment: hbase-2964.txt I also had to move the "new HTable" call outside of the lock, since the HT

[jira] Commented: (HBASE-2964) Deadlock when RS tries to RPC to itself inside SplitTransaction

2010-09-07 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12906819#action_12906819 ] Todd Lipcon commented on HBASE-2964: Overnight test completed OK with that patch. I thi

[jira] Updated: (HBASE-1485) Wrong or indeterminate behavior when there are duplicate versions of a column

2010-09-07 Thread Evert Arckens (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-1485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Evert Arckens updated HBASE-1485: - Attachment: TestCellUpdates.java We've tried the patch posted at https://review.cloudera.org/r/78

[jira] Commented: (HBASE-1485) Wrong or indeterminate behavior when there are duplicate versions of a column

2010-09-07 Thread Jonathan Gray (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-1485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12906847#action_12906847 ] Jonathan Gray commented on HBASE-1485: -- Great stuff Evert. This is really helpful. I

[jira] Commented: (HBASE-2959) Scanning always starts at the beginning of a row

2010-09-07 Thread Jonathan Gray (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12906848#action_12906848 ] Jonathan Gray commented on HBASE-2959: -- I'm -1 on removing delete family, at least at

[jira] Commented: (HBASE-1485) Wrong or indeterminate behavior when there are duplicate versions of a column

2010-09-07 Thread Evert Arckens (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-1485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12906849#action_12906849 ] Evert Arckens commented on HBASE-1485: -- The attached test TestCellUpdates.java also in

[jira] Commented: (HBASE-1485) Wrong or indeterminate behavior when there are duplicate versions of a column

2010-09-07 Thread Pranav Khaitan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-1485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12906850#action_12906850 ] Pranav Khaitan commented on HBASE-1485: --- Thanks Evert, for point this out. As Jonatha

[jira] Commented: (HBASE-1485) Wrong or indeterminate behavior when there are duplicate versions of a column

2010-09-07 Thread Evert Arckens (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-1485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12906856#action_12906856 ] Evert Arckens commented on HBASE-1485: -- I understand that the delete case isn't relate

[jira] Updated: (HBASE-2960) Allow Incremental Table Alterations

2010-09-07 Thread Karthick Sankarachary (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karthick Sankarachary updated HBASE-2960: - Fix Version/s: (was: 0.89.20100621) > Allow Incremental Table Alterations > -

[jira] Commented: (HBASE-2957) Release row lock when waiting for wal-sync

2010-09-07 Thread Prakash Khemani (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12906884#action_12906884 ] Prakash Khemani commented on HBASE-2957: Sorry, I was out and couldn't reply to thi

[jira] Commented: (HBASE-2957) Release row lock when waiting for wal-sync

2010-09-07 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12906889#action_12906889 ] Todd Lipcon commented on HBASE-2957: {quote} A simple way to do that will be to attach

[jira] Commented: (HBASE-2964) Deadlock when RS tries to RPC to itself inside SplitTransaction

2010-09-07 Thread HBase Review Board (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12906908#action_12906908 ] HBase Review Board commented on HBASE-2964: --- Message from: "Todd Lipcon" --

[jira] Commented: (HBASE-2957) Release row lock when waiting for wal-sync

2010-09-07 Thread ryan rawson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12906923#action_12906923 ] ryan rawson commented on HBASE-2957: would you use the delayed sync option? It has the

[jira] Commented: (HBASE-2964) Deadlock when RS tries to RPC to itself inside SplitTransaction

2010-09-07 Thread HBase Review Board (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12906926#action_12906926 ] HBase Review Board commented on HBASE-2964: --- Message from: st...@duboce.net

[jira] Commented: (HBASE-1485) Wrong or indeterminate behavior when there are duplicate versions of a column

2010-09-07 Thread Pranav Khaitan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-1485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12906942#action_12906942 ] Pranav Khaitan commented on HBASE-1485: --- This is resolved. The fixed patch and explan

[jira] Commented: (HBASE-2964) Deadlock when RS tries to RPC to itself inside SplitTransaction

2010-09-07 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12906943#action_12906943 ] stack commented on HBASE-2964: -- Hmmm... now I'm thinking instead that we punt locking up here

[jira] Assigned: (HBASE-997) Count versions with same r/c/ts as one instance with most recent addition the winner

2010-09-07 Thread Pranav Khaitan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pranav Khaitan reassigned HBASE-997: Assignee: Pranav Khaitan > Count versions with same r/c/ts as one instance with most recent

[jira] Commented: (HBASE-2964) Deadlock when RS tries to RPC to itself inside SplitTransaction

2010-09-07 Thread HBase Review Board (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12906963#action_12906963 ] HBase Review Board commented on HBASE-2964: --- Message from: st...@duboce.net

[jira] Commented: (HBASE-2959) Scanning always starts at the beginning of a row

2010-09-07 Thread Jean-Daniel Cryans (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12906966#action_12906966 ] Jean-Daniel Cryans commented on HBASE-2959: --- One other way this issue is screwing

[jira] Commented: (HBASE-2957) Release row lock when waiting for wal-sync

2010-09-07 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12906984#action_12906984 ] stack commented on HBASE-2957: -- @Ryan "...and It Just Did Not Work." Can you rehearse the pro

[jira] Resolved: (HBASE-2962) Add missing methods to HTableInterface (and HTable)

2010-09-07 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-2962. -- Hadoop Flags: [Reviewed] Resolution: Fixed Committed. Thanks for the polish Lars. > Add missing methods

[jira] Resolved: (HBASE-29) HStore#get and HStore#getFull may not return expected values by timestamp when there is more than one MapFile

2010-09-07 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-29?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-29. Resolution: Invalid Agreed Pranav. We don't have a getFull any more and this mostly works since we moved get to use

[jira] Updated: (HBASE-2961) Close zookeeper when done with it (HCM, Master, and RS)

2010-09-07 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-2961: - Attachment: 2961.txt This gets rid of noise from zk in standalone mode (shutdown runs faster). It breaks tests

[jira] Updated: (HBASE-2201) JRuby shell for replication

2010-09-07 Thread Jean-Daniel Cryans (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Daniel Cryans updated HBASE-2201: -- Attachment: HBASE-2201.patch Patch made against the code just before the new master cam

[jira] Commented: (HBASE-2964) Deadlock when RS tries to RPC to itself inside SplitTransaction

2010-09-07 Thread HBase Review Board (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12907052#action_12907052 ] HBase Review Board commented on HBASE-2964: --- Message from: "Todd Lipcon" --

[jira] Updated: (HBASE-2933) Skip EOF Errors during Log Recovery

2010-09-07 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-2933: - Fix Version/s: 0.90.0 Priority: Critical (was: Major) Bringing into 0.90. Need to write a test to ensu

[jira] Commented: (HBASE-2933) Skip EOF Errors during Log Recovery

2010-09-07 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12907092#action_12907092 ] stack commented on HBASE-2933: -- Looking in logs I see this kinda thing: {code} 2010-09-07 18:

[jira] Commented: (HBASE-2888) Review all our metrics

2010-09-07 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12907096#action_12907096 ] stack commented on HBASE-2888: -- Setting hbase.period in hadoop-metrics.properties doesn't seem

[jira] Created: (HBASE-2966) HBase client stuck on org.apache.zookeeper.ClientCnxn.submitRequest(ClientCnxn.java:1278) holding regionLockObject lock

2010-09-07 Thread Kannan Muthukkaruppan (JIRA)
HBase client stuck on org.apache.zookeeper.ClientCnxn.submitRequest(ClientCnxn.java:1278) holding regionLockObject lock --- Key: HBASE-2966 URL: h

[jira] Commented: (HBASE-2966) HBase client stuck on org.apache.zookeeper.ClientCnxn.submitRequest(ClientCnxn.java:1278) holding regionLockObject lock

2010-09-07 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12907100#action_12907100 ] Todd Lipcon commented on HBASE-2966: I replied on IRC but guess you missed it.. got a s

[jira] Commented: (HBASE-2889) Tool to look at HLogs -- parse and tail -f

2010-09-07 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12907102#action_12907102 ] stack commented on HBASE-2889: -- There is already {code} $ hbase/bin/hbase org.apache.hadoop.h

[jira] Updated: (HBASE-2966) HBase client stuck on org.apache.zookeeper.ClientCnxn.submitRequest(ClientCnxn.java:1278) holding regionLockObject lock

2010-09-07 Thread Kannan Muthukkaruppan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kannan Muthukkaruppan updated HBASE-2966: - Attachment: stack.txt Todd: Find attached client side program's jstack dump. I se

[jira] Created: (HBASE-2967) Failed split: IOE 'File is Corrupt!' -- sync length not being written out to SequenceFile

2010-09-07 Thread stack (JIRA)
Failed split: IOE 'File is Corrupt!' -- sync length not being written out to SequenceFile - Key: HBASE-2967 URL: https://issues.apache.org/jira/browse/HBASE-2967