当前位置:网站首页>Abnormal record-19
Abnormal record-19
2022-04-23 07:06:00 【week@eight】
Abnormal records -19
Exception class name
java.nio.file.FileSystemException
describe
/usr/local/kafka/log/cleaner-offset-checkpoint: Too many open files
Question why
kafka Start to view the log and throw an exception , Start and close , The main reason is that there are too many logs opened
Solution
A temporary solution :ulimit -n 102400
Abnormal recurrence
Reproduced
版权声明
本文为[week@eight]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230600351632.html
边栏推荐
- Virtio and Vhost_ Net introduction
- 如何通过dba_hist_active_sess_history分析数据库历史性能问题
- js 函数包裹forEach中使用return跳不出外层函数
- SSM项目在阿里云部署
- Prometheus Cortex架构概述(水平可扩展、高可用、多租户、长期存储)
- Oracle Performance Analysis Tool: oswatcher
- Thanos如何为不同租户配置不同的数据保留时长
- Arranges the objects specified in the array in front of the array
- OVS and OVS + dpdk architecture analysis
- ORACLE表有逻辑坏块时EXPDP导出报错排查
猜你喜欢
Web登录小案例(含验证码登录)
[Lombok quick start]
Build a cloud blog based on ECS (send blessings on the cloud Xiaobao code and draw iphone13 for free)
Build an OSS based image sharing website - polite feedback
Introduction to common APIs for EBFP programming
Chaos帶你快速上手混沌工程
Analysis of Rdam principle
Typical application scenarios of alicloud log service SLS
Using Prom label proxy to implement label based multi tenant reading of Prometheus thanos
Ali vector library Icon tutorial (online, download)
随机推荐
关于 synchronized、ThreadLocal、线程池、Atomic 原子类的 JUC 面试题
Prometheus alarm record persistence (historical alarm saving and Statistics)
异常记录-7
[shell script exercise] batch add the newly added disks to the specified VG
异常记录-14
ES入门学习笔记
volatile 关键字的三大特点【数据可见性、指令禁止重排性、不保证操作原子性】
Problems related to Prometheus cortex using block storage
[ES6 quick start]
Dolphinscheduler调度sql任务建表时The query did not generate a result set异常解决
[MySQL basics] startup options and configuration files
BPF program of type XDP
Ali vector library Icon tutorial (online, download)
基于ECS搭建云上博客(体验有礼)
Prometheus cortex Architecture Overview (horizontally scalable, highly available, multi tenant, long-term storage)
prometheus告警记录持久化(历史告警保存与统计)
Relabel of Prometheus_ Configs and metric_ relabel_ Configs explanation and usage examples
冬季实战营动手实战-上云必备环境准备,动手实操快速搭建LAMP环境 领鼠标 云小宝 背包 无影
Prometheus Cortex架构概述(水平可扩展、高可用、多租户、长期存储)
Oracle redo log产生量大的查找思路与案例