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] failed to init rowset builder. version count: 2002, exceed limit: 2000 #36861

Open
3 tasks done
hsgo1234 opened this issue Jun 26, 2024 · 3 comments
Open
3 tasks done

Comments

@hsgo1234
Copy link

Search before asking

  • I had searched in the issues and found no similar issues.

Version

2.1.3

What's Wrong?

[INTERNAL_ERROR]close wait failed coz rpc error. [INTERNAL_ERROR]tablet error: [E-235]failed to init rowset builder. version count: 2002, exceed limit: 2000, tablet: 3355365,

image
image
image

What You Expected?

如何解决?

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

@hsgo1234
Copy link
Author

image

@hsgo1234
Copy link
Author

Caused by: java.sql.SQLException: errCode = 2, detailMessage = (192.168.5.92)[INTERNAL_ERROR][INTERNAL_ERROR]close wait failed coz rpc error. [INTERNAL_ERROR]tablet error: [E-235]failed to init rowset builder. version count: 2002, exceed limit: 2000, tablet: 3355365, host: 192.168.5.247, host: 192.168.5.247
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:130)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:916)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdateInternal(ClientPreparedStatement.java:1061)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdateInternal(ClientPreparedStatement.java:1009)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeLargeUpdate(ClientPreparedStatement.java:1320)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdate(ClientPreparedStatement.java:994)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeUpdate(ProxyPreparedStatement.java:61)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeUpdate(HikariProxyPreparedStatement.java)

@zhangweiwhim
Copy link

The config is max_tablet_version_num , error caused by too frequent import or untimely compaction

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

2 participants