Skip to content

Can't stop running sync job in Kubernetes using UI #955

@lkzcgfvf

Description

@lkzcgfvf

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

  1. Login to UI
  2. Run Job in initial data load mode
  3. Press "Cancel run"
  4. Wait 2-3 mins
  5. Check MySQL status ( queries are still running)

Expected behavior

If I press "Cancel Run" - it should

  1. Kill queries that are already running in database ( MySQL/etc..)
  2. Stop loading process and exit

Actual behavior

Sync job is still running and queries in database are also running

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions