edward.zeng
edward.zeng
And also could you double check the this config: ``` dataCoord: channel: watchTimeoutInterval: 120 ``` Try to increase the `watchTimeoutInterval` to `600` .
@qilaijun101 You can login into a milvus pod, checkout the `/milvus/configs/milvus.yaml`.
Which milvus-chart version do you use? You can specify the configs in `values.yaml` at the following section: ``` extraConfigFiles: user.yaml: |+ dataCoord: channel: watchTimeoutInterval: 600 ``` Then helm upgrade your...
> database space exceeded seems that the etcd fails We'd change the default etcd settings for embedding mode. @pingliu Please add the following config to `embedEtcd.yaml`: ``` quota-backend-bytes: '4294967296' auto-compaction-mode:...
@LoveEachDay We'd change the auto compaction config for embed etcd which will mitigate the `mvcc: database space exceeded` problem.
@xiaofan-luan Our Pulsar 3.0.2 tests have been satisfactory, particularly in terms of broker load balancing. Is there any specific reason for upgrading to pulsar 3.0.4, which rolls out only ten...
@dugar-tarun For now you need to run milvus container with root. The `/milvus/configs/milvus.yaml` has the following permissions: ``` -rw-r--r-- 1 root root 7.7K Mar 2 10:06 milvus.yaml ``` We will...
In recent version, we've added knowhere metrics for `/metrics` endpoint. For now there's an error when fetching metrics: ``` An error has occurred while serving metrics: text format parsing error...
/assign @elstic /unassign
By default the subscription expiration check interval is 5 minutes, so change to 3 minutes may not take effect.