diff --git a/pkg/ddc/alluxio/ufs_internal.go b/pkg/ddc/alluxio/ufs_internal.go index 97d64790748..4ecdf9d5693 100644 --- a/pkg/ddc/alluxio/ufs_internal.go +++ b/pkg/ddc/alluxio/ufs_internal.go @@ -37,7 +37,6 @@ import ( "k8s.io/client-go/util/retry" ) - // usedStorageBytesInternal returns the number of bytes currently used by Alluxio storage. // This method is intended for internal use by the AlluxioEngine. // It currently returns (0, nil) as a placeholder; the actual implementation should query diff --git a/pkg/ddc/base/syncs.go b/pkg/ddc/base/syncs.go index 9a2dfd77032..02f59c4967b 100644 --- a/pkg/ddc/base/syncs.go +++ b/pkg/ddc/base/syncs.go @@ -119,7 +119,7 @@ func (t *TemplateEngine) Sync(ctx cruntime.ReconcileRequestContext) (err error) } // setTimeOfLastSync updates the synchronization timestamp for the TemplateEngine. -// This function sets the internal timeOfLastSync field to the current time and +// This function sets the internal timeOfLastSync field to the current time and // logs the updated time value for tracking purposes. func (t *TemplateEngine) setTimeOfLastSync() { t.timeOfLastSync = time.Now()