You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar issues.
Version
java.sql.SQLException: errCode = 2, detailMessage = (192.168.68.136)[CANCELLED] - java.sql.SQLException: errCode = 2, detailMessage = (192.168.68.136)[CANCELLED]
2025-03-03 20:37:40 - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129)
2025-03-03 20:37:40 - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
2025-03-03 20:37:40 - at com.mysql.cj.jdbc.result.ResultSetImpl.next(ResultSetImpl.java:1828)
2025-03-03 20:37:40 - at com.panda.datax.plugin.rdbms.reader.CommonRdbmsReader$Task.startRead(CommonRdbmsReader.java:207)
2025-03-03 20:37:40 - at com.panda.datax.plugin.reader.dorisreader.DorisReader$Task.startRead(DorisReader.java:78)
2025-03-03 20:37:40 - at com.panda.datax.core.taskgroup.runner.ReaderRunner.run(ReaderRunner.java:57)
2025-03-03 20:37:40 - at java.lang.Thread.run(Thread.java:748)
2025-03-03 20:37:40 -
2025-03-03 20:37:40 - at com.panda.datax.common.exception.DataXException.asDataXException(DataXException.java:41)
2025-03-03 20:37:40 - at com.panda.datax.plugin.rdbms.util.RdbmsException.asQueryException(RdbmsException.java:97)
2025-03-03 20:37:40 - at com.panda.datax.plugin.rdbms.reader.CommonRdbmsReader$Task.startRead(CommonRdbmsReader.java:220)
2025-03-03 20:37:40 - at com.panda.datax.plugin.reader.dorisreader.DorisReader$Task.startRead(DorisReader.java:78)
2025-03-03 20:37:40 - at com.panda.datax.core.taskgroup.runner.ReaderRunner.run(ReaderRunner.java:57)
2025-03-03 20:37:40 - at java.lang.Thread.run(Thread.java:748)
2025-03-03 20:37:40 - Caused by: java.sql.SQLException: errCode = 2, detailMessage = (192.168.68.136)[CANCELLED]
2025-03-03 20:37:40 - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129)
2025-03-03 20:37:40 - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
2025-03-03 20:37:40 - at com.mysql.cj.jdbc.result.ResultSetImpl.next(ResultSetImpl.java:1828)
2025-03-03 20:37:40 - at com.panda.datax.plugin.rdbms.reader.CommonRdbmsReader$Task.startRead(CommonRdbmsReader.java:207)
2025-03-03 20:37:40 - ... 3 more
What's Wrong?
You need to extract 4 million data from DORIS, but if you withdraw 2 million data, this error will be reported.
I have adjusted the timeout setting, and I don't have any ideas at the moment, so how can I solve it.
Search before asking
Version
java.sql.SQLException: errCode = 2, detailMessage = (192.168.68.136)[CANCELLED] - java.sql.SQLException: errCode = 2, detailMessage = (192.168.68.136)[CANCELLED]
2025-03-03 20:37:40 - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129)
2025-03-03 20:37:40 - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
2025-03-03 20:37:40 - at com.mysql.cj.jdbc.result.ResultSetImpl.next(ResultSetImpl.java:1828)
2025-03-03 20:37:40 - at com.panda.datax.plugin.rdbms.reader.CommonRdbmsReader$Task.startRead(CommonRdbmsReader.java:207)
2025-03-03 20:37:40 - at com.panda.datax.plugin.reader.dorisreader.DorisReader$Task.startRead(DorisReader.java:78)
2025-03-03 20:37:40 - at com.panda.datax.core.taskgroup.runner.ReaderRunner.run(ReaderRunner.java:57)
2025-03-03 20:37:40 - at java.lang.Thread.run(Thread.java:748)
2025-03-03 20:37:40 -
2025-03-03 20:37:40 - at com.panda.datax.common.exception.DataXException.asDataXException(DataXException.java:41)
2025-03-03 20:37:40 - at com.panda.datax.plugin.rdbms.util.RdbmsException.asQueryException(RdbmsException.java:97)
2025-03-03 20:37:40 - at com.panda.datax.plugin.rdbms.reader.CommonRdbmsReader$Task.startRead(CommonRdbmsReader.java:220)
2025-03-03 20:37:40 - at com.panda.datax.plugin.reader.dorisreader.DorisReader$Task.startRead(DorisReader.java:78)
2025-03-03 20:37:40 - at com.panda.datax.core.taskgroup.runner.ReaderRunner.run(ReaderRunner.java:57)
2025-03-03 20:37:40 - at java.lang.Thread.run(Thread.java:748)
2025-03-03 20:37:40 - Caused by: java.sql.SQLException: errCode = 2, detailMessage = (192.168.68.136)[CANCELLED]
2025-03-03 20:37:40 - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129)
2025-03-03 20:37:40 - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
2025-03-03 20:37:40 - at com.mysql.cj.jdbc.result.ResultSetImpl.next(ResultSetImpl.java:1828)
2025-03-03 20:37:40 - at com.panda.datax.plugin.rdbms.reader.CommonRdbmsReader$Task.startRead(CommonRdbmsReader.java:207)
2025-03-03 20:37:40 - ... 3 more
What's Wrong?
You need to extract 4 million data from DORIS, but if you withdraw 2 million data, this error will be reported.
I have adjusted the timeout setting, and I don't have any ideas at the moment, so how can I solve it.
What You Expected?
need help,how can I solve it.
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: