-
Bug
-
Resolution: Incomplete
-
P4
-
None
-
11
-
x86_64
-
windows_10
ADDITIONAL SYSTEM INFORMATION :
OS - Windows 10
Tested on Java 8 and Java 11
A DESCRIPTION OF THE PROBLEM :
There's a specific DB query that runs fine for the first 9 times and starts timing out the 10th time onwards. Analysis -
Tried debugging the code further and found that the queries are actually not timing out but it takes too long to respond from the 10th execution. The code gets stuck at java.net.SocketInputStream.socketRead() method.
Performance Analysis -
While running the query for the 10th time where it took 150seconds to return the response out of which socketRead method took 149.74 seconds to return response.
FREQUENCY : always
OS - Windows 10
Tested on Java 8 and Java 11
A DESCRIPTION OF THE PROBLEM :
There's a specific DB query that runs fine for the first 9 times and starts timing out the 10th time onwards. Analysis -
Tried debugging the code further and found that the queries are actually not timing out but it takes too long to respond from the 10th execution. The code gets stuck at java.net.SocketInputStream.socketRead() method.
Performance Analysis -
While running the query for the 10th time where it took 150seconds to return the response out of which socketRead method took 149.74 seconds to return response.
FREQUENCY : always