-
Bug
-
Resolution: Won't Fix
-
P3
-
11.0.1, 12, 13
-
x86_64
-
windows_10
ADDITIONAL SYSTEM INFORMATION :
The Mysql j connector is used.
A DESCRIPTION OF THE PROBLEM :
Whenever a connection is closed using java 11 a ssl exception is thrown with the message closing inbound before receiving peer's close_notify. It does not stop the program and everything seems to be working, but its stuper annoying.
REGRESSION : Last worked in version 10.0.2
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Make a Mysql database, download the j connector, then make a connection with java 11 and then try to close the connection manualy.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
no exception is thrown and the program runs fine.
ACTUAL -
a exception is thrown but the program runs fine.
FREQUENCY : always
The Mysql j connector is used.
A DESCRIPTION OF THE PROBLEM :
Whenever a connection is closed using java 11 a ssl exception is thrown with the message closing inbound before receiving peer's close_notify. It does not stop the program and everything seems to be working, but its stuper annoying.
REGRESSION : Last worked in version 10.0.2
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Make a Mysql database, download the j connector, then make a connection with java 11 and then try to close the connection manualy.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
no exception is thrown and the program runs fine.
ACTUAL -
a exception is thrown but the program runs fine.
FREQUENCY : always