[ https://issues.apache.org/jira/browse/FLINK-35301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Xiao Huang updated FLINK-35301: ------------------------------- Description: In JDK 8 and earlier version, if multiple threads invoke Class.forName("com.xx.Driver") simultaneously, it may cause jdbc driver deadlock. FLINK-19435 analyzes this problem too. was: In JDK 8 and earlier version, if multiple threads invoking Class.forName("com.xx.Driver") simultaneously, it may cause jdbc driver deadlock. FLINK-19435 analyzes this problem too. > Fix deadlock when loading driver classes > ---------------------------------------- > > Key: FLINK-35301 > URL: https://issues.apache.org/jira/browse/FLINK-35301 > Project: Flink > Issue Type: Bug > Components: Flink CDC > Affects Versions: 3.1.0 > Reporter: Xiao Huang > Priority: Major > Labels: pull-request-available > > In JDK 8 and earlier version, if multiple threads invoke > Class.forName("com.xx.Driver") simultaneously, it may cause jdbc driver > deadlock. > FLINK-19435 analyzes this problem too. -- This message was sent by Atlassian Jira (v8.20.10#820010)