Environment
- Deploy method: Kubernetes using latest Helm chart
- Olake version: for instance
0.7.2
Description
I'm running OLake in Kubernetes with AWS 8.0.mysql_aurora.3.10.3. I created job, successfully started it in initial data load mode and it was running for 15 mins. After that I needed to stop job because it was running for too long.
In UI I stopped job ( pressed "Cancel run" ) but after 5 min it was still running. I tried to delete job, delete source but it didnt help. Job was still running and constantly querying MySQL database.
Steps to reproduce
- Login to UI
- Run Job in initial data load mode
- Press "Cancel run"
- Wait 2-3 mins
- Check MySQL status ( queries are still running)
Expected behavior
If I press "Cancel Run" - it should
- Kill queries that are already running in database ( MySQL/etc..)
- Stop loading process and exit
Actual behavior
Sync job is still running and queries in database are also running
Environment
0.7.2Description
I'm running OLake in Kubernetes with AWS 8.0.mysql_aurora.3.10.3. I created job, successfully started it in initial data load mode and it was running for 15 mins. After that I needed to stop job because it was running for too long.
In UI I stopped job ( pressed "Cancel run" ) but after 5 min it was still running. I tried to delete job, delete source but it didnt help. Job was still running and constantly querying MySQL database.
Steps to reproduce
Expected behavior
If I press "Cancel Run" - it should
Actual behavior
Sync job is still running and queries in database are also running