摘要: Whenever a broker stops or crashes leadership for that broker's partitions transfers to other replicas. This means that by default when the broker is 阅读全文
posted @ 2016-02-25 12:21 sanmutongzi 阅读(728) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.91ri.org/12470.html ss是Socket Statistics的缩写。 顾名思义,ss命令可以用来获取socket统计信息,它可以显示和netstat类似的内容。但ss的优势在于它能够显示更多更详细的有关TCP和连接状态的信息,而且比netstat更快 阅读全文
posted @ 2016-02-24 11:22 sanmutongzi 阅读(394) 评论(0) 推荐(0) 编辑
摘要: 转载请注明来源地址:http://www.cnblogs.com/dongxiao-yang/p/5206631.html We recommend using multiple drives to get good throughput and not sharing the same drive 阅读全文
posted @ 2016-02-22 14:42 sanmutongzi 阅读(878) 评论(0) 推荐(0) 编辑
摘要: desc formatted l_ad_yclick_html partition (datecol='20160118'); 阅读全文
posted @ 2016-01-20 11:11 sanmutongzi 阅读(584) 评论(0) 推荐(0) 编辑
摘要: 参考 bash少见的用法http://blog.csdn.net/wonderisland/article/details/22892759。原有项目里自带的启动脚本用到了bash_source获取脚本名称,最后使用如下方式启动程序。nohup nice -n $APP_NICENESS "${th... 阅读全文
posted @ 2015-12-21 18:00 sanmutongzi 阅读(2787) 评论(0) 推荐(0) 编辑
摘要: https://blogs.oracle.com/poonam/entry/understanding_cms_gc_logs笔者对其中某几条记录又进行了详细说明,以下是一条完整的CMS日志记录的示例,外加一些内存分配错误的情况。看之前最好对GC的新生代(Young Generation)和老生代(... 阅读全文
posted @ 2015-12-02 16:50 sanmutongzi 阅读(1446) 评论(0) 推荐(0) 编辑
摘要: 转载请注明源地址http://www.cnblogs.com/dongxiao-yang/p/4910059.html zookeeper具有自动清除快照日志和事务日志的工能,可以在配置文件设置autopurge.purgeInterval来实现,问题是这个属性的时间单位是小时, 有些情况下,一小时 阅读全文
posted @ 2015-10-25 23:49 sanmutongzi 阅读(1394) 评论(0) 推荐(0) 编辑
摘要: 转载请注明原始地址http://www.cnblogs.com/dongxiao-yang/p/4877799.html一 :系统版本1 cat /etc/issue:CentOS release 6.2 (Final)Kernel \r on an \m2cat /proc/version :Li... 阅读全文
posted @ 2015-10-14 19:18 sanmutongzi 阅读(1312) 评论(0) 推荐(0) 编辑
摘要: 转载请注明原文地址:http://www.cnblogs.com/dongxiao-yang/p/4878323.htmlluasocket安装过程中遇到不少坑,之前采用的是从公司以前服务器的里面找一个其他同学下好的rpm安装包直接安装,安装的路径以及产生的库文件在什么位置都不知道怎么控制,今天抽时... 阅读全文
posted @ 2015-10-14 18:35 sanmutongzi 阅读(2496) 评论(0) 推荐(0) 编辑
摘要: 本文由ImportNew-Jaskey翻译自javarevisited。欢迎加入翻译小组。转载请见文末要求。每一个Java程序员都知道日志对于任何一个Java应用程序,尤其是服务端程序是至关重要的,而很多程序员也已经熟悉各种不同的日志库如java.util.logging、Apache log4j、... 阅读全文
posted @ 2015-09-17 11:01 sanmutongzi 阅读(257) 评论(0) 推荐(0) 编辑