fluid-cloudnative / fluid

Fluid, elastic data abstraction and acceleration for BigData/AI applications in cloud. (Project under CNCF)
https://fluid-cloudnative.github.io/
Apache License 2.0
1.64k stars 955 forks source link

[BUG] dataload status is not correct #4287

Open shaowenchen opened 1 month ago

shaowenchen commented 1 month ago

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

TrafalgarZZZ commented 1 month ago

@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?