Re: java.sql.SQLException: Schema change operation failed: Thread got interrupted while trying to acquire table lock.

2020-05-18 Thread yangjiajun
Hello.Thanks for u reply. Please see this JIRA ticket: https://issues.apache.org/jira/browse/IGNITE-13020 -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: java.sql.SQLException: Schema change operation failed: Thread got interrupted while trying to acquire table lock.

2020-05-18 Thread Ilya Kasnacheev
.forName(Config.IGNITE_DRIVER); > final Properties props = new Properties(); > conn = DriverManager.getConnection(Config.IGNITE_URL, props); > conn1 = DriverManager.getConnection(Config.IGNITE_URL, props); > } > } > > Here is the exception:

Re: java.sql.SQLException: Schema change operation failed: Thread got interrupted while trying to acquire table lock.

2020-05-16 Thread yangjiajun
private static void initialize() throws Exception { Class.forName(Config.IGNITE_DRIVER); final Properties props = new Properties(); conn = DriverManager.getConnection(Config.IGNITE_URL, props); conn1 = DriverManager.getConnection(Config.IGNITE_URL, props

Re: java.sql.SQLException: Schema change operation failed: Thread got interrupted while trying to acquire table lock.

2020-03-26 Thread Evgenii Zhuravlev
ange operation failed: Thread got > interrupted while trying to acquire table lock. at > > org.apache.ignite.internal.jdbc.thin.JdbcThinConnection.sendRequest(JdbcThinConnection.java:901) > at > > org.apache.ignite.internal.jdbc.thin.JdbcThinStatem

java.sql.SQLException: Schema change operation failed: Thread got interrupted while trying to acquire table lock.

2020-03-25 Thread yangjiajun
Hello. I am testing ignite 2.8.It sometimes throws following exception: java.sql.SQLException: Schema change operation failed: Thread got interrupted while trying to acquire table lock. at org.apache.ignite.internal.jdbc.thin.JdbcThinConnection.sendRequest(JdbcThinConnection.java:901