fluid icon indicating copy to clipboard operation
fluid copied to clipboard

[BUG]jindo runtime 定时预热功能失败

Open ruan875417 opened this issue 1 year ago • 1 comments

What is your environment(Kubernetes version, Fluid version, etc.) alluixo controller image: fluidcloudnative/alluxioruntime-controller:v1.0.1-14eda3b runtime image: alluxio/alluxio-dev:2.9.0 fuse image: alluxio/alluxio-dev:2.9.0

Describe the bug 用jindo dataload功能时 定时去预热 dataload 现在会报错 然后dataload的pod也没创建 dataload2

What you expect to happen: 定时预热功能正常

How to reproduce it

dataload yaml

apiVersion: data.fluid.io/v1alpha1 kind: DataLoad metadata: name: rwl-fluid-jindo-dataload-demo1 spec: loadMetadata: true dataset: name: rwl-fluid-jindo-demo1 namespace: default policy: Cron schedule: "*/2 * * * *" # Run every 2 min target: - path: /pytorch

Additional Information

ruan875417 avatar Oct 16 '24 08:10 ruan875417

@ruan875417 Thanks for reporting this. Looks like the same problem in #4358 . Should be fixed in #4360 . Please have a try on the latest Fluid version.

TrafalgarZZZ avatar Oct 17 '24 01:10 TrafalgarZZZ