Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Won't Fix
-
10.1.1.0
-
None
-
None
-
seems to occur on 131 vms, hang seen on both sun 1.3.1 and ibm 1.3.1
Description
Problem - with 131 vms, if server and client are in the same jvm, on a second get connection with create=true attribute in the url, there is a hang.
Basically,
– the first getConnection works ok
– but on the second getConnection, a SQLWarning needs to be generated to say that the database already exists and in this scenario, it seems like at the point where it is creating a SQLWarning , there is a deadlock. The call to SQLWarning constructor does not return. On doing a java core dump , the thread in question seems to be in a wait state (conditional wait). Guess is it has to do with the driver manager lock
Also note, this problem is observed only with 131 vms, so I guess it was fixed in the later vms (1.4.1, 1.4.2 1.5)
Opened this entry to keep track of this.