turboFei commented on code in PR #3254: URL: https://github.com/apache/celeborn/pull/3254#discussion_r2096748697
########## charts/celeborn/ci/values.yaml: ########## @@ -38,44 +38,9 @@ cluster: # -- Specifies Kubernetes cluster name name: cluster -# Specifies Celeborn volumes. -# Currently supported volume types are `emptyDir` and `hostPath`. -# Note that `hostPath` only works in hostPath type using to set `volumes hostPath path`. -# Celeborn Master will pick first volumes for store raft log. -# `diskType` only works in Celeborn Worker with hostPath type to manifest local disk type. -volumes: - # -- Specifies volumes for Celeborn master pods - master: - - mountPath: /mnt/celeborn_ratis - type: emptyDir - size: 1Gi - # -- Specifies volumes for Celeborn worker pods - worker: - - mountPath: /mnt/disk1 - type: emptyDir - size: 1Gi - - mountPath: /mnt/disk2 - type: emptyDir - size: 1Gi - -# celeborn configurations celeborn: - celeborn.master.ha.enabled: false celeborn.metrics.enabled: false - celeborn.master.http.port: 9098 - celeborn.worker.http.port: 9096 - celeborn.worker.monitor.disk.enabled: false - celeborn.shuffle.chunk.size: 8m - celeborn.rpc.io.serverThreads: 64 - celeborn.rpc.io.numConnectionsPerPeer: 2 - celeborn.rpc.io.clientThreads: 64 - celeborn.rpc.dispatcher.numThreads: 4 - celeborn.worker.flusher.buffer.size: 256K - celeborn.worker.fetch.io.threads: 32 - celeborn.worker.push.io.threads: 32 - celeborn.push.stageEnd.timeout: 120s - celeborn.application.heartbeat.timeout: 120s - celeborn.worker.heartbeat.timeout: 120s Review Comment: is these change necessary? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
