Mr Dk.

Results 159 comments of Mr Dk.

> > > 可能是我在k3s上面部署的原因吗? > > > > > > 需要看下在容器内能否正确访问 `/var/polardb/shared_datadir`,以及里面的文件是否符合预期。另外确保 volume 没有被多个容器挂载。 > > 如果是k3s或者k8s这种滚动升级,存在同时挂载的时间窗, 就会挂掉是不~ polardb_pg_local_instance 这个镜像是一个在单机运行共享存储集群的 demo,里面有个简单的 entrypoint 脚本来做管理,目的是方便快速拉起并体验。如果有外部的集群管理和存储管理,那么会和这里面运行的 entrypoint 脚本冲突。建议直接使用纯二进制镜像 [polardb/polardb_pg_binary](https://hub.docker.com/r/polardb/polardb_pg_binary/tags) 来适配集群管理工具,这里面是没有管理脚本的。

> 最后测试重启前执行 > > ```shell > rm -f $shared_datadir/DEATH > ``` > > 就好了,这样就适合在k8s/k3s上单节点部署使用了吧 产生这个文件说明至少有两个数据库实例在同一份数据目录上启动了。这样是有问题的。

@daqungege Can you check with pstack to see what the processes are actually working on?

@SpringTen I think I missed an essential part: this extension should be placed under `external/` instead of `contrib/`. Could we move the folder in a later commit?

Not reproducible and lack of information, close it.