You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2022/09/22 21:14:54 UTC

[GitHub] [trafficserver] ezelkow1 opened a new pull request, #9102: Move plugin_init for verify cmd

ezelkow1 opened a new pull request, #9102:
URL: https://github.com/apache/trafficserver/pull/9102

   plugin_init calls api_init which will intialize all the global hooks needed for lifecycle and other plugins. Without doing this those hook objects are empty so if a plugin (such as lua) makes a call to add a lifecycle hook on remapinit, this will crash since they haven't been initialized. This occurs during the urlRewriteVerify step of verification where it tries to load plugins or at least initialize them, these will crash


-- 
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: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [trafficserver] ezelkow1 commented on pull request #9102: Move plugin_init for verify cmd

Posted by GitBox <gi...@apache.org>.
ezelkow1 commented on PR #9102:
URL: https://github.com/apache/trafficserver/pull/9102#issuecomment-1255562913

   [approve ci]


-- 
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: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [trafficserver] ezelkow1 commented on pull request #9102: Move plugin_init for verify cmd

Posted by GitBox <gi...@apache.org>.
ezelkow1 commented on PR #9102:
URL: https://github.com/apache/trafficserver/pull/9102#issuecomment-1256411604

   [approve ci]


-- 
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: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [trafficserver] ezelkow1 merged pull request #9102: Move plugin_init for verify cmd

Posted by GitBox <gi...@apache.org>.
ezelkow1 merged PR #9102:
URL: https://github.com/apache/trafficserver/pull/9102


-- 
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: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [trafficserver] ezelkow1 commented on pull request #9102: Move plugin_init for verify cmd

Posted by GitBox <gi...@apache.org>.
ezelkow1 commented on PR #9102:
URL: https://github.com/apache/trafficserver/pull/9102#issuecomment-1255579023

   [approve ci]


-- 
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: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org