本月博客排行
-
第1名
龙儿筝 -
第2名
lerf -
第3名
fantaxy025025 - johnsmith9th
- xiangjie88
- zysnba
年度博客排行
-
第1名
青否云后端云 -
第2名
宏天软件 -
第3名
gashero - wy_19921005
- vipbooks
- benladeng5225
- e_e
- wallimn
- javashop
- ranbuijj
- fantaxy025025
- jickcai
- gengyun12
- zw7534313
- qepwqnp
- 解宜然
- ssydxa219
- zysnba
- sam123456gz
- sichunli_030
- arpenker
- tanling8334
- gaojingsong
- kaizi1992
- xpenxpen
- 龙儿筝
- jh108020
- wiseboyloves
- ganxueyun
- xyuma
- xiangjie88
- wangchen.ily
- Jameslyy
- luxurioust
- lemonhandsome
- mengjichen
- jbosscn
- zxq_2017
- lzyfn123
- nychen2000
- forestqqqq
- wjianwei666
- ajinn
- zhanjia
- siemens800
- Xeden
- hanbaohong
- java-007
- 喧嚣求静
- mwhgJava
最新文章列表
转:虚拟化管理软件比较
虚拟化管理软件比较
最近笼统地学习和试用了几款比较有名的虚拟化管理软件。学习的内容包括Eucalyptus, OpenNebula, OpenStack, OpenQRM, XenServer, Oracle VM, CloudS ...
impact of total region numbers?
这几天tune了hbase的几个参数,有些有意思的结果。具体看我下面的邮件吧。
For example, I have total some data and I can tune hbase.hregion.max.filesize to increase/decrease total region number, rite?
I want t ...
细说HBase怎么完成一个Get操作 (server side)
上面有一篇记录了client边的过程,现在看看RegionSever这边怎么进行下去。
经过HBaseRPC后,调用传递到HRegionServer.get(byte[] regionName, Get get).
HRegion region = getRegion(regionName);
return region.get(get, getLockFromId(get.get ...
Hbase read performance with increasing number of client threads
在跑ycsb的时候,发现在做heavy的get操作的时候,ycsb统计的latency很大,100个thread的时候就接近100ms,而从ganglia上看hbase的“get_avg_time"这个metric发现只有20~30左右。最终查看code,发现100个thread共享同一个连接,所有Call的请求数据都走这一个连接,所以在大量请求并发时会造成拥堵,latency变大。 ...
当hbase的master无法停掉的时候……
some times you will find the master in a hbase cluster cannot be stopped, so check the following two items suggested by some guy in hbase user mail list.
But I'm not sure it helps.
> If zookeep ...
DataCenter使用SSD Drive的好处
http://arstechnica.com/business/news/2009/10/latest-migrations-show-ssd-is-ready-for-some-datacenters.ars
1. save floor space.
2. cost saving in the long run: take power and cooling cost into coun ...
EMC's Cloud Storage System
EMC this week took the wraps off its long-awaited cloud storage
infrastructure solution, moving the vendor long known for proprietary hardware
offerings into the market for commodity hardware.
E ...