Skip to content

Commit 80a3cd5

Browse files
author
玖宇
committed
disable sync schedule info in thinruntime
Signed-off-by: 玖宇 <guotongyu.gty@alibaba-inc.com>
1 parent 8a73ea1 commit 80a3cd5

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

pkg/ddc/thin/node.go

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,6 @@
1616

1717
package thin
1818

19-
import (
20-
"github.com/fluid-cloudnative/fluid/pkg/utils/dataset/lifecycle"
21-
)
22-
2319
func (t ThinEngine) SyncScheduleInfoToCacheNodes() (err error) {
24-
err = lifecycle.SyncScheduleInfoToCacheNodes(t.runtimeInfo, t.Client)
25-
if err != nil {
26-
return
27-
}
28-
29-
return
20+
return nil
3021
}

0 commit comments

Comments
 (0)