Skip to content

Commit

Permalink
fix jindoruntime default parameter (fluid-cloudnative#3558)
Browse files Browse the repository at this point in the history
Signed-off-by: frankleaf <[email protected]>
  • Loading branch information
frankleaf authored Nov 20, 2023
1 parent 4a78703 commit 3942140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/ddc/jindocache/transform.go
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,7 @@ func (e *JindoCacheEngine) transformFuse(runtime *datav1alpha1.JindoRuntime, val
"fs.jindocache.request.user": "root",
"fs.jindocache.tmp.data.dir": "/tmp",
"fs.jindocache.client.metrics.enable": "true",
"fs.jindocache.rpc.timeout": "30000", // brpc timeout 30s avoid client hang
"fs.oss.download.queue.size": "16",
"fs.oss.download.thread.concurrency": "32",
"fs.s3.download.queue.size": "16",
Expand Down
1 change: 1 addition & 0 deletions pkg/ddc/jindofsx/transform.go
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,7 @@ func (e *JindoFSxEngine) transformFuse(runtime *datav1alpha1.JindoRuntime, value
"fs.jindofsx.meta.cache.enable": "true",
"fs.jindofsx.tmp.data.dir": "/tmp",
"fs.jindofsx.client.metrics.enable": "true",
"fs.jindofsx.rpc.timeout": "30000", // brpc timeout 30s avoid client hang
"fs.oss.download.queue.size": "16",
"fs.oss.download.thread.concurrency": "32",
"fs.s3.download.queue.size": "16",
Expand Down

0 comments on commit 3942140

Please sign in to comment.