-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Sharding, Testing Infrastructure
-
None
-
ALL
shard3.js hung in Nightly Linux 64
m30998| Sun Feb 19 10:18:12 [conn1] Assertion: 10181:not sharded:test.foo m30998| 0x6add66 0x6ae32c 0x82d0dc 0x82de54 0x56b9e3 0x4ea396 0x4e0d63 0x52fccc 0x545e24 0x8934f2 0x2aaaaaccd407 0x2aaaab748b0d
Immediately after, the mongos had a memory issue:
m30000| Sun Feb 19 10:18:12 [conn14] { $err: "ns: test.foo ns: test.foo [test.foo] shard version not ok in Client::Context: collection was dropped or this shard no longer valid version: 0|0 client...", code: 13388, ns: "test.foo" } *** glibc detected *** /mnt/home/buildbot/slave/Linux_64bit_Nightly/mongo/mongos: corrupted double-linked list: 0x0000000000c05ac0 *** ======= Backtrace: ========= /lib64/libc.so.6[0x2aaaab6e49d3] /lib64/libc.so.6[0x2aaaab6e6f3d] /lib64/libc.so.6(__libc_malloc+0x7a)[0x2aaaab6e88fa] /lib64/libc.so.6(__backtrace_symbols+0x104)[0x2aaaab75b364] /mnt/home/buildbot/slave/Linux_64bit_Nightly/mongo/mongos(_ZN5mongo11msgassertedEiPKc+0x194)[0x6adde4] /mnt/home/buildbot/slave/Linux_64bit_Nightly/mongo/mongos[0x6ae32c] /mnt/home/buildbot/slave/Linux_64bit_Nightly/mongo/mongos(_ZN5mongo8DBConfig15getChunkManagerERKSsbb+0x193c)[0x82d0dc] /mnt/home/buildbot/slave/Linux_64bit_Nightly/mongo/mongos(_ZN5mongo8DBConfig23getChunkManagerIfExistsERKSsbb+0x34)[0x82de54] /mnt/home/buildbot/slave/Linux_64bit_Nightly/mongo/mongos(_ZN5mongo14VersionManager30forceRemoteCheckShardVersionCBERKSs+0xc3)[0x56b9e3] /mnt/home/buildbot/slave/Linux_64bit_Nightly/mongo/mongos(_ZN5mongo14SingleStrategy7queryOpERNS_7RequestE+0x17c6)[0x4ea396] /mnt/home/buildbot/slave/Linux_64bit_Nightly/mongo/mongos(_ZN5mongo13ShardStrategy7queryOpERNS_7RequestE+0x993)[0x4e0d63] /mnt/home/buildbot/slave/Linux_64bit_Nightly/mongo/mongos(_ZN5mongo7Request7processEi+0x17c)[0x52fccc] /mnt/home/buildbot/slave/Linux_64bit_Nightly/mongo/mongos(_ZN5mongo21ShardedMessageHandler7processERNS_7MessageEPNS_21AbstractMessagingPortEPNS_9LastErrorE+0x74)[0x545e24] /mnt/home/buildbot/slave/Linux_64bit_Nightly/mongo/mongos(_ZN5mongo3pms9threadRunEPNS_13MessagingPortE+0x2f2)[0x8934f2] /lib64/libpthread.so.0[0x2aaaaaccd407] /lib64/libc.so.6(clone+0x6d)[0x2aaaab748b0d] ======= Memory map: ========
- duplicates
-
SERVER-4711 Don't use masserts when getChunkManager() fails to find a current chunk manager.
- Closed