[jira] [Updated] (HDFS-8404) Pending block replication can get stuck using older genstamp

2017-01-05 Thread Junping Du (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-8404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Junping Du updated HDFS-8404:
-
Fix Version/s: 2.8.0

> Pending block replication can get stuck using older genstamp
> 
>
> Key: HDFS-8404
> URL: https://issues.apache.org/jira/browse/HDFS-8404
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: namenode
>Affects Versions: 2.6.0, 2.7.0
>Reporter: Nathan Roberts
>Assignee: Nathan Roberts
>  Labels: 2.6.1-candidate
> Fix For: 2.6.1, 2.8.0, 2.7.1, 3.0.0-alpha1
>
> Attachments: HDFS-8404-v0.patch, HDFS-8404-v1.patch
>
>
> If an under-replicated block gets into the pending-replication list, but 
> later the  genstamp of that block ends up being newer than the one originally 
> submitted for replication, the block will fail replication until the NN is 
> restarted. 
> It will be safer if processPendingReplications()  gets up-to-date blockinfo 
> before resubmitting replication work.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDFS-8404) Pending block replication can get stuck using older genstamp

2015-09-03 Thread Vinod Kumar Vavilapalli (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-8404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vinod Kumar Vavilapalli updated HDFS-8404:
--
Fix Version/s: 2.6.1

[~sjlee0] backported this to 2.6.1 after fixing minor issues.

I just pushed the commit to 2.6.1 after running compilation and 
TestPendingReplication which changed in the patch.

> Pending block replication can get stuck using older genstamp
> 
>
> Key: HDFS-8404
> URL: https://issues.apache.org/jira/browse/HDFS-8404
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: namenode
>Affects Versions: 2.6.0, 2.7.0
>Reporter: Nathan Roberts
>Assignee: Nathan Roberts
>  Labels: 2.6.1-candidate
> Fix For: 2.6.1, 2.7.1
>
> Attachments: HDFS-8404-v0.patch, HDFS-8404-v1.patch
>
>
> If an under-replicated block gets into the pending-replication list, but 
> later the  genstamp of that block ends up being newer than the one originally 
> submitted for replication, the block will fail replication until the NN is 
> restarted. 
> It will be safer if processPendingReplications()  gets up-to-date blockinfo 
> before resubmitting replication work.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HDFS-8404) Pending block replication can get stuck using older genstamp

2015-07-31 Thread Chris Trezzo (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-8404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Trezzo updated HDFS-8404:
---
Labels: 2.6.1-candidate  (was: )

 Pending block replication can get stuck using older genstamp
 

 Key: HDFS-8404
 URL: https://issues.apache.org/jira/browse/HDFS-8404
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: namenode
Affects Versions: 2.6.0, 2.7.0
Reporter: Nathan Roberts
Assignee: Nathan Roberts
  Labels: 2.6.1-candidate
 Fix For: 2.7.1

 Attachments: HDFS-8404-v0.patch, HDFS-8404-v1.patch


 If an under-replicated block gets into the pending-replication list, but 
 later the  genstamp of that block ends up being newer than the one originally 
 submitted for replication, the block will fail replication until the NN is 
 restarted. 
 It will be safer if processPendingReplications()  gets up-to-date blockinfo 
 before resubmitting replication work.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HDFS-8404) Pending block replication can get stuck using older genstamp

2015-05-19 Thread Kihwal Lee (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-8404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kihwal Lee updated HDFS-8404:
-
Summary: Pending block replication can get stuck using older genstamp  
(was: pending block replication can get stuck using older genstamp)

 Pending block replication can get stuck using older genstamp
 

 Key: HDFS-8404
 URL: https://issues.apache.org/jira/browse/HDFS-8404
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: namenode
Affects Versions: 2.6.0, 2.7.0
Reporter: Nathan Roberts
Assignee: Nathan Roberts
 Attachments: HDFS-8404-v0.patch, HDFS-8404-v1.patch


 If an under-replicated block gets into the pending-replication list, but 
 later the  genstamp of that block ends up being newer than the one originally 
 submitted for replication, the block will fail replication until the NN is 
 restarted. 
 It will be safer if processPendingReplications()  gets up-to-date blockinfo 
 before resubmitting replication work.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HDFS-8404) Pending block replication can get stuck using older genstamp

2015-05-19 Thread Kihwal Lee (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-8404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kihwal Lee updated HDFS-8404:
-
   Resolution: Fixed
Fix Version/s: 2.7.1
 Hadoop Flags: Reviewed
   Status: Resolved  (was: Patch Available)

Committed to trunk, branch-2 and branch-2.7. Thanks for fixing this, Nathan.

 Pending block replication can get stuck using older genstamp
 

 Key: HDFS-8404
 URL: https://issues.apache.org/jira/browse/HDFS-8404
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: namenode
Affects Versions: 2.6.0, 2.7.0
Reporter: Nathan Roberts
Assignee: Nathan Roberts
 Fix For: 2.7.1

 Attachments: HDFS-8404-v0.patch, HDFS-8404-v1.patch


 If an under-replicated block gets into the pending-replication list, but 
 later the  genstamp of that block ends up being newer than the one originally 
 submitted for replication, the block will fail replication until the NN is 
 restarted. 
 It will be safer if processPendingReplications()  gets up-to-date blockinfo 
 before resubmitting replication work.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HDFS-8404) pending block replication can get stuck using older genstamp

2015-05-15 Thread Nathan Roberts (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-8404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nathan Roberts updated HDFS-8404:
-
Attachment: HDFS-8404-v1.patch

Thanks [~kihwal]. Updated based on latest trunk.

 pending block replication can get stuck using older genstamp
 

 Key: HDFS-8404
 URL: https://issues.apache.org/jira/browse/HDFS-8404
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: namenode
Affects Versions: 2.6.0, 2.7.0
Reporter: Nathan Roberts
Assignee: Nathan Roberts
 Attachments: HDFS-8404-v0.patch, HDFS-8404-v1.patch


 If an under-replicated block gets into the pending-replication list, but 
 later the  genstamp of that block ends up being newer than the one originally 
 submitted for replication, the block will fail replication until the NN is 
 restarted. 
 It will be safer if processPendingReplications()  gets up-to-date blockinfo 
 before resubmitting replication work.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HDFS-8404) pending block replication can get stuck using older genstamp

2015-05-15 Thread Nathan Roberts (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-8404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nathan Roberts updated HDFS-8404:
-
Status: Open  (was: Patch Available)

 pending block replication can get stuck using older genstamp
 

 Key: HDFS-8404
 URL: https://issues.apache.org/jira/browse/HDFS-8404
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: namenode
Affects Versions: 2.7.0, 2.6.0
Reporter: Nathan Roberts
Assignee: Nathan Roberts
 Attachments: HDFS-8404-v0.patch


 If an under-replicated block gets into the pending-replication list, but 
 later the  genstamp of that block ends up being newer than the one originally 
 submitted for replication, the block will fail replication until the NN is 
 restarted. 
 It will be safer if processPendingReplications()  gets up-to-date blockinfo 
 before resubmitting replication work.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HDFS-8404) pending block replication can get stuck using older genstamp

2015-05-15 Thread Nathan Roberts (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-8404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nathan Roberts updated HDFS-8404:
-
Status: Patch Available  (was: Open)

 pending block replication can get stuck using older genstamp
 

 Key: HDFS-8404
 URL: https://issues.apache.org/jira/browse/HDFS-8404
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: namenode
Affects Versions: 2.7.0, 2.6.0
Reporter: Nathan Roberts
Assignee: Nathan Roberts
 Attachments: HDFS-8404-v0.patch, HDFS-8404-v1.patch


 If an under-replicated block gets into the pending-replication list, but 
 later the  genstamp of that block ends up being newer than the one originally 
 submitted for replication, the block will fail replication until the NN is 
 restarted. 
 It will be safer if processPendingReplications()  gets up-to-date blockinfo 
 before resubmitting replication work.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HDFS-8404) pending block replication can get stuck using older genstamp

2015-05-14 Thread Nathan Roberts (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-8404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nathan Roberts updated HDFS-8404:
-
Attachment: HDFS-8404-v0.patch

 pending block replication can get stuck using older genstamp
 

 Key: HDFS-8404
 URL: https://issues.apache.org/jira/browse/HDFS-8404
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: namenode
Affects Versions: 2.6.0, 2.7.0
Reporter: Nathan Roberts
Assignee: Nathan Roberts
 Attachments: HDFS-8404-v0.patch


 If an under-replicated block gets into the pending-replication list, but 
 later the  genstamp of that block ends up being newer than the one originally 
 submitted for replication, the block will fail replication until the NN is 
 restarted. 
 It will be safer if processPendingReplications()  gets up-to-date blockinfo 
 before resubmitting replication work.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HDFS-8404) pending block replication can get stuck using older genstamp

2015-05-14 Thread Nathan Roberts (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-8404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nathan Roberts updated HDFS-8404:
-
Status: Patch Available  (was: Open)

 pending block replication can get stuck using older genstamp
 

 Key: HDFS-8404
 URL: https://issues.apache.org/jira/browse/HDFS-8404
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: namenode
Affects Versions: 2.7.0, 2.6.0
Reporter: Nathan Roberts
Assignee: Nathan Roberts
 Attachments: HDFS-8404-v0.patch


 If an under-replicated block gets into the pending-replication list, but 
 later the  genstamp of that block ends up being newer than the one originally 
 submitted for replication, the block will fail replication until the NN is 
 restarted. 
 It will be safer if processPendingReplications()  gets up-to-date blockinfo 
 before resubmitting replication work.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)