diff --git a/pkg/ddc/alluxio/ufs_internal.go b/pkg/ddc/alluxio/ufs_internal.go index 4ecdf9d5693..36d9bd89418 100644 --- a/pkg/ddc/alluxio/ufs_internal.go +++ b/pkg/ddc/alluxio/ufs_internal.go @@ -435,6 +435,7 @@ func (e *AlluxioEngine) genEncryptOptions(EncryptOptions []datav1alpha1.EncryptO return mOptions, nil } +// updateMountTime updates the runtime status MountTime to the current time. func (e *AlluxioEngine) updateMountTime() { err := retry.RetryOnConflict(retry.DefaultBackoff, func() error { runtime, err := e.getRuntime()