RE: Re: Exception handling in background tasks

2024-09-12 Thread Andrey Bozhko
Hi all, I finally got some time to work on this - I created SOLR-17448, and opened a draft PR here: https://github.com/apache/solr/pull/2707. Appreciate if you have any comments/suggestions. Thanks, Andrey

Re: Exception handling in background tasks

2024-07-25 Thread Andrey Bozhko
/logging in Solr. It may suffice to just discourage/disallow the pattern where the code discards the result of ExecutorService#submit - but we can definitely discuss more. Best, Andrey Bozhko

Exception handling in background tasks

2024-07-23 Thread Andrey Bozhko
it makes sense - and then running the tests. Doing so broke 200+ tests due to uncaught exceptions in background threads. But I did not go through those uncaught exceptions to see which ones indicate a real issue and which ones are harmless. Thoughts? Best, Andrey Bozhko