目录 背景 后续的努力 临时的解决办法 cephfs时我们产品依赖的主要分布式操作系统,但似乎很不给面子,压力测试的时候经常出问题. 背景 集群环境出现的问题: mds0: Many clients (191) failing to respond to cache pressure 背景:三个节点,100多个客户端mount,服务器可用内存仅剩100MB,ceph报错如下: [root@node1 ceph]# ceph -s cluster 1338affa-2d3d-416e-9251-4…
CephFS 介绍及使用经验分享 阅读 1179 收藏 2 2019-01-14 原文链接:www.jianshu.com WebRTC SFU中发送数据包的丢失反馈juejin.im 目录 Ceph架构介绍 NFS介绍 分布式文件系统比较 CephFS介绍 MDS介绍 5.1 单活MDS介绍 5.2 单活MDS高可用 CephFS遇到的部分问题 6.1 客户端缓存问题 6.2 务端缓存不释放 6.3 客户端夯住或者慢查询 6.4 客户端失去连接 6.5 主从切换问题 CephFS问题解决方案…
最近重新对cephfs进行性能测试. 测试步骤: (1) 选取一个特地版本的操作系统内核,挂载20000个客户端; (2) 用iozone中的fileop工具,在每隔挂载点上都跑一个fileop进程; (3)过一段时间看写cephfs的状态,结果就变成下面这样的了. [root@ceph741 ~]# ceph -s cluster 1338affa-2d3d-416e-9251-4aa6e9c20eef health HEALTH_WARN mds0: Behind on trimming (…
ceph Vol 45 Issue 2 CephFS: No space left on device After upgrading to 10.2.3 we frequently see messages like 'rm: cannot remove '...': No space left on device The folders we are trying to delete contain approx. 50K files 193 KB each. The cluster sta…
http://www.onjava.com/pub/a/onjava/2001/05/30/optimization.htmlComparing the performance of LinkedLists and ArrayLists (and Vectors) (Page last updated May 2001, Added 2001-06-18, Author Jack Shirazi, Publisher OnJava). Tips: ArrayList is faster than…
https://msdn.microsoft.com/en-us/library/ff647787.aspx Retired Content This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that we…
总览 SYNOPSIS smb.conf是Samba组件的配置文件,包含Samba程序运行时的配置信息.smb.conf被设计成可由swat (8)程序来配置和管理.本文件包含了关于smb.conf的文件格式和可能出现的选项的完整描述以供参考. 文件格式 FILE FORMAT 本文件由一系列段和选项构成.一个段由一对方括号中的段名开始,直到下一个段名结束.包含在段中的选项按以下格式定义: 选项名 = 选项值 本文件是基于文本行的.这就是说,每一个以换行符结束的行描述了一个项目(注释,段名,或选…
Don’t confuse error 823 and error 832 本文大意:      错误832:           A page that should have been constant has changed (expected checksum: 1dcb28a7, actual checksum: 68c626bb, database 13, file 'E:\Program Files\microsoft sql server\MSSQL\data\BlahBlah.…
When your goal is to optimize application performance it is very important to understand what goal do you really have. If you do not have a good understanding of the goal your performance optimization effort may well still bring its results but you m…
Oracle Library Cache 的 lock 与 pin 说明 一. 相关的基本概念 之前整理了一篇blog,讲了Library Cache 的机制,参考: Oracle Library cache 内部机制 说明 http://blog.csdn.net/tianlesoftware/article/details/6629869 在这个机制中,没有详细讲library 上的lock 和pin.这2个概念对DB 的理解非常重要. 所以单独拿出来,进行说明. 根据hellodba 和…