当前位置:网站首页>bitnami/mongodb-sharded在AWS EKS扩展shard失败解决
bitnami/mongodb-sharded在AWS EKS扩展shard失败解决
2022-08-04 05:33:00 【FA-117】
项目场景:
mongodb sharded集群存储一批runtime log. 随着数据量增多,需要增加shard以扩容集群容量。后续文中截图涉及多次验证,因此replicaSetKey不同还请读者体谅。
问题描述
新增shard对应的pod始终在restart。
原因分析:
与Running POD的日志差异
问题POD停在了"Found MongoDB server listening at xxx:27017"
正常POD日志
经过对比发现,存量shard POD是"Deploying MongoDB Sharded from scratch", 新增加的shard POD是"Deploying MongoDB Sharded with persisted data".
“Found MongoDB Server …”
先说结论:
helm upgrage时缺少参数 mongodbRootPassword,添加之后就可以进入下一步了
存量数据从何而来
边栏推荐
猜你喜欢
随机推荐
20170729
LeetCode_Nov_4th_Week
Question 1000: Input two integers a and b, calculate the sum of a+b, this question is multiple sets of test data
线程池原理
怎样才能转行成功?
MySQL索引
安全漏洞是如何被发现的?
Uos统信系统 CA根证书搭建
Completely remove MySQL tutorial
罗斯50分
Tensorflow/Pytorch安装(Anaconda环境下,无版本冲突,亲测有效)
JUC锁框架——初识AQS
网络通信与Socket编程概述
MySQL基础
C语言数组的深度分析
MVC自定义配置
Implementation of CAS lock-free queue
更改软件的默认安装位置
vs2017 redist 下载地址
selenium webdriver 防爬问题 C#









