码迷,mamicode.com
首页 > 数据库 > 详细

mongdb 集群中removeShard

时间:2017-03-15 18:24:17      阅读:233      评论:0      收藏:0      [点我收藏+]

标签:target   can   gps   removes   ps1   not   save   警告   orm   

问题描述:在removeShard时,remaining.chunks的值一直不变

查看share的日志发现 有警告

cannot move chunk: 
the maximum number of documents for a chunk is 250001 , 
the maximum chunk size is 67108864 , 
average document size is 235. 
Found 270976 documents in chunk  
ns: normalhandergps.normalgps1 { key: "" } -> { key: "" } 

原来是因为chunk过大

所以只要在config中修改chunk大小就可以了

db.settings.save( { _id:"chunksize", value: <size> } )

 

 mongodb的这块的源码地址 https://searchcode.com/codesearch/view/9360945/  

  对这块有不错的解释的地址 http://www.udpwork.com/item/12962.html                                                                                                   

mongdb 集群中removeShard

标签:target   can   gps   removes   ps1   not   save   警告   orm   

原文地址:http://www.cnblogs.com/blair-chen/p/6555500.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!