[jira] [Updated] (HDFS-3335) check for edit log corruption at the end of the log

2012-05-15 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-3335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HDFS-3335: -- Fix Version/s: (was: 2.0.0) 2.0.1 > check for edit log corruption at the end

[jira] [Updated] (HDFS-3335) check for edit log corruption at the end of the log

2012-05-14 Thread Colin Patrick McCabe (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-3335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Patrick McCabe updated HDFS-3335: --- Attachment: HDFS-3335.011.patch * increase MAX_OP_SIZE to 100 MB. Since we are limiti

[jira] [Updated] (HDFS-3335) check for edit log corruption at the end of the log

2012-05-11 Thread Colin Patrick McCabe (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-3335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Patrick McCabe updated HDFS-3335: --- Attachment: HDFS-3335.010.patch * update comments a bit > check for e

[jira] [Updated] (HDFS-3335) check for edit log corruption at the end of the log

2012-05-11 Thread Colin Patrick McCabe (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-3335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Patrick McCabe updated HDFS-3335: --- Attachment: HDFS-3335.009.patch * EditLogFileInputStream#nextOp: use tracker.skip rath

[jira] [Updated] (HDFS-3335) check for edit log corruption at the end of the log

2012-05-10 Thread Colin Patrick McCabe (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-3335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Patrick McCabe updated HDFS-3335: --- Attachment: HDFS-3335.008.patch * EditLogFileInputStream: warn when skipping the last

[jira] [Updated] (HDFS-3335) check for edit log corruption at the end of the log

2012-05-10 Thread Colin Patrick McCabe (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-3335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Patrick McCabe updated HDFS-3335: --- Attachment: HDFS-3335-b1.004.patch For the branch-1 patch: Ignore corruption after th

[jira] [Updated] (HDFS-3335) check for edit log corruption at the end of the log

2012-05-10 Thread Colin Patrick McCabe (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-3335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Patrick McCabe updated HDFS-3335: --- Attachment: HDFS-3335.007.patch * EditLogFileInputStream: check for txid >= highest tx

[jira] [Updated] (HDFS-3335) check for edit log corruption at the end of the log

2012-05-08 Thread Colin Patrick McCabe (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-3335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Patrick McCabe updated HDFS-3335: --- Attachment: HDFS-3335.006.patch * rename verifyEndOfLog to verifyTerminator * add Gar

[jira] [Updated] (HDFS-3335) check for edit log corruption at the end of the log

2012-05-04 Thread Colin Patrick McCabe (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-3335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Patrick McCabe updated HDFS-3335: --- Attachment: HDFS-3335.005.patch * TestNameNodeRecovery: fix comment >

[jira] [Updated] (HDFS-3335) check for edit log corruption at the end of the log

2012-05-04 Thread Colin Patrick McCabe (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-3335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Patrick McCabe updated HDFS-3335: --- Attachment: HDFS-3335.004.patch * Don't call reset() once EOF has been declared

[jira] [Updated] (HDFS-3335) check for edit log corruption at the end of the log

2012-05-03 Thread Colin Patrick McCabe (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-3335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Patrick McCabe updated HDFS-3335: --- Attachment: HDFS-3335.003.patch * correctly handle pre-transactional edit logs * in F

[jira] [Updated] (HDFS-3335) check for edit log corruption at the end of the log

2012-05-02 Thread Colin Patrick McCabe (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-3335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Patrick McCabe updated HDFS-3335: --- Attachment: HDFS-3335.002.patch * fix the strategy a bit. Previously, the goal was to

[jira] [Updated] (HDFS-3335) check for edit log corruption at the end of the log

2012-05-01 Thread Colin Patrick McCabe (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-3335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Patrick McCabe updated HDFS-3335: --- Status: Patch Available (was: Open) > check for edit log corruption at the end of

[jira] [Updated] (HDFS-3335) check for edit log corruption at the end of the log

2012-05-01 Thread Colin Patrick McCabe (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-3335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Patrick McCabe updated HDFS-3335: --- Attachment: HDFS-3335.001.patch Add patch for trunk. * Always check for corruption at

[jira] [Updated] (HDFS-3335) check for edit log corruption at the end of the log

2012-05-01 Thread Colin Patrick McCabe (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-3335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Patrick McCabe updated HDFS-3335: --- Attachment: HDFS-3335-b1.003.patch * added a test of padding with 0xff bytes, to ensur

[jira] [Updated] (HDFS-3335) check for edit log corruption at the end of the log

2012-05-01 Thread Colin Patrick McCabe (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-3335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Patrick McCabe updated HDFS-3335: --- Status: Open (was: Patch Available) > check for edit log corruption at the end of

[jira] [Updated] (HDFS-3335) check for edit log corruption at the end of the log

2012-05-01 Thread Colin Patrick McCabe (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-3335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Patrick McCabe updated HDFS-3335: --- Attachment: HDFS-3335-b1.002.patch * Fix 0xff / -1 confusion > check

[jira] [Updated] (HDFS-3335) check for edit log corruption at the end of the log

2012-04-27 Thread Colin Patrick McCabe (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-3335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Patrick McCabe updated HDFS-3335: --- Status: Patch Available (was: Open) > check for edit log corruption at the end of

[jira] [Updated] (HDFS-3335) check for edit log corruption at the end of the log

2012-04-27 Thread Colin Patrick McCabe (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-3335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Patrick McCabe updated HDFS-3335: --- Attachment: HDFS-3335-b1.001.patch > check for edit log corruption at the end of t