[jira] Commented: (HBASE-3524) NPE from CompactionChecker

2011-02-14 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12994649#comment-12994649 ] Hudson commented on HBASE-3524: --- Integrated in HBase-TRUNK #1745 (See [https://hudson.apach

[jira] Commented: (HBASE-3524) NPE from CompactionChecker

2011-02-11 Thread ryan rawson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12993795#comment-12993795 ] ryan rawson commented on HBASE-3524: ttl logic is a little backwards from what one mig

[jira] Commented: (HBASE-3524) NPE from CompactionChecker

2011-02-11 Thread James Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12993794#comment-12993794 ] James Kennedy commented on HBASE-3524: -- duh, yep i get it. Just crossed a wire somewh

[jira] Commented: (HBASE-3524) NPE from CompactionChecker

2011-02-11 Thread ryan rawson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12993793#comment-12993793 ] ryan rawson commented on HBASE-3524: the logic is: (this.ttl == HConsta

[jira] Commented: (HBASE-3524) NPE from CompactionChecker

2011-02-11 Thread James Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12993792#comment-12993792 ] James Kennedy commented on HBASE-3524: -- Why choose Long.MIN_VALUE? Wouldn't Long.MAX_

[jira] Commented: (HBASE-3524) NPE from CompactionChecker

2011-02-11 Thread James Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12993653#comment-12993653 ] James Kennedy commented on HBASE-3524: -- So that .meta file with DATA LOSS is definite

[jira] Commented: (HBASE-3524) NPE from CompactionChecker

2011-02-10 Thread James Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12993365#comment-12993365 ] James Kennedy commented on HBASE-3524: -- > What is the creation time of your empty fil

[jira] Commented: (HBASE-3524) NPE from CompactionChecker

2011-02-10 Thread ryan rawson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12993343#comment-12993343 ] ryan rawson commented on HBASE-3524: compaction is "optional", meaning if it fails no

[jira] Commented: (HBASE-3524) NPE from CompactionChecker

2011-02-10 Thread James Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12993341#comment-12993341 ] James Kennedy commented on HBASE-3524: -- This patch obviously stops the npe and allows

[jira] Commented: (HBASE-3524) NPE from CompactionChecker

2011-02-10 Thread ryan rawson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12993328#comment-12993328 ] ryan rawson commented on HBASE-3524: try this patch: diff --git a/src/main/java/org/a

[jira] Commented: (HBASE-3524) NPE from CompactionChecker

2011-02-10 Thread ryan rawson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12993327#comment-12993327 ] ryan rawson commented on HBASE-3524: the issue is that if the hfile does not have time

[jira] Commented: (HBASE-3524) NPE from CompactionChecker

2011-02-10 Thread James Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12993326#comment-12993326 ] James Kennedy commented on HBASE-3524: -- Thanks. I'm in a bit of a pickle. Though I te

[jira] Commented: (HBASE-3524) NPE from CompactionChecker

2011-02-10 Thread James Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12993320#comment-12993320 ] James Kennedy commented on HBASE-3524: -- I found this in the hbase.log: [10/02/11 18

[jira] Commented: (HBASE-3524) NPE from CompactionChecker

2011-02-10 Thread ryan rawson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12993321#comment-12993321 ] ryan rawson commented on HBASE-3524: Old files causing new code to break it seems. Goo

[jira] Commented: (HBASE-3524) NPE from CompactionChecker

2011-02-10 Thread James Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12993318#comment-12993318 ] James Kennedy commented on HBASE-3524: -- Did some more debugging and got a little more