Skip to content

Commit 657f498

Browse files
Syspretor玖宇
andauthored
disable sync schedule info in thinruntime (#5171)
Signed-off-by: 玖宇 <guotongyu.gty@alibaba-inc.com> Co-authored-by: 玖宇 <guotongyu.gty@alibaba-inc.com>
1 parent 29e8cfe commit 657f498

2 files changed

Lines changed: 1 addition & 313 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
}

pkg/ddc/thin/node_test.go

Lines changed: 0 additions & 303 deletions
This file was deleted.

0 commit comments

Comments
 (0)