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] TiSpark scan TiKV partition table crash #2773

Closed
qumingxing opened this issue Mar 6, 2024 · 3 comments
Closed

[BUG] TiSpark scan TiKV partition table crash #2773

qumingxing opened this issue Mar 6, 2024 · 3 comments

Comments

@qumingxing
Copy link

TiDB version:v7.5.1
TiSpark version : 3.2_2.12-3.2.2

7.5.1 TiFlash enable Storage and Compute Architecture and TiSpark scan TiKV partition table failed. none-partition tables are normal

Exception:
Caused by: com.pingcap.tikv.exception.RegionTaskException: Handle region task failed:
at com.pingcap.tikv.operation.iterator.DAGIterator.process(DAGIterator.java:233)
at com.pingcap.tikv.operation.iterator.DAGIterator.lambda$submitTasks$1(DAGIterator.java:91)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
... 3 more
Caused by: com.pingcap.tikv.exception.SelectException: [FLASH:Table:NotExists] Table doesn't exist, keyspace=4294967295 table_id=411246
at com.pingcap.tikv.region.RegionStoreClient.doCoprocessor(RegionStoreClient.java:766)

@sunxiaoguang
Copy link
Collaborator

Unfortunately, Current TiSpark implementation doesn't support TiDB version greater than 6.x.
https://docs.pingcap.com/tidb/stable/tispark-overview#choose-tispark-version

There will be a new architecture coming out to make TiSpark as thin as a simple adaptor on top of JDBC connector to make it support newer version of TiDB without extra development.

Copy link

github-actions bot commented May 1, 2024

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label May 1, 2024
Copy link

This issue was closed because it has been inactive for 14 days since being marked as stale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants