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

clickhouse数据源,数据质量任务偶发性报错找不到源表 #468

Open
1 of 2 tasks
quantumlh opened this issue Oct 23, 2024 · 0 comments
Open
1 of 2 tasks
Labels
bug Something isn't working

Comments

@quantumlh
Copy link

Search before asking

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

What happened

找不到源表

DataVines Version

dev

DataVines Config

spec:
      containers:
        - args:
            - start_container
            - ''
          command:
            - datavines-1.0.0-SNAPSHOT-bin/bin/datavines-daemon.sh
          env:
            - name: SPRING_PROFILES_ACTIVE
              value: mysql
            - name: SPRING_DATASOURCE_URL
              value: >-
                jdbc:mysql://192.168.100.51:32000/datavines?useSSL=false&useUnicode=true&characterEncoding=UTF-8&allowPublicKeyRetrieval=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8

Running Command

kubectl apply -f datavines.yaml

Error Exception

[INFO] 2024-10-23 16:00:20.509 [JobExecutionUniqueId=JOB-20241023-client_local_1326:[42] - local engine execute job execution [1326]
[ERROR] 2024-10-23 16:00:20.514 [JobExecutionUniqueId=JOB-20241023-client_local_1326:[160] - execute error
io.datavines.common.exception.DataVinesException: source table is not exist
at io.datavines.engine.local.api.LocalExecution.execute(LocalExecution.java:74)
at io.datavines.engine.core.BaseDataVinesBootstrap.parseConfigAndExecute(BaseDataVinesBootstrap.java:79)
at io.datavines.engine.core.BaseDataVinesBootstrap.execute(BaseDataVinesBootstrap.java:43)
at io.datavines.engine.local.executor.LocalEngineExecutor.execute(LocalEngineExecutor.java:46)
at io.datavines.server.dqc.executor.runner.JobRunner.run(JobRunner.java:67)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
[INFO] 2024-10-23 16:00:20.514 [JobExecutionUniqueId=JOB-20241023-client_local_1326:[51] - local engine job execution [1326] after

Engine Type

No response

Java Version

No response

Screenshots

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!
@quantumlh quantumlh added the bug Something isn't working label Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant