You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Bruno Mahé (JIRA)" <ji...@apache.org> on 2012/05/22 01:31:40 UTC

[jira] [Created] (BIGTOP-597) Flume init scripts should not create the log and lock directories.

Bruno Mahé created BIGTOP-597:
---------------------------------

             Summary: Flume init scripts should not create the log and lock directories.
                 Key: BIGTOP-597
                 URL: https://issues.apache.org/jira/browse/BIGTOP-597
             Project: Bigtop
          Issue Type: Bug
    Affects Versions: 0.3.0, 0.4.0
            Reporter: Bruno Mahé
            Assignee: Bruno Mahé
             Fix For: 0.4.0


We should make sure they exist at installation time instead of start up time.

--
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] (BIGTOP-597) Flume init scripts should not create the log and lock directories.

Posted by "Bruno Mahé (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BIGTOP-597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruno Mahé resolved BIGTOP-597.
-------------------------------

    Resolution: Fixed
    
> Flume init scripts should not create the log and lock directories.
> ------------------------------------------------------------------
>
>                 Key: BIGTOP-597
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-597
>             Project: Bigtop
>          Issue Type: Bug
>    Affects Versions: 0.3.0, 0.4.0
>            Reporter: Bruno Mahé
>            Assignee: Bruno Mahé
>             Fix For: 0.4.0
>
>         Attachments: BIGTOP-597.patch
>
>
> We should make sure they exist at installation time instead of start up time.

--
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] (BIGTOP-597) Flume init scripts should not create the log and lock directories.

Posted by "Roman Shaposhnik (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BIGTOP-597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13281161#comment-13281161 ] 

Roman Shaposhnik commented on BIGTOP-597:
-----------------------------------------

+1
                
> Flume init scripts should not create the log and lock directories.
> ------------------------------------------------------------------
>
>                 Key: BIGTOP-597
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-597
>             Project: Bigtop
>          Issue Type: Bug
>    Affects Versions: 0.3.0, 0.4.0
>            Reporter: Bruno Mahé
>            Assignee: Bruno Mahé
>             Fix For: 0.4.0
>
>         Attachments: BIGTOP-597.patch
>
>
> We should make sure they exist at installation time instead of start up time.

--
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] [Closed] (BIGTOP-597) Flume init scripts should not create the log and lock directories.

Posted by "Bruno Mahé (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BIGTOP-597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruno Mahé closed BIGTOP-597.
-----------------------------

    
> Flume init scripts should not create the log and lock directories.
> ------------------------------------------------------------------
>
>                 Key: BIGTOP-597
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-597
>             Project: Bigtop
>          Issue Type: Bug
>    Affects Versions: 0.3.0, 0.4.0
>            Reporter: Bruno Mahé
>            Assignee: Bruno Mahé
>             Fix For: 0.4.0
>
>         Attachments: BIGTOP-597.patch
>
>
> We should make sure they exist at installation time instead of start up time.

--
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] (BIGTOP-597) Flume init scripts should not create the log and lock directories.

Posted by "Bruno Mahé (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BIGTOP-597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13280633#comment-13280633 ] 

Bruno Mahé commented on BIGTOP-597:
-----------------------------------

Actually the lock directory may be a tmpfs.
So let's just keep the creation in the init script, but only create them if they don't exist.
                
> Flume init scripts should not create the log and lock directories.
> ------------------------------------------------------------------
>
>                 Key: BIGTOP-597
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-597
>             Project: Bigtop
>          Issue Type: Bug
>    Affects Versions: 0.3.0, 0.4.0
>            Reporter: Bruno Mahé
>            Assignee: Bruno Mahé
>             Fix For: 0.4.0
>
>
> We should make sure they exist at installation time instead of start up time.

--
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] (BIGTOP-597) Flume init scripts should not create the log and lock directories.

Posted by "Bruno Mahé (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BIGTOP-597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruno Mahé updated BIGTOP-597:
------------------------------

    Attachment: BIGTOP-597.patch

Here is a patch.
I will check flume can still be started/stoped/etc. on jenkins once this is checked in
                
> Flume init scripts should not create the log and lock directories.
> ------------------------------------------------------------------
>
>                 Key: BIGTOP-597
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-597
>             Project: Bigtop
>          Issue Type: Bug
>    Affects Versions: 0.3.0, 0.4.0
>            Reporter: Bruno Mahé
>            Assignee: Bruno Mahé
>             Fix For: 0.4.0
>
>         Attachments: BIGTOP-597.patch
>
>
> We should make sure they exist at installation time instead of start up time.

--
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