You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chukwa.apache.org by "IvyTang (JIRA)" <ji...@apache.org> on 2010/11/22 04:22:13 UTC

[jira] Created: (CHUKWA-561) No month in log file name

No month in log file name
-------------------------

                 Key: CHUKWA-561
                 URL: https://issues.apache.org/jira/browse/CHUKWA-561
             Project: Chukwa
          Issue Type: Bug
          Components: data collection
            Reporter: IvyTang


The name of the log file in hdfs  , created by the component collector.
And the code in SeqFileWriter , the way of generating the log file name in hdfs is :
 time+logsourcehost+java.rmi.server.UID()
          time's format is yyyyddHHmmssSSS , there is no month .

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


[jira] Updated: (CHUKWA-561) No month in log file name

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

Bill Graham updated CHUKWA-561:
-------------------------------

    Status: Patch Available  (was: Open)

Thanks. I'll commit this shortly unless there are any objections.

> No month in log file name
> -------------------------
>
>                 Key: CHUKWA-561
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-561
>             Project: Chukwa
>          Issue Type: Bug
>          Components: data collection
>            Reporter: IvyTang
>            Assignee: Bill Graham
>         Attachments: CHUKWA-561-1.patch
>
>
> The name of the log file in hdfs  , created by the component collector.
> And the code in SeqFileWriter , the way of generating the log file name in hdfs is :
>  time+logsourcehost+java.rmi.server.UID()
>           time's format is yyyyddHHmmssSSS , there is no month .

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


[jira] Updated: (CHUKWA-561) No month in log file name

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

Bill Graham updated CHUKWA-561:
-------------------------------

       Resolution: Fixed
    Fix Version/s: 0.5.0
           Status: Resolved  (was: Patch Available)

Committed, thanks Ivy.

> No month in log file name
> -------------------------
>
>                 Key: CHUKWA-561
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-561
>             Project: Chukwa
>          Issue Type: Bug
>          Components: data collection
>            Reporter: IvyTang
>            Assignee: Bill Graham
>             Fix For: 0.5.0
>
>         Attachments: CHUKWA-561-1.patch
>
>
> The name of the log file in hdfs  , created by the component collector.
> And the code in SeqFileWriter , the way of generating the log file name in hdfs is :
>  time+logsourcehost+java.rmi.server.UID()
>           time's format is yyyyddHHmmssSSS , there is no month .

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


[jira] Assigned: (CHUKWA-561) No month in log file name

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

Bill Graham reassigned CHUKWA-561:
----------------------------------

    Assignee: Bill Graham

> No month in log file name
> -------------------------
>
>                 Key: CHUKWA-561
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-561
>             Project: Chukwa
>          Issue Type: Bug
>          Components: data collection
>            Reporter: IvyTang
>            Assignee: Bill Graham
>         Attachments: CHUKWA-561-1.patch
>
>
> The name of the log file in hdfs  , created by the component collector.
> And the code in SeqFileWriter , the way of generating the log file name in hdfs is :
>  time+logsourcehost+java.rmi.server.UID()
>           time's format is yyyyddHHmmssSSS , there is no month .

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


[jira] Commented: (CHUKWA-561) No month in log file name

Posted by "Eric Yang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CHUKWA-561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12934658#action_12934658 ] 

Eric Yang commented on CHUKWA-561:
----------------------------------

+1 looks good.

> No month in log file name
> -------------------------
>
>                 Key: CHUKWA-561
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-561
>             Project: Chukwa
>          Issue Type: Bug
>          Components: data collection
>            Reporter: IvyTang
>            Assignee: Bill Graham
>         Attachments: CHUKWA-561-1.patch
>
>
> The name of the log file in hdfs  , created by the component collector.
> And the code in SeqFileWriter , the way of generating the log file name in hdfs is :
>  time+logsourcehost+java.rmi.server.UID()
>           time's format is yyyyddHHmmssSSS , there is no month .

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


[jira] Updated: (CHUKWA-561) No month in log file name

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

Bill Graham updated CHUKWA-561:
-------------------------------

    Attachment: CHUKWA-561-1.patch

This should do the trick.

> No month in log file name
> -------------------------
>
>                 Key: CHUKWA-561
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-561
>             Project: Chukwa
>          Issue Type: Bug
>          Components: data collection
>            Reporter: IvyTang
>         Attachments: CHUKWA-561-1.patch
>
>
> The name of the log file in hdfs  , created by the component collector.
> And the code in SeqFileWriter , the way of generating the log file name in hdfs is :
>  time+logsourcehost+java.rmi.server.UID()
>           time's format is yyyyddHHmmssSSS , there is no month .

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


[jira] Commented: (CHUKWA-561) No month in log file name

Posted by "Ari Rabkin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CHUKWA-561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12934665#action_12934665 ] 

Ari Rabkin commented on CHUKWA-561:
-----------------------------------

+1 from me as well. You can commit this.

> No month in log file name
> -------------------------
>
>                 Key: CHUKWA-561
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-561
>             Project: Chukwa
>          Issue Type: Bug
>          Components: data collection
>            Reporter: IvyTang
>            Assignee: Bill Graham
>         Attachments: CHUKWA-561-1.patch
>
>
> The name of the log file in hdfs  , created by the component collector.
> And the code in SeqFileWriter , the way of generating the log file name in hdfs is :
>  time+logsourcehost+java.rmi.server.UID()
>           time's format is yyyyddHHmmssSSS , there is no month .

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