Analyze StatementThe ANALYZE statement can be used to gather statistics for a specific table, index or cluster. The statistics can be computed exactly...
分类:
数据库 时间:
2015-09-06 21:23:17
阅读次数:
277
按照此配置完全可以配置成功!!一、介绍========测试环境:Server1:ndbd 192.168.1.225Server2:ndbd 192.168.1.226Server3:mysqld --ndb-cluster 192.168.1.224 (ndbd_mgm ndbd_mgmd也在本机...
分类:
数据库 时间:
2015-09-06 18:01:18
阅读次数:
427
安装mon, osd后通过ceph -s查看状态,显示正常: [ceph@mdsnode ceph]$ ceph status
cluster 8587ec10-fe1a-41f5-9795-9d38ef20b493
health HEALTH_OK
monmap e1: 1 mons at {mdsnode=58.220.31.6...
分类:
其他好文 时间:
2015-09-01 15:21:30
阅读次数:
264
一、集群健康API查看集群状态信息:curl
http://localhost:9200/_cluster/health;echo查看集群节点信息:curlhttp://localhost:9200/_nodes/stats/host?pretty
分类:
其他好文 时间:
2015-09-01 00:12:37
阅读次数:
174
1. hdfs定义HDFS is the primary distributed storage used by Hadoop applications. A HDFS cluster primarily consists of a NameNode that manages the file sy...
分类:
其他好文 时间:
2015-08-31 18:53:53
阅读次数:
174
目录:
一、高可用集群的定义
二、高可用集群的衡量标准
三、高可用集群的层次结构
四、高可用集群的分类
五、高可用集群常用软件
六、共享存储
七、集群文件系统与集群LVM
八、高可用集群的工作原理
一、高可用集群的定义
高可用集群,英文原文为High Availability Cluster,简称HACluster,简单的说,集群(cluster)就是一组...
分类:
系统相关 时间:
2015-08-31 15:17:43
阅读次数:
303
一旦 shard coordinator(相当于分布式系统的 zookeeper) 启动,它就会启动一个定时器,每隔一定的时间尝试平衡一下集群中各个节点的负载,平衡的办法是把那些负载较重的 actor 移动到负载较轻的节点上。在这一点上,我以前的理解有误,我以为 shardRegion 是移动的最小...
分类:
其他好文 时间:
2015-08-30 22:54:03
阅读次数:
473
为了使一个项目支持集群,自己学习使用了 akka cluster 并在项目中实施了,从此,生活就变得有些痛苦。再配上 apache 做反向代理和负载均衡,debug 起来不要太酸爽。直到现在,我还对 akka cluster 输出的 log 不是很熟悉,目前网络上 akka cluster 的信息还...
分类:
其他好文 时间:
2015-08-30 11:08:45
阅读次数:
187
前言大家都知道nodejs是一个单进程单线程的服务器引擎,不管有多么的强大硬件,只能利用到单个CPU进行计算。所以,有人开发了第三方的cluster,让node可以利用多核CPU实现并行。随着nodejs的发展,让nodejs上生产环境,就必须是支持多进程多核处理!在V0.6.0版本,Nodejs内...
分类:
Web程序 时间:
2015-08-28 23:07:29
阅读次数:
243
-----集群私网连接信息:
select * from gv$cluster_interconnects;
INST_ID NAME IP_ADDRESS IS_PUBLIC SOURCE
---------- ----- -------------------- --------- ------------------------------
...
分类:
数据库 时间:
2015-08-27 18:54:29
阅读次数:
483