You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@whirr.apache.org by "Graham Gear (JIRA)" <ji...@apache.org> on 2012/08/23 23:16:44 UTC

[jira] [Created] (WHIRR-645) Race condition between collocated namenode and jobtracker start/init services

Graham Gear created WHIRR-645:
---------------------------------

             Summary: Race condition between collocated namenode and jobtracker start/init services
                 Key: WHIRR-645
                 URL: https://issues.apache.org/jira/browse/WHIRR-645
             Project: Whirr
          Issue Type: Bug
          Components: core
    Affects Versions: 0.7.1
            Reporter: Graham Gear
            Priority: Minor


If the jobtracker role is defined before the namenode role on the same node (as per majority of the examples), the jobtracker service will poll for namenode and race the namenode HDFS dir config steps, often resulting in a failed write of 'mapred.system.dir' and a dead jobtracker process.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (WHIRR-645) Race condition between collocated namenode and jobtracker start/init services

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

Graham Gear updated WHIRR-645:
------------------------------

    Attachment: WHIRR-645.patch
    
> Race condition between collocated namenode and jobtracker start/init services
> -----------------------------------------------------------------------------
>
>                 Key: WHIRR-645
>                 URL: https://issues.apache.org/jira/browse/WHIRR-645
>             Project: Whirr
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 0.7.1
>            Reporter: Graham Gear
>            Priority: Minor
>         Attachments: WHIRR-645.patch
>
>
> If the jobtracker role is defined before the namenode role on the same node (as per majority of the examples), the jobtracker service will poll for namenode and race the namenode HDFS dir config steps, often resulting in a failed write of 'mapred.system.dir' and a dead jobtracker process.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (WHIRR-645) Race condition between collocated namenode and jobtracker start/init services

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

Andrew Bayer resolved WHIRR-645.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 0.9.0
                   0.8.1

Committed to trunk and branch-0.8.
                
> Race condition between collocated namenode and jobtracker start/init services
> -----------------------------------------------------------------------------
>
>                 Key: WHIRR-645
>                 URL: https://issues.apache.org/jira/browse/WHIRR-645
>             Project: Whirr
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 0.7.1
>            Reporter: Graham Gear
>            Assignee: Graham Gear
>            Priority: Minor
>             Fix For: 0.8.1, 0.9.0
>
>         Attachments: WHIRR-645.patch
>
>
> If the jobtracker role is defined before the namenode role on the same node (as per majority of the examples), the jobtracker service will poll for namenode and race the namenode HDFS dir config steps, often resulting in a failed write of 'mapred.system.dir' and a dead jobtracker process.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (WHIRR-645) Race condition between collocated namenode and jobtracker start/init services

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

Andrew Bayer reassigned WHIRR-645:
----------------------------------

    Assignee: Graham Gear
    
> Race condition between collocated namenode and jobtracker start/init services
> -----------------------------------------------------------------------------
>
>                 Key: WHIRR-645
>                 URL: https://issues.apache.org/jira/browse/WHIRR-645
>             Project: Whirr
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 0.7.1
>            Reporter: Graham Gear
>            Assignee: Graham Gear
>            Priority: Minor
>         Attachments: WHIRR-645.patch
>
>
> If the jobtracker role is defined before the namenode role on the same node (as per majority of the examples), the jobtracker service will poll for namenode and race the namenode HDFS dir config steps, often resulting in a failed write of 'mapred.system.dir' and a dead jobtracker process.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (WHIRR-645) Race condition between collocated namenode and jobtracker start/init services

Posted by "Andrew Bayer (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WHIRR-645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13440690#comment-13440690 ] 

Andrew Bayer commented on WHIRR-645:
------------------------------------

+1
                
> Race condition between collocated namenode and jobtracker start/init services
> -----------------------------------------------------------------------------
>
>                 Key: WHIRR-645
>                 URL: https://issues.apache.org/jira/browse/WHIRR-645
>             Project: Whirr
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 0.7.1
>            Reporter: Graham Gear
>            Priority: Minor
>         Attachments: WHIRR-645.patch
>
>
> If the jobtracker role is defined before the namenode role on the same node (as per majority of the examples), the jobtracker service will poll for namenode and race the namenode HDFS dir config steps, often resulting in a failed write of 'mapred.system.dir' and a dead jobtracker process.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira