Guest User

Untitled

a guest
Jan 19th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. [LockPinger] warning: dist_lock exception during ping: SyncClusterConnection::udpate prepare failed: 10276 DBClientBase::findOne: transport error: IP:20002 query: { fsync: 1 } IP:20002:{}
  2. Mon Apr 4 15:20:34 [Balancer] SyncClusterConnection connecting to [IP:20000]
  3. Mon Apr 4 15:20:34 [Balancer] SyncClusterConnection connecting to [IP:20001]
  4. Mon Apr 4 15:20:34 [Balancer] SyncClusterConnection connecting to [IP:20002]
  5. Mon Apr 4 15:20:38 [LockPinger] MessagingPort say send() errno:32 Broken pipe IP:20002
  6. Mon Apr 4 15:20:38 [LockPinger] ~ScopedDbConnection: _conn != null
  7. Mon Apr 4 15:20:38 [LockPinger] warning: dist_lock exception during ping: SyncClusterConnection::udpate prepare failed: 9001 socket exception [2] IP:20002:{}
  8. Mon Apr 4 15:21:04 [Balancer] SyncClusterConnection connecting to [IP:20000]
  9. Mon Apr 4 15:21:04 [Balancer] SyncClusterConnection connecting to [IP:20001]
  10. Mon Apr 4 15:21:04 [Balancer] SyncClusterConnection connecting to [IP:20002]
  11. Mon Apr 4 15:21:34 [Balancer] dist_lock forcefully taking over from: { _id: "balancer", process: "server:1301907146:1804289383", state: 1, ts: ObjectId('4d9996ddba751c0aca134af0'), when: new Date(1301911261541), who: "server:1301907146:1804289383:Balancer:846930886", why: "doing balance round" } elapsed minutes: 16
  12.  
  13.  
  14. db.printShardingStatus();
  15. --- Sharding Status ---
  16. sharding version: { "_id" : 1, "version" : 3 }
  17. shards:
  18. {
  19. "_id" : "shard01rs",
  20. "host" : "shard01rs/IP:27019,IP:27019,IP:27019"
  21. }
  22. {
  23. "_id" : "shard02rs",
  24. "host" : "shard02rs/IP:27020,IP:27020,IP:27020"
  25. }
  26. {
  27. "_id" : "shard03rs",
  28. "host" : "shard03rs/IP:27021,IP:27021,IP:27021"
  29. }
  30. databases:
  31. { "_id" : "admin", "partitioned" : false, "primary" : "config" }
  32. { "_id" : "db", "partitioned" : true, "primary" : "shard03rs" }
  33. db.users chunks:
  34. shard03rs 1
  35. { "email" : { $minKey : 1 } } -->> { "email" : { $maxKey : 1 } } on : shard03rs { "t" : 1000, "i" : 0 }
  36.  
  37.  
  38. db.stats()
  39. {
  40. "raw" : {
  41. "IP:20000,IP:20001,IP:20002" : {
  42. "db" : "config",
  43. "collections" : 11,
  44. "objects" : 58,
  45. "avgObjSize" : 65.17241379310344,
  46. "dataSize" : 3780,
  47. "storageSize" : 45312,
  48. "numExtents" : 11,
  49. "indexes" : 14,
  50. "indexSize" : 114688,
  51. "fileSize" : 201326592,
  52. "ok" : 1
  53. }
  54. },
  55. "objects" : 58,
  56. "avgObjSize" : 65.17241379310344,
  57. "dataSize" : 3780,
  58. "storageSize" : 45312,
  59. "numExtents" : 11,
  60. "indexes" : 14,
  61. "indexSize" : 114688,
  62. "fileSize" : 201326592,
  63. "ok" : 1
  64. }
Add Comment
Please, Sign In to add comment