We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29e8cfe commit 657f498Copy full SHA for 657f498
2 files changed
pkg/ddc/thin/node.go
@@ -16,15 +16,6 @@
16
17
package thin
18
19
-import (
20
- "github.com/fluid-cloudnative/fluid/pkg/utils/dataset/lifecycle"
21
-)
22
-
23
func (t ThinEngine) SyncScheduleInfoToCacheNodes() (err error) {
24
- err = lifecycle.SyncScheduleInfoToCacheNodes(t.runtimeInfo, t.Client)
25
- if err != nil {
26
- return
27
- }
28
29
+ return nil
30
}
pkg/ddc/thin/node_test.go
0 commit comments