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.58k stars 949 forks source link

[BUG]我添加了dataload,然后minio源端更新数据以后,不论是juicefs还是Alluxio都不会主动更新dataset #4179

Open bonniechen1119 opened 1 week ago

bonniechen1119 commented 1 week ago

What is your environment(Kubernetes version, Fluid version, etc.) Kubernetes集群:v1.27.12 fluid:1.0.0-31f5433 Describe the bug 按照https://github.com/fluid-cloudnative/fluid/blob/master/docs/zh/samples/juicefs/juicefs_runtime.md 部署juicefs 按照https://github.com/fluid-cloudnative/fluid/blob/master/docs/zh/samples/accelerate_s3_minio.md部署Alluxio runtime 然后数据都能显示,就是在minio远端更新数据,在kubernetes的pod没有更新 What you expect to happen: 在minio远端更新数据,在kubernetes的pod更新 How to reproduce it

Additional Information

xliuqq commented 3 days ago

@bonniechen1119 你更新完 minio 之后,有创建 DataLoad 并等待完成么?