Warning: Unhealthy client connections closing

Dear,
I’m encountering the following warnings in my Percona MySQL server logs:

2024-02-28 09:44:01 MySQL_Thread.cpp:3939:process_all_sessions(): [WARNING] Closing unhealthy client connection 20.113.158.117:40110 2024-02-28 09:44:01 MySQL_Thread.cpp:3939:process_all_sessions(): [WARNING] Closing unhealthy client connection 20.113.158.117:57174 2024-02-28 09:44:01 MySQL_Thread.cpp:3939:process_all_sessions(): [WARNING] Closing unhealthy client connection 20.113.158.117:46822 2024-02-28 09:44:01 MySQL_Thread.cpp:3939:process_all_sessions(): [WARNING] Closing unhealthy client connection 20.113.158.117:35232 2024-02-28 09:44:01 MySQL_Thread.cpp:3939:process_all_sessions(): [WARNING] Closing unhealthy client connection 20.113.158.117:57164 2024-02-28 09:44:01 MySQL_Thread.cpp:3939:process_all_sessions(): [WARNING] Closing unhealthy client connection 20.113.158.117:33254 2024-02-28 09:44:01 MySQL_Thread.cpp:3939:process_all_sessions(): [WARNING] Closing unhealthy client connection 20.113.158.117:55930 2024-02-28 09:44:01 MySQL_Thread.cpp:3939:process_all_sessions(): [WARNING] Closing unhealthy client connection 20.113.158.117:56292 2024-02-28 09:44:01 MySQL_Thread.cpp:3939:process_all_sessions(): [WARNING] Closing unhealthy client connection 20.113.158.117:55952 2024-02-28 09:44:01 MySQL_Thread.cpp:3939:process_all_sessions(): [WARNING] Closing unhealthy client connection 20.113.158.117:56606

The IP address 20.113.158.117 corresponds to my Java application, which is hosted to connect to the Percona MySQL server. Could you please help me understand what might be causing these unhealthy client connections and how to resolve them?

Thank you.