opentracing-contrib / java-jdbc

OpenTracing Instrumentation for JDBC
Apache License 2.0
82 stars 56 forks source link

Wrapping oracle jdbc 18.3.0 broke after 0.1.7 #57

Closed dimovelev closed 4 years ago

dimovelev commented 4 years ago

When using the latest version of the opentracing driver, I get timeout exceptions when connecting to the database. Downgrading to 0.1.7 fixes the issue.

dimovelev commented 4 years ago

Maybe it was caused by commit be1a35905412b641c4483fe7d741f6d1a124f987 . It fails to correctly parse the URL for the value "jdbc:oracle:thin:@192.168.105.100:11521/XEPDB1" - it thinks that the database name is "11521/XEPDB1" - so basically incorrectly handles port specifications.