[
https://issues.apache.org/jira/browse/TS-2434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13849900#comment-13849900
]
ASF subversion and git services commented on TS-2434:
-----------------------------------------------------
Commit 6ce376a8f2f027d329f4b1a1f79d75c1ed4a7dcf in branch refs/heads/master
from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=6ce376a ]
TS-2434: use FATAL error level to handle plugin errors
> Errors in the plugin.config will cause the service to fail
> ----------------------------------------------------------
>
> Key: TS-2434
> URL: https://issues.apache.org/jira/browse/TS-2434
> Project: Traffic Server
> Issue Type: Bug
> Components: Configuration
> Reporter: zhiyuanfu
> Assignee: James Peach
> Priority: Minor
> Fix For: 4.2.0
>
>
> A spelling mistake or a wrong path configured in plugin.config can cause the
> ats to service failure.
> #############################
> diags.log:
> [Dec 16 15:42:40.790] Server {0x2b32fd6569e0} ERROR: unable to load
> '/usr/lib64/trafficserver/plugins/maxage.so':
> /usr/lib64/trafficserver/plugins/maxage.so: cannot open shared object file:
> No such file or directory
> #############################
> netstat -lnpt|grep traffic |grep -v grep
> tcp 0 0 0.0.0.0:8080 0.0.0.0:*
> LISTEN 14795/traffic_manag
> tcp 0 0 0.0.0.0:8083 0.0.0.0:*
> LISTEN 14795/traffic_manag
> ----------------------------------------------
> ps aux |grep traffic |grep -v grep
> root 14793 0.0 0.0 88040 4460 ? Ss 15:40 0:00
> /usr/bin/traffic_cop
> ats 14795 0.4 0.0 168632 18148 ? Sl 15:40 0:00
> /usr/bin/traffic_manager
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)