bryancall commented on issue #9750: URL: https://github.com/apache/trafficserver/issues/9750#issuecomment-4013571511
This was resolved by disabling `proxy.config.plugin.dynamic_reload_mode` (set to `0`). The dynamic reload feature introduced in ATS 9.x copies plugins to a temporary directory before loading, which caused "failed to map segment from shared object" errors in some environments. The workaround of disabling dynamic reload resolved the issue. Note: In ATS 10, the dynamic reload feature has been further refined. If upgrading, test with the default setting before disabling it. -- 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]
