当前位置:网站首页>报错FileSystemException: /datas/nodes/0/indices/gtTXk-hnTgKhAcm-8n60Jw/1/index/.es_temp_file:结构需要清理
报错FileSystemException: /datas/nodes/0/indices/gtTXk-hnTgKhAcm-8n60Jw/1/index/.es_temp_file:结构需要清理
2022-06-30 20:32:00 【橙子园】
首先我碰到的问题是服务器突然断电导致elasticsearch宕机,当我再次启动的时候
FileSystemException: /data/elasticsearchDatas/datas/nodes/0/indices/gtTXk-hnTgKhAcm-8n60Jw/1/index/.es_temp_file: 结构需要清理
到对应的目录中查看,ls查看文件时报
ls: 无法访问write.lock: 结构需要清理
所以判断肯定是由于断电导致分区数据损毁,丢失了文件的信息。所以需要修复分区,并重新挂载到目录上。
查看磁盘挂载
df -h

可看到文件所在的目录挂载的分区是/dev/sdc,这就是我们需要修复的。
先将已经挂载好的分区卸载下来
umount /dev/sdc
然后修复
xfs_repair /dev/sdc
修复好以后重启服务器、或者重新挂载,当然要看你挂载的分区持久化写入/etc/fstab中,如果写了,则重启服务器就会重新将分区挂载到目录下。
重启命令
reboot
根据上述操作,我的问题解决了,你的呢?
边栏推荐
- Go language identifier and package name specification
- Lumiprobe biotin phosphimide (hydroxyproline) instructions
- Lumiprobe 改性三磷酸盐丨生物素-11-UTP研究
- 有趣插件汇总
- Jerry's question about long press boot detection [chapter]
- Go学习笔记
- MFC界面库BCGControlBar v33.0 - 桌面警报窗口、网格控件升级等
- Evolution of screen display technology
- Heartbeat uses NFS to make MySQL highly available based on CRM
- Lumiprobe无铜点击化学解决方案
猜你喜欢

Lumiprobe 聚乙二醇化和 PEG 接头丨碘-PEG3-酸研究
![Jerry's touch key recognition process [chapter]](/img/3e/bb73c735d0a7c7a26989c65a432dad.png)
Jerry's touch key recognition process [chapter]

Binary search tree (1) - concept and C language implementation

AVL balanced binary tree (I) - concept and C language implementation

偏向锁/轻量锁/重级锁锁锁更健康,上锁解锁到底是怎么完成实现的

The newly born robot dog can walk by himself after rolling for an hour. The latest achievement of Wu Enda's first disciple

在线教育项目用户登录和注册

Study on lumiprobe modified triphosphate biotin-11-utp

MySQL简介、详细安装步骤及使用 | 黑马程序员

Huffman Tree (1) Basic Concept and C - language Implementation
随机推荐
Peking University ACM problems 1002:487-3279
jfinal中如何使用过滤器监控Druid监听SQL执行?
Jerry's question about long press boot detection [chapter]
C file pointer
Study on lumiprobe modified triphosphate biotin-11-utp
Game 81 biweekly
The newly born robot dog can walk by himself after rolling for an hour. The latest achievement of Wu Enda's first disciple
阿里kube-eventer mysql sink简单使用记录
Peking University ACM problems 1001:exposition
在线教育项目用户登录和注册
北京大学ACM Problems 1000:A+B Problem
Analysis of breakpoint continuation and download principle
Lumiprobe蛋白质定量丨QuDye 蛋白定量试剂盒
AVL平衡二叉树(一) - 概念与C语言实现
Huffman tree (I) basic concept and C language implementation
MFC界面库BCGControlBar v33.0 - 桌面警报窗口、网格控件升级等
How can I get the stock account opening discount link? In addition, is it safe to open a mobile account?
Lumiprobe nucleic acid quantitative qudye dsDNA br detection kit
What are database OLAP and OLTP? Same and different? Applicable scenarios
浅谈代码语言的魅力