bryancall commented on issue #6672:
URL: https://github.com/apache/trafficserver/issues/6672#issuecomment-4827338879

   I am closing this as resolved by later restructuring. The code referenced 
here was from 8.0.6, which is long past end-of-life. The duplicate 
DiagsConfigState::enabled instance came from a public static array that could 
be linked into both the traffic_server binary and libtscore.so. In 
https://github.com/apache/trafficserver/pull/8581 (first released in 10.0.0) 
DiagsConfigState was reworked so the flag is a single private static (int 
_enabled[2], defined once in src/tscore/Diags.cc) accessed only through static 
accessor methods, removing the direct public-array write that this report 
describes. If you still see proxy.config.diags.debug.enabled not taking effect 
on a current release, please open a new issue with details.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to