fluid-cloudnative/fluid

[BUG] dataload status is not correct

shaowenchen opened this issue · 1 comments

What is your environment(Kubernetes version, Fluid version, etc.)

K8s v1.25.6
Fluid 1.0.0

Describe the bug

image

The loader-job pod is completed, but the dataload status remains "Executing" and "Unfinished."

What you expect to happen:

dataload status is completed

How to reproduce it

  1. Create a dataload object.
  2. Modify the dataload script to add the parameter -c 200 for JuiceFS warm-up in the ConfigMap.
  3. Delete the dataload pod.
  4. Wait for the new pod to start running.

Additional Information

@shaowenchen Hi, is that a common issue for any DataLoad on JuiceFS or a issue only after manually modifying the dataload script and delete the DataLoad pod?