cheyang
cheyang
**What is your environment(Kubernetes version, Fluid version, etc.)** **Describe the bug** Add timeout for `mount` and `umount`, when mountpoint is no responsive. we should avoid it hang. ``` I0611 05:41:17.627618...
**What is your environment(Kubernetes version, Fluid version, etc.)** **Describe the bug** Currently, we want to deploy master to specific node by using nodeSelector. I suggest to change it to masterNodeSelector...
**What feature you'd like to add:** **Why is this feature needed:**
**What is your environment(Kubernetes version, Fluid version, etc.)** **Describe the bug** Some times we faced: ``` 2021-01-02 14:19:35,799 WARN GrpcBlockingStream - Received error io.grpc.StatusRuntimeException: UNAVAILABLE: Failed to read block ID=689577132058...
**What feature you'd like to add:** 默认可以设置2天,另外dataset删除时,dataload也应该级联删除 **Why is this feature needed:** 因为该对象需要垃圾清理
**What feature you'd like to add:** **Why is this feature needed:**
**What feature you'd like to add:** 重构端口分配。未来我们会支持更多的Runtime,因此需要将自动的端口分配能力下沉。 **Why is this feature needed:**
**What is your environment(Kubernetes version, Fluid version, etc.)** - [ ] loadMetadata can't return immediately after all the metadata is loaded #182 - [x] [Results of some alluxio command are...
在alluxioRuntime中包含dataReplicas参数,当该数值发生变化时。可以做以下操作 alluxio fs setReplication --max 1 / Changed the replication level of / replicationMax was set to 1
原因: 为了避免数据驱逐,需要将指定数据pin住 参考:https://docs.alluxio.io/os/user/stable/en/operation/User-CLI.html pin 命令对Alluxio中的文件或文件夹进行标记。该命令只针对元数据进行操作,不会引发任何数据被加载到Alluxio中