Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] #48590

Open
3 tasks done
xjsCCarry opened this issue Mar 4, 2025 · 0 comments
Open
3 tasks done

[Bug] #48590

xjsCCarry opened this issue Mar 4, 2025 · 0 comments

Comments

@xjsCCarry
Copy link

Search before asking

  • 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.

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?

  • Yes I am willing to submit a PR!

Code of Conduct

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

No branches or pull requests

1 participant