https://bz.apache.org/bugzilla/show_bug.cgi?id=65154
--- Comment #3 from sl...@aceslash.net --- This is the result on one application: # for n in {01..22}; do echo -n "log.2021-02-${n}_09.log "; grep "Unexpected error" log.2021-02-${n}_09.log | wc -l; done log.2021-02-01_09.log 6144 log.2021-02-02_09.log 5469 log.2021-02-03_09.log 5476 log.2021-02-04_09.log 4653 log.2021-02-05_09.log 5471 log.2021-02-06_09.log 4348 log.2021-02-07_09.log 0 (Sunday, almost 0 activity) log.2021-02-08_09.log 2997 log.2021-02-09_09.log 4523 log.2021-02-10_09.log 4709 log.2021-02-11_09.log 4291 log.2021-02-12_09.log 5725 log.2021-02-13_09.log 3398 log.2021-02-14_09.log 7 (Sunday, almost 0 activity) log.2021-02-15_09.log 4216 log.2021-02-16_09.log 4078 log.2021-02-17_09.log 4064 log.2021-02-18_09.log 4112 (switch from APR to NIO2) log.2021-02-19_09.log 0 log.2021-02-20_09.log 0 log.2021-02-21_09.log 0 log.2021-02-22_09.log 0 Of course, you can say that switching to NIO2 did nothing, but I think that it did. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org