[jira] [Updated] (HDFS-10618) TestPendingReconstruction#testPendingAndInvalidate is flaky due to race condition

2018-03-12 Thread Anu Engineer (JIRA)

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

Anu Engineer updated HDFS-10618:

  Resolution: Fixed
Hadoop Flags: Reviewed
   Fix Version/s: 2.10.0
  3.1.0
Target Version/s: 3.1.0, 2.10.0
  Status: Resolved  (was: Patch Available)

> TestPendingReconstruction#testPendingAndInvalidate is flaky due to race 
> condition
> -
>
> Key: HDFS-10618
> URL: https://issues.apache.org/jira/browse/HDFS-10618
> Project: Hadoop HDFS
>  Issue Type: Bug
>Affects Versions: 2.0.3-alpha
>Reporter: Eric Badger
>Assignee: Eric Badger
>Priority: Major
>  Labels: flaky-test
> Fix For: 3.1.0, 2.10.0
>
> Attachments: HDFS-10618-b2.001.patch, HDFS-10618.001.patch
>
>
> TestPendingReconstruction#testPendingAndInvalidate fails intermittently. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (HDFS-10618) TestPendingReconstruction#testPendingAndInvalidate is flaky due to race condition

2017-09-26 Thread Andrew Wang (JIRA)

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

Andrew Wang updated HDFS-10618:
---
Labels: flaky-test  (was: )

> TestPendingReconstruction#testPendingAndInvalidate is flaky due to race 
> condition
> -
>
> Key: HDFS-10618
> URL: https://issues.apache.org/jira/browse/HDFS-10618
> Project: Hadoop HDFS
>  Issue Type: Bug
>Affects Versions: 2.0.3-alpha
>Reporter: Eric Badger
>Assignee: Eric Badger
>  Labels: flaky-test
> Attachments: HDFS-10618.001.patch, HDFS-10618-b2.001.patch
>
>
> TestPendingReconstruction#testPendingAndInvalidate fails intermittently. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (HDFS-10618) TestPendingReconstruction#testPendingAndInvalidate is flaky due to race condition

2016-07-13 Thread Eric Badger (JIRA)

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

Eric Badger updated HDFS-10618:
---
Status: Patch Available  (was: Open)

> TestPendingReconstruction#testPendingAndInvalidate is flaky due to race 
> condition
> -
>
> Key: HDFS-10618
> URL: https://issues.apache.org/jira/browse/HDFS-10618
> Project: Hadoop HDFS
>  Issue Type: Bug
>Affects Versions: 2.0.3-alpha
>Reporter: Eric Badger
>Assignee: Eric Badger
> Attachments: HDFS-10618-b2.001.patch, HDFS-10618.001.patch
>
>
> TestPendingReconstruction#testPendingAndInvalidate fails intermittently. 



--
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-10618) TestPendingReconstruction#testPendingAndInvalidate is flaky due to race condition

2016-07-13 Thread Eric Badger (JIRA)

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

Eric Badger updated HDFS-10618:
---
Attachment: HDFS-10618-b2.001.patch

Attaching a branch-2 patch, since reconstruction is known as replication in 
branch-2 and below

> TestPendingReconstruction#testPendingAndInvalidate is flaky due to race 
> condition
> -
>
> Key: HDFS-10618
> URL: https://issues.apache.org/jira/browse/HDFS-10618
> Project: Hadoop HDFS
>  Issue Type: Bug
>Affects Versions: 2.0.3-alpha
>Reporter: Eric Badger
>Assignee: Eric Badger
> Attachments: HDFS-10618-b2.001.patch, HDFS-10618.001.patch
>
>
> TestPendingReconstruction#testPendingAndInvalidate fails intermittently. 



--
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-10618) TestPendingReconstruction#testPendingAndInvalidate is flaky due to race condition

2016-07-13 Thread Eric Badger (JIRA)

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

Eric Badger updated HDFS-10618:
---
Attachment: HDFS-10618.001.patch

Attaching a patch that fixes the race in the test by putting all of the 
pertinent test functionality inside of the write lock. This will prevent the 
Replication Monitor from running while the test is corrupting and placing 
blocks in their respective reconstruction structures. 

> TestPendingReconstruction#testPendingAndInvalidate is flaky due to race 
> condition
> -
>
> Key: HDFS-10618
> URL: https://issues.apache.org/jira/browse/HDFS-10618
> Project: Hadoop HDFS
>  Issue Type: Bug
>Affects Versions: 2.0.3-alpha
>Reporter: Eric Badger
>Assignee: Eric Badger
> Attachments: HDFS-10618.001.patch
>
>
> TestPendingReconstruction#testPendingAndInvalidate fails intermittently. 



--
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