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

Leif Hedstrom commented on TS-2333:
-----------------------------------

+1 on regressions, make it so #1.

So, I've poked around in this, and it's a mess. I'm fairly certain that libxml2 
has a name space conflict with our code, such that e..g startElement() in our 
code never gets used when using libxml2.

E.g.
{code}
  1355: 000000351ef09900     5 FUNC    GLOBAL DEFAULT   12 
startElement@@LIBXML2_2.4.30
{code}

Basically, we never use our XML parser when linking with libxml2. I'll try to 
work on a patch for this, to make things more interesting, the endElement 
callback is marked as deprecated for some reason, so might have to change to 
endElementNs.

> regression in proxy.node.* stats
> --------------------------------
>
>                 Key: TS-2333
>                 URL: https://issues.apache.org/jira/browse/TS-2333
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Stats
>    Affects Versions: 4.1.0
>            Reporter: Igor Galić
>
> after upgrade from 4.0.2 to 4.1.0 users report that many {{proxy.node.*}} 
> stats are broken, and mostly return 0.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to