当前位置:网站首页>RESOURCE_EXHAUSTED: etcdserver: mvcc: database space exceeded
RESOURCE_EXHAUSTED: etcdserver: mvcc: database space exceeded
2022-08-10 02:31:00 【whatzhang007】
Error message
reason
etcd is full, not enough space
Resolve
- Compression space, defragmentation
- Clear old data
- Extend
Detailed steps
View space details
# View details$ etcdctl --endpoints=ip:port endpoint status --write-out="table"
Manual compression
# 1. Get the current version$ rev=$(etcdctl --endpoints=ip:port endpoint status --write-out="json" | egrep -o '"revision":[0-9]*' | egrep -o '[0-9].*')# 2. Compress all records before the current version$ etcdctl compact $rev# 3. Clean up excess debris space$ etcdctl defrag# 4. Remove the warning$ etcdctl alarm disarm
Auto Compression Settings
# keep an hour of history$ etcd --auto-compaction-retention=1
Official Documentationhttps://etcd.io/docs/v3.4/op-guide/maintenance/#history-compaction
边栏推荐
猜你喜欢
初步认识对象
基于FTP协议实现文件上传与下载
Unity editor extension interface uses List
跳房子游戏
Initial attempt at UI traversal
Premint工具,作为普通人我们需要了解哪些内容?
阿里云OSS文件上传
Linux(Centos7)服务器中配置Mysql主从数据库,以及数据库的安装,防火墙操作
微透镜阵列后光传播的研究
In the 2022 gold, nine, silver and ten work tide, how can I successfully change jobs and get a high salary?
随机推荐
【无标题】
华为HCIE云计算之FC添加ipsan数据存储
egg.js中Class constructor BaseContextClass cannot be invoked without ‘new‘解决方法
OOD论文:Revisit Overconfidence for OOD Detection
The shell specifies the parameter name to pass the parameter
Solidity最强对手:MOVE语言及新公链崛起
高压之下,必有懦夫
hopscotch game
Interdepartmental Communication Skills
JCMsuite—单模光纤传播模式
这一次,话筒给你:向自由软件之父 Richard M. Stallman 提问啦!
odoo公用变量或数组的使用
【报错】ModuleNotFoundError: No module named ‘scp‘
【kali-密码攻击】(5.1.2)密码在线破解:Medusa
[LeetCode] Find the sum of the numbers from the root node to the leaf node
Unity image is blurry after using long image
[论文阅读] Diverse Image-to-Image Translation via Disentangled Representations
[Swoole Series 3.5] Process Pool and Process Manager
跨部门沟通的技巧
[Turn] Typora_Markdown_ picture title (caption)