[
https://issues.apache.org/jira/browse/TS-2255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13781220#comment-13781220
]
ASF subversion and git services commented on TS-2255:
-----------------------------------------------------
Commit 6aa87ff56fb729e2863b34f3e7da8b8680b462fc in branch refs/heads/master
from [~yunkai]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=6aa87ff ]
TS-2255: TS should not flood printing after log space reach the limit
Signed-off-by: Yunkai Zhang <[email protected]>
> TS should not flood printing after log space reach the limit
> ------------------------------------------------------------
>
> Key: TS-2255
> URL: https://issues.apache.org/jira/browse/TS-2255
> Project: Traffic Server
> Issue Type: Bug
> Components: Logging
> Reporter: Zhao Yongming
> Assignee: Yunkai Zhang
> Attachments:
> 0001-TS-2255-TS-should-not-flood-printing-after-log-space.patch
>
>
> when log space reach the reserved head room and there is noway to remove some
> old log for more space, TS will print many log in traffic.out or diags.log,
> which will make great troube as those files is not rotated, may block the
> server from working after disk space exhausted.
> {code}
> [Sep 26 17:44:31.037] Server {0x2b0ff3363700} NOTE: logging space exhausted,
> can't write to:/var/log/trafficserver/error.log, drop this entry
> [Sep 26 17:44:31.689] Server {0x2b0ff2e5e700} NOTE: logging space exhausted,
> can't write to:/var/log/trafficserver/error.log, drop this entry
> [Sep 26 17:44:31.692] Server {0x2b0ff2e5e700} NOTE: logging space exhausted,
> can't write to:/var/log/trafficserver/error.log, drop this entry
> [Sep 26 17:44:32.200] Server {0x2b0ff3363700} NOTE: logging space exhausted,
> can't write to:/var/log/trafficserver/error.log, drop this entry
> [Sep 26 17:44:35.471] Server {0x2b0ff2b5b700} NOTE: logging space exhausted,
> can't write to:/var/log/trafficserver/error.log, drop this entry
> {code}
--
This message was sent by Atlassian JIRA
(v6.1#6144)