Unit test fails on Windows: rg.apache.hadoop.dfs.TestDecommission
-----------------------------------------------------------------
Key: HADOOP-2714
URL: https://issues.apache.org/jira/browse/HADOOP-2714
Project: Hadoop Core
Issue Type: Bug
Components: dfs
Affects Versions: 0.16.0
Environment: Windows
Reporter: Mukund Madhugiri
Assignee: Robert Chansler
Priority: Blocker
Fix For: 0.16.0
Unit test fails consistently on Windows with a timeout:
Test: org.apache.hadoop.dfs.TestDecommission
Here is a snippet of the console:
[junit] Waiting for node 127.0.0.1:4042 to change state to DECOMMISSIONED
[junit] Name: 127.0.0.1:4042
[junit] State : Decommission in progress
[junit] Total raw bytes: 80030941184 (74.53 GB)
[junit] Remaining raw bytes: 45235447130(42.13 GB)
[junit] Used raw bytes: 20622 (20.14 KB)
[junit] % used: 0%
[junit] Last contact: Fri Jan 25 09:26:36 PST 2008
[junit] Waiting for node 127.0.0.1:4042 to change state to DECOMMISSIONED
[junit] Name: 127.0.0.1:4042
[junit] State : Decommission in progress
[junit] Total raw bytes: 80030941184 (74.53 GB)
[junit] Remaining raw bytes: 45235447130(42.13 GB)
[junit] Used raw bytes: 20622 (20.14 KB)
[junit] % used: 0%
[junit] Last contact: Fri Jan 25 09:26:36 PST 2008
[junit] Waiting for node 127.0.0.1:4042 to change state to DECOMMISSIONED
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
[junit] Test org.apache.hadoop.dfs.TestDecommission FAILED (timeout)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.