You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by GitBox <gi...@apache.org> on 2020/10/23 02:18:40 UTC

[GitHub] [tomcat] dao-jun commented on pull request #373: lazy set filed `DELETE_FILES_SERVICE`

dao-jun commented on pull request #373:
URL: https://github.com/apache/tomcat/pull/373#issuecomment-714864911


   > Please provide more information what kind of issue you have now!
   > The description is a bit vague at the moment.
   
     We use `java agent` to enhance class `ThreadPoolExecutor` to provide `cross thread trace monitor ability`, but we found that class `ThreadPoolExecutor`  loaded before agent start, it caused by class `AsyncFileHandler` which defined in `logging.properties`.  So that `java agent` could not enhance class `ThreadPoolExecutor`.  Event we replaced `org.apache.juli.AsyncFileHandler` with `java.util.logging.FileHandler`  to avoid the issue, but I want to fix 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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org