You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/04/05 06:25:15 UTC

[jira] [Commented] (TS-2701) ignore missing lock files on chown

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

ASF subversion and git services commented on TS-2701:
-----------------------------------------------------

Commit edf91cad70723f8a94f1b0277aa264238ae0a894 in trafficserver's branch refs/heads/master from [~jpeach@apache.org]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=edf91ca ]

TS-2701: silence traffic_cop logging on chown of missing lock files


> ignore missing lock files on chown
> ----------------------------------
>
>                 Key: TS-2701
>                 URL: https://issues.apache.org/jira/browse/TS-2701
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Cop
>            Reporter: James Peach
>            Assignee: James Peach
>            Priority: Minor
>             Fix For: 5.0.0
>
>
> {code}
> Apr  4 23:31:52  traffic_manager[44742]: {0x7f63ee6bd800} ERROR: [TrafficManager] ==> Cleaning up and reissuing signal #15
> Apr  4 23:31:58  traffic_cop[12292]: --- Cop Starting [Version: Apache Traffic Server - traffic_cop - 4.2.1 - (build # 22620 on Mar 26 2014 at 20:57:29)] ---
> Apr  4 23:31:58  traffic_cop[12292]: cop couldn't chown the file: '/var/run/trafficserver/manager.lock' for 'bazinga' (498/499) : [2] No such file or directory
> Apr  4 23:31:58  traffic_cop[12292]: cop couldn't chown the file: '/var/run/trafficserver/server.lock' for 'bazinga' (498/499) : [2] No such file or directory
> Apr  4 23:31:58  traffic_cop[12292]: traffic_manager not running, making sure traffic_server is dead
> Apr  4 23:31:58  traffic_cop[12292]: cop couldn't chown the file: '/var/run/trafficserver/server.lock' for 'bazinga' (498/499) : [2] No such file or directory
> Apr  4 23:31:58  traffic_cop[12292]: spawning traffic_manager
> Apr  4 23:31:58  traffic_manager[12294]: NOTE: --- Manager Starting ---
> Apr  4 23:31:58  traffic_manager[12294]: NOTE: Manager Version: Apache Traffic Server - traffic_manager - 4.2.1 - (build # 22620 on Mar 26 2014 at 20:56:54)
> Apr  4 23:31:58  traffic_manager[12294]: NOTE: RLIMIT_NOFILE(7):cur(500000),max(500000)
> Apr  4 23:31:58  traffic_manager[12294]: {0x7fe879258800} NOTE: updated diags config
> Apr  4 23:31:58  traffic_manager[12294]: {0x7fe879258800} NOTE: [ClusterCom::ClusterCom] Node running on OS: 'Linux' Release: '2.6.32-358.18.1.el6.x86_64'
> Apr  4 23:31:58 traffic_manager[12294]: {0x7fe879258800} NOTE: [LocalManager::listenForProxy] Listening on port: 80
> {code}
> {{traffic_cop}} spews a bunch of useless chown failures when lock files are correctly removed. We should just ignore this.



--
This message was sent by Atlassian JIRA
(v6.2#6252)