Since we have upgraded our MySQL server to 8.0.21 from 5.7, our error log is cluttered with the following message (if it is even an error message?), which takes a lot of space in our log and it is being spammed consistently:
2021-11-19T14:33:45.754254Z 0 [Note] [MY-012102] [InnoDB] Open file list len in shard 17 is 0
2021-11-19T14:33:45.754589Z 0 [Note] [MY-012102] [InnoDB] Open file list len in shard 18 is 0
2021-11-19T14:33:45.754923Z 0 [Note] [MY-012102] [InnoDB] Open file list len in shard 19 is 0
2021-11-19T14:33:45.755256Z 0 [Note] [MY-012102] [InnoDB] Open file list len in shard 20 is 0
2021-11-19T14:33:45.755592Z 0 [Note] [MY-012102] [InnoDB] Open file list len in shard 21 is 0
2021-11-19T14:33:45.755927Z 0 [Note] [MY-012102] [InnoDB] Open file list len in shard 22 is 0
2021-11-19T14:33:45.756262Z 0 [Note] [MY-012102] [InnoDB] Open file list len in shard 23 is 0
2021-11-19T14:33:45.756597Z 0 [Note] [MY-012102] [InnoDB] Open file list len in shard 24 is 0
2021-11-19T14:33:45.756932Z 0 [Note] [MY-012102] [InnoDB] Open file list len in shard 25 is 0
The database is otherwise functioning fine and everything is working as intended.
I understand that I can reduce the log verbosity to "2" from "3", but that way some important events may be missed.
Does anyone know what might cause this, and how it can be fixed?