[jira] [Updated] (HDFS-9597) BaseReplicationPolicyTest should update data node stats after adding a data node

2017-05-30 Thread John Zhuge (JIRA)

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

John Zhuge updated HDFS-9597:
-
Priority: Minor  (was: Blocker)

> BaseReplicationPolicyTest should update data node stats after adding a data 
> node
> 
>
> Key: HDFS-9597
> URL: https://issues.apache.org/jira/browse/HDFS-9597
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: datanode, test
>Affects Versions: 2.8.0, 3.0.0-alpha1
>Reporter: Wei-Chiu Chuang
>Assignee: Wei-Chiu Chuang
>Priority: Minor
> Fix For: 2.8.0, 3.0.0-alpha1
>
> Attachments: HDFS-9597.001.patch
>
>
> Looks like HDFS-9034 broke 
> TestReplicationPolicyConsiderLoad#testChooseTargetWithDecomNodes.
> This test has been failing since yesterday.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Updated] (HDFS-9597) BaseReplicationPolicyTest should update data node stats after adding a data node

2017-05-30 Thread John Zhuge (JIRA)

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

John Zhuge updated HDFS-9597:
-
Component/s: test

> BaseReplicationPolicyTest should update data node stats after adding a data 
> node
> 
>
> Key: HDFS-9597
> URL: https://issues.apache.org/jira/browse/HDFS-9597
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: datanode, test
>Affects Versions: 2.8.0, 3.0.0-alpha1
>Reporter: Wei-Chiu Chuang
>Assignee: Wei-Chiu Chuang
>Priority: Blocker
> Fix For: 2.8.0, 3.0.0-alpha1
>
> Attachments: HDFS-9597.001.patch
>
>
> Looks like HDFS-9034 broke 
> TestReplicationPolicyConsiderLoad#testChooseTargetWithDecomNodes.
> This test has been failing since yesterday.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Updated] (HDFS-9597) BaseReplicationPolicyTest should update data node stats after adding a data node

2015-12-25 Thread Benoy Antony (JIRA)

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

Benoy Antony updated HDFS-9597:
---
   Resolution: Fixed
 Hadoop Flags: Reviewed
Fix Version/s: 2.8.0
   Status: Resolved  (was: Patch Available)

Committed in trunk and branch-2. Thanks [~jojochuang]  for the fix and 
[~yangzhe1991]  for the review. 



> BaseReplicationPolicyTest should update data node stats after adding a data 
> node
> 
>
> Key: HDFS-9597
> URL: https://issues.apache.org/jira/browse/HDFS-9597
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: datanode
>Affects Versions: 3.0.0, 2.8.0
>Reporter: Wei-Chiu Chuang
>Assignee: Wei-Chiu Chuang
> Fix For: 2.8.0
>
> Attachments: HDFS-9597.001.patch
>
>
> Looks like HDFS-9034 broke 
> TestReplicationPolicyConsiderLoad#testChooseTargetWithDecomNodes.
> This test has been failing since yesterday.



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


[jira] [Updated] (HDFS-9597) BaseReplicationPolicyTest should update data node stats after adding a data node

2015-12-25 Thread Benoy Antony (JIRA)

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

Benoy Antony updated HDFS-9597:
---
Priority: Blocker  (was: Major)

> BaseReplicationPolicyTest should update data node stats after adding a data 
> node
> 
>
> Key: HDFS-9597
> URL: https://issues.apache.org/jira/browse/HDFS-9597
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: datanode
>Affects Versions: 3.0.0, 2.8.0
>Reporter: Wei-Chiu Chuang
>Assignee: Wei-Chiu Chuang
>Priority: Blocker
> Fix For: 2.8.0
>
> Attachments: HDFS-9597.001.patch
>
>
> Looks like HDFS-9034 broke 
> TestReplicationPolicyConsiderLoad#testChooseTargetWithDecomNodes.
> This test has been failing since yesterday.



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


[jira] [Updated] (HDFS-9597) BaseReplicationPolicyTest should update data node stats after adding a data node

2015-12-23 Thread Wei-Chiu Chuang (JIRA)

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

Wei-Chiu Chuang updated HDFS-9597:
--
Summary: BaseReplicationPolicyTest should update data node stats after 
adding a data node  (was: 
TestReplicationPolicyConsiderLoad#testChooseTargetWithDecomNodes is failing)

> BaseReplicationPolicyTest should update data node stats after adding a data 
> node
> 
>
> Key: HDFS-9597
> URL: https://issues.apache.org/jira/browse/HDFS-9597
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: datanode
>Affects Versions: 3.0.0, 2.8.0
>Reporter: Wei-Chiu Chuang
>Assignee: Wei-Chiu Chuang
> Attachments: HDFS-9597.001.patch
>
>
> Looks like HDFS-9034 broke this test.
> This test has been failing since yesterday.



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


[jira] [Updated] (HDFS-9597) BaseReplicationPolicyTest should update data node stats after adding a data node

2015-12-23 Thread Wei-Chiu Chuang (JIRA)

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

Wei-Chiu Chuang updated HDFS-9597:
--
Description: 
Looks like HDFS-9034 broke 
TestReplicationPolicyConsiderLoad#testChooseTargetWithDecomNodes.
This test has been failing since yesterday.

  was:
Looks like HDFS-9034 broke this test.
This test has been failing since yesterday.


> BaseReplicationPolicyTest should update data node stats after adding a data 
> node
> 
>
> Key: HDFS-9597
> URL: https://issues.apache.org/jira/browse/HDFS-9597
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: datanode
>Affects Versions: 3.0.0, 2.8.0
>Reporter: Wei-Chiu Chuang
>Assignee: Wei-Chiu Chuang
> Attachments: HDFS-9597.001.patch
>
>
> Looks like HDFS-9034 broke 
> TestReplicationPolicyConsiderLoad#testChooseTargetWithDecomNodes.
> This test has been failing since yesterday.



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