[BUG] dataload status is not correct
shaowenchen opened this issue · 1 comments
shaowenchen commented
What is your environment(Kubernetes version, Fluid version, etc.)
K8s v1.25.6
Fluid 1.0.0
Describe the bug
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
- Create a dataload object.
- Modify the dataload script to add the parameter -c 200 for JuiceFS warm-up in the ConfigMap.
- Delete the dataload pod.
- Wait for the new pod to start running.
Additional Information
TrafalgarZZZ commented
@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?