当前位置:网站首页>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,添加之后就可以进入下一步了
存量数据从何而来
边栏推荐
猜你喜欢
随机推荐
Unity Day03
JUC锁框架——基于AQS的实现,从ReentrantLock认识独占和共享
通用解决端口占用问题
LeetCode_22_Apr_4th_Week
Stream API
【C语言】数组名是什么
Treating as key frame since WebRTC-SpsPpsIdrIsH264Keyframe is disabled 解决
网络通信与Socket编程概述
IDEA创建Servlet步骤
位段-C语言
C#找系统文件夹路径
文件权限管理 ugo
arm learning-1-development board
抽象类、内部类和接口
jdbc:mysql://localhost:3306/student?serverTimezone=CTT&useUnicode=true&characterEncoding=utf-8时报错
selenium webdriver 防爬问题 C#
Usage of SFTP
安全漏洞是如何被发现的?
Question 1000: Input two integers a and b, calculate the sum of a+b, this question is multiple sets of test data
Vmmem 进程(WSL2)消耗内存巨大









