The difference is that for ATS 9, the ability to reload the DSO for remap
plugin causes the remap DSO to have different static data than the global
DSO even though they are loaded from the same DSO on disk. This is, shall
we say, somewhat unexpected.
As another note, the global plugin argument sup
If I remember correctly, I don't think, in ATS9, you can load the same
plugin in both plugin.config and remap.config. But I'm not sure that's a
new restriction in 9 versus 7.
On Fri, Mar 19, 2021 at 9:19 PM Alan Carroll
wrote:
> Yes, sorry, I'm OOO this week. You can disable it in "records.conf
Yes, sorry, I'm OOO this week. You can disable it in "records.config" but
there is also now a plugin API call to disable it for a specific plugin
which is a safer approach. I don't recall offhand, but it should be in the
ATS 10 docs, and I think it's been backported to our ATS 9. There's an
example
OK, I found the "CONFIG proxy.config.plugin.dynamic_reload_mode INT 0" to
disable this
new feature. After I already modified my plugin ... :-)
From: Chou, Peter
Sent: Friday, March 19, 2021 2:02 PM
To: dev@trafficserver.apache.org
Subject: Help with plugin loading in ATS 7.1.x vs ATS 9.0.x.
Hi,