Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion pkg/ddc/alluxio/ufs_internal.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pkg/ddc/base/syncs.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Comment on lines 121 to 123
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR description still contains the placeholder issue reference fixes #XXXX. Please update it to the actual issue number (or NONE) so the merge correctly links/closes the intended issue.

Copilot uses AI. Check for mistakes.
func (t *TemplateEngine) setTimeOfLastSync() {
t.timeOfLastSync = time.Now()
Expand Down
Loading