You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@crail.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/06/20 13:51:00 UTC

[jira] [Commented] (CRAIL-29) Starting multiple datanodes on same host broken

    [ https://issues.apache.org/jira/browse/CRAIL-29?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16518156#comment-16518156 ] 

ASF GitHub Bot commented on CRAIL-29:
-------------------------------------

GitHub user PepperJo opened a pull request:

    https://github.com/apache/incubator-crail/pull/27

    Scripts: fix log/pid file for multiple datanodes

    Fix using the same filename when starting multiple storage
    tiers on the same node. Append arguments from slave file
    to make path unique.
    
    https://issues.apache.org/jira/projects/CRAIL/issues/CRAIL-29
    
    Signed-off-by: Jonas Pfefferle <pe...@apache.org>

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/PepperJo/incubator-crail script_slave_args

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-crail/pull/27.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #27
    
----
commit 756a6401f845bd4787a623540f40ceea5a8ad982
Author: Jonas Pfefferle <pe...@...>
Date:   2018-06-20T13:45:47Z

    Scripts: fix log/pid file for multiple datanodes
    
    Fix using the same filename when starting multiple storage
    tiers on the same node. Append arguments from slave file
    to make path unique.
    
    https://issues.apache.org/jira/projects/CRAIL/issues/CRAIL-29
    
    Signed-off-by: Jonas Pfefferle <pe...@apache.org>

----


> Starting multiple datanodes on same host broken
> -----------------------------------------------
>
>                 Key: CRAIL-29
>                 URL: https://issues.apache.org/jira/browse/CRAIL-29
>             Project: Apache Crail
>          Issue Type: Bug
>            Reporter: Jonas Pfefferle
>            Priority: Major
>
> Daemon files do not use arguments in log files. This leads to problems when starting multiple datanodes on a single file. I have a fix for this since a while but it seems it was never merged.
>  
> However I propose to rewrite all the startup/shutdown scripts and add checks for clean startup etc



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