You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Zhao Yongming (JIRA)" <ji...@apache.org> on 2013/09/26 11:50:03 UTC

[jira] [Created] (TS-2255) TS should not flood printing after log space reach the limit

Zhao Yongming created TS-2255:
---------------------------------

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


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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira