Re: [PR] Refactor TaskQueue to use RetryableQueue interface [tomcat]

2025-05-27 Thread via GitHub
PauloMigAlmeida commented on PR #861: URL: https://github.com/apache/tomcat/pull/861#issuecomment-2911914316 Thanks @markt-asf ! -- 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 comme

Re: [PR] Refactor TaskQueue to use RetryableQueue interface [tomcat]

2025-05-27 Thread via GitHub
markt-asf merged PR #861: URL: https://github.com/apache/tomcat/pull/861 -- 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: dev-unsubscr...@tomcat.apache.o

Re: [PR] Refactor TaskQueue to use RetryableQueue interface [tomcat]

2025-05-27 Thread via GitHub
markt-asf commented on PR #861: URL: https://github.com/apache/tomcat/pull/861#issuecomment-2911655569 This looks to be a reasonable request. There are a few additional changes that will also be required. I'll merge this. Make the additional changes and then back-port the combination. --

[PR] Refactor TaskQueue to use RetryableQueue interface [tomcat]

2025-05-26 Thread via GitHub
PauloMigAlmeida opened a new pull request, #861: URL: https://github.com/apache/tomcat/pull/861 **Problem** When creating a custom ``, developers may also want to use their own `BlockingQueue` implementation instead of the default `TaskQueue`. While `ThreadPoolExecutor` accepts an