You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Arun C Murthy (JIRA)" <ji...@apache.org> on 2007/03/07 01:07:24 UTC

[jira] Created: (HADOOP-1075) Ensure that all test-cases using MiniDFSCluster & MiniMRCluster do not start the datanodes/tasktrackers before namenode/jobtracker due to port-rolling problems.

Ensure that all test-cases using MiniDFSCluster & MiniMRCluster do not start the datanodes/tasktrackers before namenode/jobtracker due to port-rolling problems.
----------------------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: HADOOP-1075
                 URL: https://issues.apache.org/jira/browse/HADOOP-1075
             Project: Hadoop
          Issue Type: Bug
          Components: test
    Affects Versions: 0.12.0
            Reporter: Arun C Murthy
         Assigned To: Arun C Murthy
             Fix For: 0.12.1


The MiniDFSCluster & MiniMRCluster seem to fail with problems arising from port-rolling in our patch-process; stopping the test-cases from starting the NN/JT before the DNs/TTs should help as a short-term fix.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-1075) Ensure that all test-cases using MiniDFSCluster & MiniMRCluster do not start the datanodes/tasktrackers before namenode/jobtracker due to port-rolling problems.

Posted by "Arun C Murthy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arun C Murthy updated HADOOP-1075:
----------------------------------

    Status: Patch Available  (was: Open)

> Ensure that all test-cases using MiniDFSCluster & MiniMRCluster do not start the datanodes/tasktrackers before namenode/jobtracker due to port-rolling problems.
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-1075
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1075
>             Project: Hadoop
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.12.0
>            Reporter: Arun C Murthy
>         Assigned To: Arun C Murthy
>             Fix For: 0.12.1
>
>         Attachments: HADOOP-1075_20070306_1.patch
>
>
> The MiniDFSCluster & MiniMRCluster seem to fail with problems arising from port-rolling in our patch-process; stopping the test-cases from starting the NN/JT before the DNs/TTs should help as a short-term fix.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-1075) Ensure that all test-cases using MiniDFSCluster & MiniMRCluster do not start the datanodes/tasktrackers before namenode/jobtracker due to port-rolling problems.

Posted by "Nigel Daley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nigel Daley updated HADOOP-1075:
--------------------------------

    Fix Version/s:     (was: 0.12.1)
           Status: Open  (was: Patch Available)

This didn't seem to fix the patch process as expected.  I think we should hold off on this for now.  A more complete fix to the port rolling problems is needed.

> Ensure that all test-cases using MiniDFSCluster & MiniMRCluster do not start the datanodes/tasktrackers before namenode/jobtracker due to port-rolling problems.
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-1075
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1075
>             Project: Hadoop
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.12.0
>            Reporter: Arun C Murthy
>         Assigned To: Arun C Murthy
>         Attachments: HADOOP-1075_20070306_1.patch
>
>
> The MiniDFSCluster & MiniMRCluster seem to fail with problems arising from port-rolling in our patch-process; stopping the test-cases from starting the NN/JT before the DNs/TTs should help as a short-term fix.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-1075) Ensure that all test-cases using MiniDFSCluster & MiniMRCluster do not start the datanodes/tasktrackers before namenode/jobtracker due to port-rolling problems.

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12478677 ] 

Hadoop QA commented on HADOOP-1075:
-----------------------------------

-1, because 3 attempts failed to build and test the latest attachment http://issues.apache.org/jira/secure/attachment/12352803/HADOOP-1075_20070306_1.patch against trunk revision http://svn.apache.org/repos/asf/lucene/hadoop/trunk/515311. Please note that this message is automatically generated and may represent a problem with the automation system and not the patch. Results are at http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch

> Ensure that all test-cases using MiniDFSCluster & MiniMRCluster do not start the datanodes/tasktrackers before namenode/jobtracker due to port-rolling problems.
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-1075
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1075
>             Project: Hadoop
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.12.0
>            Reporter: Arun C Murthy
>         Assigned To: Arun C Murthy
>             Fix For: 0.12.1
>
>         Attachments: HADOOP-1075_20070306_1.patch
>
>
> The MiniDFSCluster & MiniMRCluster seem to fail with problems arising from port-rolling in our patch-process; stopping the test-cases from starting the NN/JT before the DNs/TTs should help as a short-term fix.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HADOOP-1075) Ensure that all test-cases using MiniDFSCluster & MiniMRCluster do not start the datanodes/tasktrackers before namenode/jobtracker due to port-rolling problems.

Posted by "Arun C Murthy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arun C Murthy resolved HADOOP-1075.
-----------------------------------

    Resolution: Won't Fix

> Ensure that all test-cases using MiniDFSCluster & MiniMRCluster do not start the datanodes/tasktrackers before namenode/jobtracker due to port-rolling problems.
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-1075
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1075
>             Project: Hadoop
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.12.0
>            Reporter: Arun C Murthy
>         Assigned To: Arun C Murthy
>         Attachments: HADOOP-1075_20070306_1.patch
>
>
> The MiniDFSCluster & MiniMRCluster seem to fail with problems arising from port-rolling in our patch-process; stopping the test-cases from starting the NN/JT before the DNs/TTs should help as a short-term fix.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-1075) Ensure that all test-cases using MiniDFSCluster & MiniMRCluster do not start the datanodes/tasktrackers before namenode/jobtracker due to port-rolling problems.

Posted by "Arun C Murthy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arun C Murthy updated HADOOP-1075:
----------------------------------

    Attachment: HADOOP-1075_20070306_1.patch

Straight-forward patch...

> Ensure that all test-cases using MiniDFSCluster & MiniMRCluster do not start the datanodes/tasktrackers before namenode/jobtracker due to port-rolling problems.
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-1075
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1075
>             Project: Hadoop
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.12.0
>            Reporter: Arun C Murthy
>         Assigned To: Arun C Murthy
>             Fix For: 0.12.1
>
>         Attachments: HADOOP-1075_20070306_1.patch
>
>
> The MiniDFSCluster & MiniMRCluster seem to fail with problems arising from port-rolling in our patch-process; stopping the test-cases from starting the NN/JT before the DNs/TTs should help as a short-term fix.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.