Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2015
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.66 KB | None | 0 0
  1. Config:
  2. {
  3. "_id" : "rs0",
  4. "version" : 1,
  5. "members" : [
  6. {
  7. "_id" : 0,
  8. "host" : "10.0.1.75:27017"
  9. },
  10. {
  11. "_id" : 1,
  12. "host" : "10.0.2.154:27017",
  13. "votes" : 0,
  14. "priority" : 0
  15. }
  16. ]
  17. }
  18.  
  19. rs.status():
  20. {
  21. "set" : "rs0",
  22. "date" : ISODate("2015-06-02T17:22:41Z"),
  23. "myState" : 1,
  24. "members" : [
  25. {
  26. "_id" : 0,
  27. "name" : "10.0.1.75:27017",
  28. "health" : 1,
  29. "state" : 1,
  30. "stateStr" : "PRIMARY",
  31. "uptime" : 14,
  32. "optime" : Timestamp(1433265459, 1),
  33. "optimeDate" : ISODate("2015-06-02T17:17:39Z"),
  34. "electionTime" : Timestamp(1433265753, 1),
  35. "electionDate" : ISODate("2015-06-02T17:22:33Z"),
  36. "self" : true
  37. },
  38. {
  39. "_id" : 1,
  40. "name" : "10.0.2.154:27017",
  41. "health" : 1,
  42. "state" : 5,
  43. "stateStr" : "STARTUP2",
  44. "uptime" : 14,
  45. "optime" : Timestamp(0, 0),
  46. "optimeDate" : ISODate("1970-01-01T00:00:00Z"),
  47. "lastHeartbeat" : ISODate("2015-06-02T17:22:39Z"),
  48. "lastHeartbeatRecv" : ISODate("2015-06-02T17:22:40Z"),
  49. "pingMs" : 1,
  50. "lastHeartbeatMessage" : "initial sync exception: 13106 nextSafe(): { $err: \"assertion src/mongo/db/storage/extent_manager.cpp:109\" } 9 attempts remaining"
  51. }
  52. ],
  53. "ok" : 1
  54. }
  55.  
  56.  
  57. Logs:
  58. 2015-06-02T17:04:07.177+0000 [rsSync] replSet syncing to: 10.0.1.75:27017
  59. 2015-06-02T17:04:07.180+0000 [rsSync] replSet initial sync drop all databases
  60. 2015-06-02T17:04:07.180+0000 [rsSync] dropAllDatabasesExceptLocal 2
  61. 2015-06-02T17:04:08.950+0000 [rsSync] removeJournalFiles
  62. 2015-06-02T17:04:08.970+0000 [rsSync] replSet initial sync clone all databases
  63. 2015-06-02T17:04:08.972+0000 [rsSync] replSet initial sync cloning db: 0
  64. 2015-06-02T17:04:08.976+0000 [rsSync] allocating new ns file /var/lib/mongo/0.ns, filling with zeroes...
  65. 2015-06-02T17:04:09.262+0000 [FileAllocator] allocating new datafile /var/lib/mongo/0.0, filling with zeroes...
  66. 2015-06-02T17:04:09.264+0000 [FileAllocator] done allocating datafile /var/lib/mongo/0.0, size: 64MB, took 0.002 secs
  67. 2015-06-02T17:04:09.268+0000 [rsSync] build index on: 0.sessions properties: { v: 1, key: { _id: 1 }, name: "_id_", ns: "0.sessions" }
  68. 2015-06-02T17:04:09.268+0000 [rsSync] added index to empty collection
  69. 2015-06-02T17:04:09.272+0000 [rsSync] build index on: 0.search properties: { v: 1, key: { _id: 1 }, name: "_id_", ns: "0.search" }
  70. 2015-06-02T17:04:09.272+0000 [rsSync] added index to empty collection
  71. 2015-06-02T17:04:09.803+0000 [FileAllocator] allocating new datafile /var/lib/mongo/0.1, filling with zeroes...
  72. 2015-06-02T17:04:09.805+0000 [FileAllocator] done allocating datafile /var/lib/mongo/0.1, size: 128MB, took 0.002 secs
  73. 2015-06-02T17:04:10.739+0000 [rsSync] replSet initial sync exception: 13106 nextSafe(): { $err: "assertion src/mongo/db/storage/extent_manager.cpp:109" } 2 attempts remaining
  74. 2015-06-02T17:04:11.364+0000 [conn10] end connection 10.0.1.75:33889 (1 connection now open)
  75. 2015-06-02T17:04:11.365+0000 [initandlisten] connection accepted from 10.0.1.75:33891 #11 (2 connections now open)
  76. 2015-06-02T17:04:40.740+0000 [rsSync] replSet initial sync pending
  77. 2015-06-02T17:04:40.740+0000 [rsSync] replSet syncing to: 10.0.1.75:27017
  78. 2015-06-02T17:04:40.742+0000 [rsSync] replSet initial sync drop all databases
  79. 2015-06-02T17:04:40.743+0000 [rsSync] dropAllDatabasesExceptLocal 2
  80. 2015-06-02T17:04:40.743+0000 [rsSync] removeJournalFiles
  81. 2015-06-02T17:04:40.763+0000 [rsSync] replSet initial sync clone all databases
  82. 2015-06-02T17:04:40.765+0000 [rsSync] replSet initial sync cloning db: 0
  83. 2015-06-02T17:04:40.769+0000 [rsSync] allocating new ns file /var/lib/mongo/0.ns, filling with zeroes...
  84. 2015-06-02T17:04:41.055+0000 [FileAllocator] allocating new datafile /var/lib/mongo/0.0, filling with zeroes...
  85. 2015-06-02T17:04:41.057+0000 [FileAllocator] done allocating datafile /var/lib/mongo/0.0, size: 64MB, took 0.002 secs
  86. 2015-06-02T17:04:41.062+0000 [rsSync] build index on: 0.sessions properties: { v: 1, key: { _id: 1 }, name: "_id_", ns: "0.sessions" }
  87. 2015-06-02T17:04:41.062+0000 [rsSync] added index to empty collection
  88. 2015-06-02T17:04:41.066+0000 [rsSync] build index on: 0.search properties: { v: 1, key: { _id: 1 }, name: "_id_", ns: "0.search" }
  89. 2015-06-02T17:04:41.066+0000 [rsSync] added index to empty collection
  90. 2015-06-02T17:04:41.389+0000 [conn11] end connection 10.0.1.75:33891 (1 connection now open)
  91. 2015-06-02T17:04:41.390+0000 [initandlisten] connection accepted from 10.0.1.75:33893 #12 (2 connections now open)
  92. 2015-06-02T17:04:41.639+0000 [FileAllocator] allocating new datafile /var/lib/mongo/0.1, filling with zeroes...
  93. 2015-06-02T17:04:41.641+0000 [FileAllocator] done allocating datafile /var/lib/mongo/0.1, size: 128MB, took 0.002 secs
  94. 2015-06-02T17:04:42.540+0000 [rsSync] replSet initial sync exception: 13106 nextSafe(): { $err: "assertion src/mongo/db/storage/extent_manager.cpp:109" } 1 attempts remaining
  95. 2015-06-02T17:05:11.415+0000 [conn12] end connection 10.0.1.75:33893 (1 connection now open)
  96. 2015-06-02T17:05:11.417+0000 [initandlisten] connection accepted from 10.0.1.75:33895 #13 (2 connections now open)
  97. 2015-06-02T17:05:12.540+0000 [rsSync] replSet initial sync pending
  98. 2015-06-02T17:05:12.541+0000 [rsSync] replSet syncing to: 10.0.1.75:27017
  99. 2015-06-02T17:05:12.543+0000 [rsSync] replSet initial sync drop all databases
  100. 2015-06-02T17:05:12.543+0000 [rsSync] dropAllDatabasesExceptLocal 2
  101. 2015-06-02T17:05:14.331+0000 [rsSync] removeJournalFiles
  102. 2015-06-02T17:05:14.351+0000 [rsSync] replSet initial sync clone all databases
  103. 2015-06-02T17:05:14.352+0000 [rsSync] replSet initial sync cloning db: 0
  104. 2015-06-02T17:05:14.356+0000 [rsSync] allocating new ns file /var/lib/mongo/0.ns, filling with zeroes...
  105. 2015-06-02T17:05:14.644+0000 [FileAllocator] allocating new datafile /var/lib/mongo/0.0, filling with zeroes...
  106. 2015-06-02T17:05:14.646+0000 [FileAllocator] done allocating datafile /var/lib/mongo/0.0, size: 64MB, took 0.002 secs
  107. 2015-06-02T17:05:14.650+0000 [rsSync] build index on: 0.sessions properties: { v: 1, key: { _id: 1 }, name: "_id_", ns: "0.sessions" }
  108. 2015-06-02T17:05:14.650+0000 [rsSync] added index to empty collection
  109. 2015-06-02T17:05:14.655+0000 [rsSync] build index on: 0.search properties: { v: 1, key: { _id: 1 }, name: "_id_", ns: "0.search" }
  110. 2015-06-02T17:05:14.655+0000 [rsSync] added index to empty collection
  111. 2015-06-02T17:05:15.192+0000 [FileAllocator] allocating new datafile /var/lib/mongo/0.1, filling with zeroes...
  112. 2015-06-02T17:05:15.195+0000 [FileAllocator] done allocating datafile /var/lib/mongo/0.1, size: 128MB, took 0.002 secs
  113. 2015-06-02T17:05:16.118+0000 [rsSync] replSet initial sync exception: 13106 nextSafe(): { $err: "assertion src/mongo/db/storage/extent_manager.cpp:109" } 0 attempts remaining
  114. 2015-06-02T17:05:41.441+0000 [conn13] end connection 10.0.1.75:33895 (1 connection now open)
  115. 2015-06-02T17:05:41.442+0000 [initandlisten] connection accepted from 10.0.1.75:33896 #14 (2 connections now open)
  116. 2015-06-02T17:05:46.118+0000 [rsSync] Fatal Assertion 16233
  117. 2015-06-02T17:05:46.122+0000 [rsSync] 0x1205431 0x11a7229 0x1189d5d 0xea31af 0xec3844 0xec38f0 0xec3c0a 0x1249dc9 0x7f4ed46aedf3 0x7f4ed39b81ad
  118. /usr/bin/mongod(_ZN5mongo15printStackTraceERSo+0x21) [0x1205431]
  119. /usr/bin/mongod(_ZN5mongo10logContextEPKc+0x159) [0x11a7229]
  120. /usr/bin/mongod(_ZN5mongo13fassertFailedEi+0xcd) [0x1189d5d]
  121. /usr/bin/mongod(_ZN5mongo11ReplSetImpl17syncDoInitialSyncEv+0x6f) [0xea31af]
  122. /usr/bin/mongod(_ZN5mongo11ReplSetImpl11_syncThreadEv+0x124) [0xec3844]
  123. /usr/bin/mongod(_ZN5mongo11ReplSetImpl10syncThreadEv+0x30) [0xec38f0]
  124. /usr/bin/mongod(_ZN5mongo15startSyncThreadEv+0xaa) [0xec3c0a]
  125. /usr/bin/mongod() [0x1249dc9]
  126. /lib64/libpthread.so.0(+0x7df3) [0x7f4ed46aedf3]
  127. /lib64/libc.so.6(clone+0x6d) [0x7f4ed39b81ad]
  128. 2015-06-02T17:05:46.122+0000 [rsSync]
  129.  
  130. ***aborting after fassert() failure
  131.  
  132.  
  133. 2015-06-02T17:05:46.126+0000 [rsSync] SEVERE: Got signal: 6 (Aborted).
  134. Backtrace:0x1205431 0x120480e 0x7f4ed38f7640 0x7f4ed38f75c9 0x7f4ed38f8cd8 0x1189dca 0xea31af 0xec3844 0xec38f0 0xec3c0a 0x1249dc9 0x7f4ed46aedf3 0x7f4ed39b81ad
  135. /usr/bin/mongod(_ZN5mongo15printStackTraceERSo+0x21) [0x1205431]
  136. /usr/bin/mongod() [0x120480e]
  137. /lib64/libc.so.6(+0x35640) [0x7f4ed38f7640]
  138. /lib64/libc.so.6(gsignal+0x39) [0x7f4ed38f75c9]
  139. /lib64/libc.so.6(abort+0x148) [0x7f4ed38f8cd8]
  140. /usr/bin/mongod(_ZN5mongo13fassertFailedEi+0x13a) [0x1189dca]
  141. /usr/bin/mongod(_ZN5mongo11ReplSetImpl17syncDoInitialSyncEv+0x6f) [0xea31af]
  142. /usr/bin/mongod(_ZN5mongo11ReplSetImpl11_syncThreadEv+0x124) [0xec3844]
  143. /usr/bin/mongod(_ZN5mongo11ReplSetImpl10syncThreadEv+0x30) [0xec38f0]
  144. /usr/bin/mongod(_ZN5mongo15startSyncThreadEv+0xaa) [0xec3c0a]
  145. /usr/bin/mongod() [0x1249dc9]
  146. /lib64/libpthread.so.0(+0x7df3) [0x7f4ed46aedf3]
  147. /lib64/libc.so.6(clone+0x6d) [0x7f4ed39b81ad]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement