当前位置:网站首页>Error filesystemexception: /data/nodes/0/indices/gttxk-hntgkhacm-8n60jw/1/index/ es_ temp_ File: structure needs cleaning
Error filesystemexception: /data/nodes/0/indices/gttxk-hntgkhacm-8n60jw/1/index/ es_ temp_ File: structure needs cleaning
2022-06-30 21:53:00 【Orange garden】
The first problem I encountered was the sudden power failure of the server elasticsearch Downtime , When I start again
FileSystemException: /data/elasticsearchDatas/datas/nodes/0/indices/gtTXk-hnTgKhAcm-8n60Jw/1/index/.es_temp_file: The structure needs to be cleaned
Go to the corresponding directory to view ,ls View file times
ls: cannot access write.lock: The structure needs to be cleaned
Therefore, it is determined that the partition data is damaged due to power failure , Missing file information . So the partition needs to be repaired , And re mount to the directory .
View disk mount
df -h
You can see that the partition attached to the directory where the file is located is /dev/sdc, This is what we need to fix .
Uninstall the mounted partition first
umount /dev/sdc
Then fix it
xfs_repair /dev/sdc
Restart the server after the repair 、 Or re mount , Of course, it depends on the persistent write of the partition you are mounting /etc/fstab in , If it's written , Restart the server and the partition will be mounted to the directory again .
Restart command
reboot
According to the above operation , My problem has been solved , What about you? ?
边栏推荐
- ML&DL:机器学习和深度学习中超参数优化的简介、评估指标、过拟合现象、常用的调参优化方法之详细攻略
- 1-12 preliminary understanding of Express
- Document Layout Analysis: A Comprehensive Survey 2019论文学习总结
- 1-20 预检请求
- VIM common shortcut keys
- jenkins下载插件下载不了,解决办法
- 1-10 根据不同的url响应客户端的内容
- CA I ah, how many times Oh, ah sentence IU home Oh 11111
- 《ClickHouse原理解析与应用实践》读书笔记(3)
- 请问,启牛证券开户,可以开户吗?安全吗?你想要的答案全在这里
猜你喜欢
一文读懂什么是MySQL索引下推(ICP)
5g demand in smart medicine
Multi table operation - foreign key constraint
USBCAN分析仪的配套CAN和CANFD综合测试软件LKMaster软件解决工程师CAN总线测试难题
qsort函数和模拟实现qsort函数
Introduction to go web programming: a probe into the excellent test library gocovey
Go Web 编程入门: 一探优秀测试库 GoConvey
Usbcan analyzer's supporting can and canfd comprehensive test software lkmaster software solves engineers' can bus test problems
谈谈数字化转型的几个关键问题
clickhouse原生監控項,系統錶描述
随机推荐
Reading notes of Clickhouse principle analysis and Application Practice (1)
Introduction and example of template method mode
ML&DL:機器學習和深度學習中超參數優化的簡介、評估指標、過擬合現象、常用的調參優化方法之詳細攻略
5g demand in smart medicine
clickhouse原生監控項,系統錶描述
Can flinksql two Kafka streams join?
Reading notes of Clickhouse principle analysis and Application Practice (3)
5G 在智慧医疗中的需求
请问,启牛证券开户,可以开户吗?安全吗?你想要的答案全在这里
京东与腾讯续签三年战略合作协议;起薪涨至26万元,韩国三星SK争相加薪留住半导体人才;Firefox 102 发布|极客头条
Analysis of doctor Aifen's incident
Document Layout Analysis: A Comprehensive Survey 2019论文学习总结
1-2 install and configure MySQL related software
Five years after graduation, I wondered if I would still be so anxious if I hadn't taken the test
1-1 数据库的基本概念
Coefficient of variation method matlab code [easy to understand]
PyTorch量化感知训练(QAT)步骤
qsort函数和模拟实现qsort函数
Go Web 编程入门: 一探优秀测试库 GoConvey
1-2 安装并配置MySQL相关的软件