Skip to content

[CALCITE-1060] Tests: initialize DriverManager before registering AlternatingDriver#185

Closed
vlsi wants to merge 1 commit intoapache:masterfrom
vlsi:calcite1060
Closed

[CALCITE-1060] Tests: initialize DriverManager before registering AlternatingDriver#185
vlsi wants to merge 1 commit intoapache:masterfrom
vlsi:calcite1060

Conversation

@vlsi
Copy link
Copy Markdown
Contributor

@vlsi vlsi commented Jan 18, 2016

Early DriverManager initialization is required to prevent
Driver.<clinit> -> DriverManager.findServiceProviders -> Class.forName("Driver")
deadlock.

Note: proper resolution might need to add an entry for AlternatingDriver to the service manifest

…ernatingDriver

Early DriverManager initialization is required to prevent
Driver.<clinit> -> DriverManager.findServiceProviders -> Class.forName("Driver")
deadlock.

Note: proper resolution might need to add an entry for "AlternatingDriver" to the service manifest
@asfgit asfgit closed this in 6257655 Jan 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant