MySQL Forums
Forum List  »  MySQL & Kubernetes

Re: MySQL gives this IO error, please help
Posted by: Peter Brawley
Date: May 22, 2021 05:08PM

3000 DBs suggests a busy system. Can you correlate these errors with what your apps are doing at those moments?

What are these settings?

innodb_flush_method
innodb_thread_concurrency
innodb_flush_log_at_trx_commit
innodb_file_io_threads
innodb_open_files
tx_isolation

And from ...

show global status;

... please calculate ...

(Com_insert + Com_delete + Com_delete_multi + Com_replace + Com_update + Com_update_multi) / Uptime_since_flush_status

Options: ReplyQuote


Subject
Written By
Posted
Re: MySQL gives this IO error, please help
May 22, 2021 05:08PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.