-
Notifications
You must be signed in to change notification settings - Fork 583
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
SCDF 2.11 not working on Custom Datasource with kubernetes version 1.26X #5497
Comments
From #5416 (comment)
|
The @sampathsri do you mind sharing the names of the tables in your SCDF schema that uses the custom datasource? |
Task Tables -TASK_DEFINITIONS,TASK_DEPLOYMENT,TASK_EXECUTION,TASK_EXECUTION_METADATA,TASK_EXECUTION_PARAMS,TASK_LOCK,TASK_TASK_BATCH |
Thanks for the suggestion. Currently the tables are managed manually and flyway is disabled. I might have to revisit all the tables with the latest schema and update it. I will try and update the thread. |
Also, if you are moving from Dataflow Looks like the only other one you will need is |
After the DB update, 2.11 started working fine without any issues. Thanks for the help. |
Description:
Currently i am using scdf 2.8.0 and it was working fine in Openshift. Recently the openshift was upgraded in the org with the kubernetes version 1.26X. Due to this the Schedules page in SCDF stopped working. It was suggested to use the latest SCDF version to overcome the issue. But the latest SCDF 2.11.0 is not loading any of the pages. (Screenshot attached). I was able to build the latest version using oracle dependency, but its not fetching the data from datasource.
Steps to reproduce:
Kubernertes -1.26X version. Build SCDF2.11.0 with oracle datasource.
Screenshots:
The text was updated successfully, but these errors were encountered: