We upgrade mysql from 5.7 to 8.0 on AWS aurora
Problem we are facing is frequent outage of an application.
we observed that there is spike for synch/mutex/innodb/trx_sys_mutex
Performance insights
I suspect is it related to AUTOCOMMIT
Current value for AUTOCOMMIT is 1 which means ON and this is default value.