hyperscaledesignhub commented on code in PR #8: URL: https://github.com/apache/fluss-benchmarks/pull/8#discussion_r3413366437
########## e2e-iot/high-infra/helm-charts/fluss/Chart.yaml: ########## @@ -0,0 +1,29 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +apiVersion: v2 +appVersion: 0.8.0-incubating Review Comment: We can’t use the stock Apache Helm chart as-is for this benchmark. The published chart doesn’t properly support persistence.enabled for tablet servers (still uses emptyDir), but this setup needs local NVMe PVCs on EC2 for high-throughput tablet storage. We keep a vendored chart under e2e-iot/high-infra/helm-charts/fluss/ with volumeClaimTemplates and local-storage persistence. The Fluss image version is not fixed in the chart — it comes from FLUSS_VERSION via source ./default.env.sh --fluss-version …, then push-images-to-ecr.sh and deploy.sh (--set image.tag). -- 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]
