This code just loses an exception. Without any notification. log a critical msg if something simular happens make the default behavior for ThreadPoolExecutor with at least the first exception raise.
I used the eureka-client1.10.14 version in SpringCloud2020.3. There are some WARN logs recently. I put the detailed information below. Is it because my thread pool is not enough? looking forward to ...