[jira] Created: (HBASE-3028) No basescanner means no GC'ing of split, offlined parent regions

2010-09-21 Thread stack (JIRA)
No basescanner means no GC'ing of split, offlined parent regions Key: HBASE-3028 URL: https://issues.apache.org/jira/browse/HBASE-3028 Project: HBase Issue Type: Bug

[jira] Commented: (HBASE-3028) No basescanner means no GC'ing of split, offlined parent regions

2010-09-21 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913423#action_12913423 ] stack commented on HBASE-3028: -- Or, look into having the regionserver do it after its complete

[jira] Updated: (HBASE-3026) Fixup of "missing" daughters on split is too aggressive

2010-09-21 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-3026: - Attachment: 3026.txt Here''s a patch that goes back to the META to check if daughters are present. Testing it no

[jira] Created: (HBASE-3027) If existing recovered.edits file when a release w/ hbase-2727 is deployed (it makes a dir named recovered.edits) then trouble

2010-09-21 Thread stack (JIRA)
If existing recovered.edits file when a release w/ hbase-2727 is deployed (it makes a dir named recovered.edits) then trouble - Key: HBASE-3027

[jira] Created: (HBASE-3026) Fixup of "missing" daughters on split is too aggressive

2010-09-21 Thread stack (JIRA)
Fixup of "missing" daughters on split is too aggressive --- Key: HBASE-3026 URL: https://issues.apache.org/jira/browse/HBASE-3026 Project: HBase Issue Type: Bug Components: master

[jira] Commented: (HBASE-2641) Refactor HLog splitLog, hbase-2437 continued; break out split code as new classes

2010-09-21 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913398#action_12913398 ] stack commented on HBASE-2641: -- @James Load it up! > Refactor HLog splitLog, hbase-2437 conti

[jira] Created: (HBASE-3025) Coprocessor based RBAC policy engine

2010-09-21 Thread Andrew Purtell (JIRA)
Coprocessor based RBAC policy engine Key: HBASE-3025 URL: https://issues.apache.org/jira/browse/HBASE-3025 Project: HBase Issue Type: Sub-task Reporter: Andrew Purtell Assignee: Eu

[jira] Commented: (HBASE-2861) regionserver's logsyncer thread hangs on DFSClient$DFSOutputStream.waitForAckedSeqno

2010-09-21 Thread Hairong Kuang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913302#action_12913302 ] Hairong Kuang commented on HBASE-2861: -- Hit this problem again. It seems to me that th

[jira] Commented: (HBASE-2641) Refactor HLog splitLog, hbase-2437 continued; break out split code as new classes

2010-09-21 Thread James Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913300#action_12913300 ] James Kennedy commented on HBASE-2641: -- I have a patch almost ready that does just thi

[jira] Commented: (HBASE-2789) Propagate HBase config from Master to region servers

2010-09-21 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913290#action_12913290 ] Ted Yu commented on HBASE-2789: --- I added the following to bin/hbase-daemon.sh (at line 171) f

[jira] Resolved: (HBASE-3024) NPE processing server crash in MetaEditor.addDaughter

2010-09-21 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-3024. -- Assignee: stack Resolution: Fixed Committed small patch. > NPE processing server crash in MetaEditor.add

[jira] Updated: (HBASE-3024) NPE processing server crash in MetaEditor.addDaughter

2010-09-21 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-3024: - Attachment: 3024.txt ServerInfo doing fixup on a daughter can legitimately be null; we even check for it only la

[jira] Created: (HBASE-3024) NPE processing server crash in MetaEditor.addDaughter

2010-09-21 Thread stack (JIRA)
NPE processing server crash in MetaEditor.addDaughter - Key: HBASE-3024 URL: https://issues.apache.org/jira/browse/HBASE-3024 Project: HBase Issue Type: Bug Reporter: stack

[jira] Created: (HBASE-3023) NPE processing server crash in MetaReader. getServerUserRegions

2010-09-21 Thread stack (JIRA)
NPE processing server crash in MetaReader. getServerUserRegions --- Key: HBASE-3023 URL: https://issues.apache.org/jira/browse/HBASE-3023 Project: HBase Issue Type: Bug

[jira] Updated: (HBASE-3023) NPE processing server crash in MetaReader. getServerUserRegions

2010-09-21 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-3023: - Attachment: 3023.txt Patch that allows that the return from metaRowToRegionPair may contain a null address (upda

[jira] Resolved: (HBASE-3022) Change format of enum messages in o.a.h.h.executor package

2010-09-21 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-3022. -- Hadoop Flags: [Reviewed] Assignee: stack Resolution: Fixed Committed. > Change format of enum me

[jira] Created: (HBASE-3022) Change format of enum messages in o.a.h.h.executor package

2010-09-21 Thread stack (JIRA)
Change format of enum messages in o.a.h.h.executor package -- Key: HBASE-3022 URL: https://issues.apache.org/jira/browse/HBASE-3022 Project: HBase Issue Type: Improvement Re

[jira] Updated: (HBASE-3020) Splitting .META. broke since new master went in

2010-09-21 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-3020: - Attachment: 3020.txt Here's a test that tries to repro the issue. TRUNK doesn't seem to have the issue reported

[jira] Resolved: (HBASE-3020) Splitting .META. broke since new master went in

2010-09-21 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-3020. -- Resolution: Cannot Reproduce Resolving as 'Cannot Reproduce' for now. Will open new issue if can figure how l

[jira] Created: (HBASE-3021) Timestamp mismatch between WAL and MemStore for ICVs

2010-09-21 Thread Jean-Daniel Cryans (JIRA)
Timestamp mismatch between WAL and MemStore for ICVs Key: HBASE-3021 URL: https://issues.apache.org/jira/browse/HBASE-3021 Project: HBase Issue Type: Bug Reporter: Jean-Daniel

[jira] Commented: (HBASE-3020) Splitting .META. broke since new master went in

2010-09-21 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913055#action_12913055 ] stack commented on HBASE-3020: -- I'm talking about log splitting. I tried to prettify log mess

[jira] Commented: (HBASE-3020) Splitting .META. broke since new master went in

2010-09-21 Thread Jonathan Gray (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12912943#action_12912943 ] Jonathan Gray commented on HBASE-3020: -- bq. Splitting .META. broke... You are referrin