Skip to content

Commit

Permalink
Update long task period (fluid-cloudnative#1157)
Browse files Browse the repository at this point in the history
* Update long task period, To #37688693

Signed-off-by: cheyang <[email protected]>

* Update long task period, To #37688693

Signed-off-by: cheyang <[email protected]>
  • Loading branch information
cheyang authored Nov 22, 2021
1 parent 053b11a commit eb79559
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion charts/fluid/fluid/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ version: 0.7.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 0.7.0-e76b195
appVersion: 0.7.0-3db3f9a
home: https://github.com/fluid-cloudnative/fluid
keywords:
- category:data
Expand Down
18 changes: 9 additions & 9 deletions charts/fluid/fluid/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ workdir: /tmp

dataset:
controller:
image: fluidcloudnative/dataset-controller:v0.7.0-e76b195
image: fluidcloudnative/dataset-controller:v0.7.0-3db3f9a

csi:
config:
hostNetwork: false
registrar:
image: registry.aliyuncs.com/acs/csi-node-driver-registrar:v1.2.0
plugins:
image: fluidcloudnative/fluid-csi:v0.7.0-e76b195
image: fluidcloudnative/fluid-csi:v0.7.0-3db3f9a
kubelet:
rootDir: /var/lib/kubelet

Expand All @@ -26,9 +26,9 @@ runtime:
portRange: 20000-26000
enabled: true
init:
image: fluidcloudnative/init-users:v0.7.0-e76b195
image: fluidcloudnative/init-users:v0.7.0-3db3f9a
controller:
image: fluidcloudnative/alluxioruntime-controller:v0.7.0-e76b195
image: fluidcloudnative/alluxioruntime-controller:v0.7.0-3db3f9a
runtime:
image: registry.aliyuncs.com/alluxio/alluxio:release-2.7.0-SNAPSHOT-281696a
fuse:
Expand All @@ -42,25 +42,25 @@ runtime:
fuse:
image: registry.cn-shanghai.aliyuncs.com/jindofs/jindo-fuse:3.7.0
controller:
image: fluidcloudnative/jindoruntime-controller:v0.7.0-e76b195
image: fluidcloudnative/jindoruntime-controller:v0.7.0-3db3f9a
init:
portCheck:
enabled: false
image: fluidcloudnative/init-users:v0.7.0-e76b195
image: fluidcloudnative/init-users:v0.7.0-3db3f9a
goosefs:
runtimeWorkers: 3
portRange: 26000-32000
enabled: false
init:
image: fluidcloudnative/init-users:v0.7.0-e76b195
image: fluidcloudnative/init-users:v0.7.0-3db3f9a
controller:
image: fluidcloudnative/goosefsruntime-controller:v0.7.0-e76b195
image: fluidcloudnative/goosefsruntime-controller:v0.7.0-3db3f9a
runtime:
image: ccr.ccs.tencentyun.com/goosefs/goosefs:v1.0.1
fuse:
image: ccr.ccs.tencentyun.com/goosefs/goosefs-fuse:v1.0.1

webhook:
enabled: true
image: fluidcloudnative/fluid-webhook:v0.7.0-e76b195
image: fluidcloudnative/fluid-webhook:v0.7.0-3db3f9a

2 changes: 1 addition & 1 deletion pkg/utils/time_tracker.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
var timeLog logr.Logger

// the default task elapsed
var taskTimeThreshold time.Duration = 2 * time.Second
var taskTimeThreshold time.Duration = 30 * time.Second

func init() {
timeLog = ctrl.Log.WithName("utils")
Expand Down

0 comments on commit eb79559

Please sign in to comment.