- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
我正在运行 mongodb 来存储数据。 MongoDB 集群有 3 个分片,每个分片有 3 个服务器副本集,2 个 mongos 和 3 个配置服务器。每台服务器有 1TB 的存储空间。现在,3 个分片中的所有 2 个都具有大约 90% 容量的数据。当我添加一个新分片时,MongoDB 不会将任何 block 从旧分片移动到新分片。我检查了 mongos 分片状态。它表明。 MongoDB baclancer 正在运行。
mongos> db.printShardingStatus()
--- Sharding Status ---
sharding version: {
"_id" : 1,
"minCompatibleVersion" : 5,
"currentVersion" : 6,
"clusterId" : ObjectId("59c0ef31619ac70cb8ac5f5c")
}
shards:
{ "_id" : "rs0", "host" : "rs0/10.5.36.88:27017,10.5.36.92:27017,10.5.36.93:27017", "state" : 1, "maxSize" : 990000 }
{ "_id" : "rs1", "host" : "rs1/10.5.36.101:27017,10.5.36.103:27017,10.5.36.97:27017", "state" : 1, "maxSize" : 990000 }
{ "_id" : "rs2", "host" : "rs2/10.5.36.100:27017,10.5.36.117:27017,10.5.36.126:27017", "state" : 1, "maxSize" : 990000 }
{ "_id" : "rs3", "host" : "rs3/10.5.36.152:27017,10.5.36.156:27017,10.5.36.164:27017", "state" : 1, "maxSize" : 990000 }
active mongoses:
"3.4.9" : 1
autosplit:
Currently enabled: yes
balancer:
Currently enabled: yes
Currently running: yes
Balancer lock taken at Wed Sep 20 2017 09:21:43 GMT+0700 by ConfigServer:Balancer
Collections with active migrations:
fbgroups.comments started at Wed Nov 22 2017 22:36:15 GMT+0700
Failed balancer rounds in last 5 attempts: 0
Migration Results for the last 24 hours:
No recent migrations
databases:
{ "_id" : "fbpages", "primary" : "rs0", "partitioned" : true }
fbpages.comments
shard key: { "CommentFbId" : 1 }
unique: true
balancing: true
chunks:
rs0 6263
rs1 6652
rs2 6175
too many chunks to print, use verbose if you want to force print
fbpages.links
shard key: { "PageFbId" : 1 }
unique: true
balancing: true
chunks:
rs0 23
rs1 23
rs2 23
too many chunks to print, use verbose if you want to force print
fbpages.posts
shard key: { "PostFbId" : 1 }
unique: true
balancing: true
chunks:
rs0 11931
rs1 11847
rs2 5043
too many chunks to print, use verbose if you want to force print
{ "_id" : "fbgroups", "primary" : "rs0", "partitioned" : true }
fbgroups.comments
shard key: { "CommentFbId" : 1 }
unique: true
balancing: true
chunks:
rs0 6451
rs1 6451
rs2 4742
too many chunks to print, use verbose if you want to force print
fbgroups.links
shard key: { "GroupId" : 1 }
unique: true
balancing: true
chunks:
rs0 3
rs1 3
rs2 3
{ "GroupId" : { "$minKey" : 1 } } -->> { "GroupId" : "1391082767860588" } on : rs2 Timestamp(7, 0)
{ "GroupId" : "1391082767860588" } -->> { "GroupId" : "1564129037230139" } on : rs0 Timestamp(7, 1)
{ "GroupId" : "1564129037230139" } -->> { "GroupId" : "172020656162023" } on : rs0 Timestamp(4, 0)
{ "GroupId" : "172020656162023" } -->> { "GroupId" : "244621675585655" } on : rs0 Timestamp(5, 0)
{ "GroupId" : "244621675585655" } -->> { "GroupId" : "375231932588613" } on : rs2 Timestamp(6, 0)
{ "GroupId" : "375231932588613" } -->> { "GroupId" : "506856652708047" } on : rs2 Timestamp(8, 0)
{ "GroupId" : "506856652708047" } -->> { "GroupId" : "67046218160" } on : rs1 Timestamp(8, 1)
{ "GroupId" : "67046218160" } -->> { "GroupId" : "878610618830881" } on : rs1 Timestamp(1, 7)
{ "GroupId" : "878610618830881" } -->> { "GroupId" : { "$maxKey" : 1 } } on : rs1 Timestamp(1, 8)
fbgroups.postdata
shard key: { "_id" : 1 }
unique: false
balancing: true
chunks:
rs0 91
rs1 482
rs2 91
too many chunks to print, use verbose if you want to force print
fbgroups.posts
shard key: { "PostFbId" : 1 }
unique: true
balancing: true
chunks:
rs0 26015
rs1 26092
rs2 6526
too many chunks to print, use verbose if you want to force print
{ "_id" : "test", "primary" : "rs1", "partitioned" : true }
{ "_id" : "intership", "primary" : "rs1", "partitioned" : false }
{ "_id" : "fbhashtags", "primary" : "rs2", "partitioned" : true }
fbhashtags.postdata
shard key: { "_id" : 1 }
unique: false
balancing: true
chunks:
rs0 2
rs1 2
rs2 2
{ "_id" : { "$minKey" : 1 } } -->> { "_id" : ObjectId("58f122ff7fe5fb4520b4185a") } on : rs0 Timestamp(2, 0)
{ "_id" : ObjectId("58f122ff7fe5fb4520b4185a") } -->> { "_id" : ObjectId("58fac0537fe5fb051d0749de") } on : rs1 Timestamp(3, 0)
{ "_id" : ObjectId("58fac0537fe5fb051d0749de") } -->> { "_id" : ObjectId("5906119e7fe5fb2c7d9d41e9") } on : rs0 Timestamp(4, 0)
{ "_id" : ObjectId("5906119e7fe5fb2c7d9d41e9") } -->> { "_id" : ObjectId("591012257fe5fb70dc9e49bf") } on : rs1 Timestamp(5, 0)
{ "_id" : ObjectId("591012257fe5fb70dc9e49bf") } -->> { "_id" : ObjectId("5918b5d77fe5fb2feb06338a") } on : rs2 Timestamp(5, 1)
{ "_id" : ObjectId("5918b5d77fe5fb2feb06338a") } -->> { "_id" : { "$maxKey" : 1 } } on : rs2 Timestamp(1, 5)
fbhashtags.posts
shard key: { "_id" : 1 }
unique: false
balancing: true
chunks:
rs2 1
{ "_id" : { "$minKey" : 1 } } -->> { "_id" : { "$maxKey" : 1 } } on : rs2 Timestamp(1, 0)
{ "_id" : "fbprofiles", "primary" : "rs2", "partitioned" : true }
fbprofiles.fbcomments
shard key: { "commentFbId" : 1 }
unique: true
balancing: true
chunks:
rs0 18
rs1 18
rs2 19
too many chunks to print, use verbose if you want to force print
fbprofiles.fbposts
shard key: { "postFbId" : 1 }
unique: true
balancing: true
chunks:
rs0 7
rs1 7
rs2 3144
too many chunks to print, use verbose if you want to force print
fbprofiles.fbprofiles
shard key: { "baseUrl" : 1 }
unique: true
balancing: true
chunks:
rs0 2
rs1 2
rs2 141
too many chunks to print, use verbose if you want to force print
{ "_id" : "testnewfb", "primary" : "rs2", "partitioned" : false }
{ "_id" : "news_images", "primary" : "rs2", "partitioned" : false }
{ "_id" : "social_index", "primary" : "rs2", "partitioned" : false }
{ "_id" : "twitter", "primary" : "rs2", "partitioned" : true }
{ "_id" : "techmeme", "primary" : "rs2", "partitioned" : false }
为什么 MongoDB 不将数据移动到新的分片 (rs3)谢谢!
最佳答案
我在我的案例中发现了我的问题。那是三个 Mongo 配置服务器中的一个没有正确配置所有主机。我更改了/etc/hosts 和 stepDown() 主配置服务器,我发现它工作正常。它消耗大量时间。我滥用当服务器被电死时,它无法从以前的状态恢复。
关于MongoDB 不将 block 移动到分片集群中的新分片,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47605534/
我的 blockly.js 文件中有以下代码 Blockly.Blocks['account_number'] = { // Other type. init: function() {
首先抱歉我的英语不好,我正在开发 Image Splitter 应用程序并且已经完成,但是现在的要求是当图像被分割(分成几 block /chunks)那么图像 block 的每一 block (ch
#value: 消息的返回值,当发送到一个 block 时,是该 block 中最后一句话的值。所以 [ 1 + 2. 3 + 4. ] value 计算结果为 7。我发现有时很难使用。有没有办法显式
我想构建一个包含 3 div 的响应式导航栏相同的 width和 height . 我申请了 inline-block到每个 block ,我得到一个我不理解的行为。 问题是,第三 block 由 2
我希望使用 Blockly 来允许非技术人员用户指定测试脚本。 它的一部分需要一个文件选择器,但是,我看不到 Blockly 有一个。是吗? 实际上,我找不到完整的标准 block 列表。谁有网址?
仅当您位于父 block 内部时,父 block 的 props.isSelected 才为 true,但当您在该 block 的 innerBlocks 内进行编辑时则不然。 如何从父 block
仅当您位于父 block 内部时,父 block 的 props.isSelected 才为 true,但当您在该 block 的 innerBlocks 内进行编辑时则不然。 如何从父 block
我想创建一个具有不同背景颜色 block 和不同悬停颜色 block 的导航栏 block 。我可以分别创建不同的悬停颜色 block 或不同的背景颜色 block ,但不能一起创建。所以请告诉我如何
我正在使用看到的代码 here定期执行代码: #define DELAY_IN_MS 1000 __block dispatch_time_t next = dispatch_time(DISPATC
为什么 block 必须被复制而不是保留?两者在引擎盖下有什么区别?在什么情况下不需要复制 block (如果有)? 最佳答案 通常,当您分配一个类的实例时,它会进入堆并一直存在,直到它被释放。但是,
我想弄清楚我这样做是否正确: 如果我有一个 block ,我会这样做: __weak MyClass *weakSelf = self; [self performBlock:^{
我想制作一个 4 block 导航菜单,虽然我已经显示了一个 block ,然后单击打开第二个 block ,从第二个开始选择并再次单击出现第三个 block ,第四个 block 相同...这是我的
例如,这样更好吗? try { synchronized (bean) { // Write something } } catch (Int
我想让一只乌龟检查前方小块的颜色并决定移动到哪里。如果前面的补丁不是白色的,那么乌龟向左或向右旋转并移动。我的 If 决策结构中出现错误,显示“此处应为 TRUE?FALSE,而不是 block 列表
我想创建一个 block 对角矩阵,其中对角 block 重复一定次数,非对角 block 都是零矩阵。例如,假设我们从一个矩阵开始: > diag.matrix [,1] [,2] [
我是区 block 链新手。突然我有一个问题,我们是否可以通过区 block 号来访问以太坊区 block 链上之前的区 block 数据。 例如我创建了一个block1、block2。 block
我是区 block 链新手。突然我有一个问题,我们是否可以通过区 block 号来访问以太坊区 block 链上之前的区 block 数据。 例如我创建了一个block1、block2。 block
我创建了一个等距环境,全部使用 Javascript 和 HTML5 (2D Canvas),大部分情况下工作正常。我面临的问题是使用不同高度的图 block ,然后对图 block 上的对象索引进行
这是令我困惑的代码: public Integer getInteger(BlockingQueue queue) { boolean interrupted = false; try
我有一个基于 TPL 数据流的应用程序,它仅使用批处理 block 和操作 block 就可以正常工作。 我已经添加了一个 TransformBlock 以尝试在发布到批处理 block 之前从源中转
我是一名优秀的程序员,十分优秀!