You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Bryan Call (JIRA)" <ji...@apache.org> on 2016/08/16 15:55:22 UTC

[jira] [Updated] (TS-2375) Error when using ascii logging format: There are more field markers than fields

     [ https://issues.apache.org/jira/browse/TS-2375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Call updated TS-2375:
---------------------------
    Fix Version/s:     (was: 7.0.0)
                   7.2.0

> Error when using ascii logging format: There are more field markers than fields
> -------------------------------------------------------------------------------
>
>                 Key: TS-2375
>                 URL: https://issues.apache.org/jira/browse/TS-2375
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Logging
>    Affects Versions: 4.0.2, 4.1.2
>            Reporter: David Carlin
>            Assignee: Alan M. Carroll
>              Labels: yahoo
>             Fix For: 7.2.0
>
>
> I noticed the following on an ats 4.0.2 host in diags.log:
> {noformat}[Nov 20 15:08:29.627] Server {0x2b732fe9c700} NOTE: There are more field markers than fields; cannot process log entry{noformat}
> It only happens about every fifth time you start ATS.  That message will fill diags.log and nothing is written to squid.log
> I then upgraded to 4.1.1 as a test, and the same thing happened except there was additional error information:
> {noformat}[Nov 20 15:40:53.656] Server {0x2b568aac8700} NOTE: There are more field markers than fields; cannot process log entry
> [Nov 20 15:40:53.656] Server {0x2b568aac8700} ERROR: Failed to convert LogBuffer to ascii, have dropped (232) bytes.{noformat}
> The convert to ascii message tipped me off that this could be the source of the problem.  Up until now we've been using the binary log format, so perhaps this is why I didn't run into this in the past.  I then changed the log format back to binary, and I was unable to reproduce the issue - so it seems related to ascii logging.
> Here is our logs_xml.config:
> {noformat}
> <LogFormat>
>   <Name = "ats_generic_config"/>
>   <Format = "%<cqtq> %<ttms> %<chi> %<crc> %<pssc> %<psql> %<cqhm> %<cquc> %<caun> %<phr>/%<pqsn> %<psct> %<cquuc> f1 f2 f3 f4"/>
> </LogFormat>
> <LogObject>
>     <Format = "ats_generic_config"/>
>     <Filename = "squid"/>
>     <Mode = "ascii"/>
> </LogObject>
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)