yandongxiao
yandongxiao
``` Caused by: com.starrocks.streamload.shade.org.apache.http.conn.HttpHostConnectException: Connect to starrocks-cluster-fe-2.starrocks-cluster-fe-search.staging-ydata-v30.svc.cluster.local:8030 [starrocks-cluster-fe-2.starrocks-cluster-fe-search.staging-ydata-v30.svc.cluster.local/10.132.225.119] failed: Connection timed out (Connection timed out) ``` Can you reduce the frequency of Stream Load and increase the amount of data...
Operator has supported milliCPU from the beginning. What version is your Operator, and what error did it report? This is from StarRocksCluster CR. ``` limits: cpu: 2 memory: 4Gi requests:...
Can you say why? https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_send_timeout ``` Sets a timeout for transmitting a request to the proxied server. The timeout is set only between two successive write operations, not for the...
StarRocks Operator now does not handle GCP related resources. It just delete the resource it created. StarRocks Operator does not do anything adaptation on public provider.
We recently removed the configuration related to finalizers because we have not encountered the issue you mentioned in our environment, so we thought it was useless and deleted it. However,...
I summit a PR to try to fix it, see #484. Can you please to verify it?
> > I summit a PR to try to fix it, see #484. Can you please to verify it? > > Hello we was facing the same problem and your...
I think you are right. we can move the CRD yaml to templates directory.
The "partial update" you mentioned refers to adding or updating some additional configurations in other values.yaml files on top of a certain base values.yaml configuration?