Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-21183

mongorestore fails on 3.0.7 ubuntu 14.04 where 3.0.2 succeeds

    • Type: Icon: Bug Bug
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 3.0.7
    • Component/s: Tools
    • Labels:
      None
    • ALL
    • Hide

      try and mongorestore my 2.6 dataset in 3.0.7

      Show
      try and mongorestore my 2.6 dataset in 3.0.7

      Hi I'm upgrading from 2.6 to 3.x - The latest stable version 3.0.7 failed on the mongo restore of my 2.6 dataset whereas the 3.0.2 version restored with out error. Please let me know what else I can provide by way of information. The db.updateCheck() reported no errors on the 2.6 dataset in the 3.0.2 console.

      ---- BEGIN BACKTRACE -----
      {"backtrace":[{"b":"400000","o":"B5C3E9"},{"b":"400000","o":"AFB231"},{"b":"400000","o":"AE04FF"},{"b":"400000","o":"AE05AC"},{"b":"400000","o":"43464F"},{"b":"400000","o":"5E97F8"},{"b":"400000","o":"4736D7"},{"b":"400000","o":"6B3737"},{"b":"400000","o":"40E38D"},{"b":"400000","o":"B0F29B"},{"b":"7FF825547000","o":"8182"},{"b":"7FF823F1C000","o":"FA47D"}],"processInfo":{ "mongodbVersion" : "3.0.7", "gitVersion" : "6ce7cbe8c6b899552dadd907604559806aa2e9bd", "uname" : { "sysname" : "Linux", "release" : "3.13.0-29-generic", "version" : "#53-Ubuntu SMP Wed Jun 4 21:00:20 UTC 2014", "machine" : "x86_64" }, "somap" : [ { "elfType" : 2, "b" : "400000", "buildId" : "03104A2519911F189AABD1EBC9931E8EBE9AD44C" }, { "b" : "7FFF98CDA000", "elfType" : 3, "buildId" : "3D068D088E7EAC15D9DA7C3AC912E783C0897EE7" }, { "b" : "7FF825547000", "path" : "/lib/x86_64-linux-gnu/libpthread.so.0", "elfType" : 3, "buildId" : "9318E8AF0BFBE444731BB0461202EF57F7C39542" }, { "b" : "7FF8252E8000", "path" : "/lib/x86_64-linux-gnu/libssl.so.1.0.0", "elfType" : 3, "buildId" : "A20EFFEC993A8441FA17F2079F923CBD04079E19" }, { "b" : "7FF824F0D000", "path" : "/lib/x86_64-linux-gnu/libcrypto.so.1.0.0", "elfType" : 3, "buildId" : "F000D29917E9B6E94A35A8F02E5C62846E5916BC" }, { "b" : "7FF824D05000", "path" : "/lib/x86_64-linux-gnu/librt.so.1", "elfType" : 3, "buildId" : "92FCF41EFE012D6186E31A59AD05BDBB487769AB" }, { "b" : "7FF824B01000", "path" : "/lib/x86_64-linux-gnu/libdl.so.2", "elfType" : 3, "buildId" : "C1AE4CB7195D337A77A3C689051DABAA3980CA0C" }, { "b" : "7FF8247FD000", "path" : "/usr/lib/x86_64-linux-gnu/libstdc++.so.6", "elfType" : 3, "buildId" : "4BF6F7ADD8244AD86008E6BF40D90F8873892197" }, { "b" : "7FF8244F7000", "path" : "/lib/x86_64-linux-gnu/libm.so.6", "elfType" : 3, "buildId" : "1D76B71E905CB867B27CEF230FCB20F01A3178F5" }, { "b" : "7FF8242E1000", "path" : "/lib/x86_64-linux-gnu/libgcc_s.so.1", "elfType" : 3, "buildId" : "8D0AA71411580EE6C08809695C3984769F25725B" }, { "b" : "7FF823F1C000", "path" : "/lib/x86_64-linux-gnu/libc.so.6", "elfType" : 3, "buildId" : "30C94DC66A1FE95180C3D68D2B89E576D5AE213C" }, { "b" : "7FF825765000", "path" : "/lib64/ld-linux-x86-64.so.2", "elfType" : 3, "buildId" : "9F00581AB3C73E3AEA35995A0C50D24D59A01D47" } ] }}
       mongod(_ZN5mongo15printStackTraceERSo+0x29) [0xf5c3e9]
       mongod(_ZN5mongo10logContextEPKc+0xE1) [0xefb231]
       mongod(_ZN5mongo11msgassertedEiPKc+0xAF) [0xee04ff]
       mongod(+0xAE05AC) [0xee05ac]
       mongod(_ZNK5mongo7BSONObj14_assertInvalidEv+0x3DF) [0x83464f]
       mongod(_ZN5mongo9DbMessage9nextJsObjEv+0x108) [0x9e97f8]
       mongod(_ZN5mongo12QueryMessageC2ERNS_9DbMessageE+0x57) [0x8736d7]
       mongod(_ZN5mongo16assembleResponseEPNS_16OperationContextERNS_7MessageERNS_10DbResponseERKNS_11HostAndPortE+0x967) [0xab3737]
       mongod(_ZN5mongo16MyMessageHandler7processERNS_7MessageEPNS_21AbstractMessagingPortEPNS_9LastErrorE+0xDD) [0x80e38d]
       mongod(_ZN5mongo17PortMessageServer17handleIncomingMsgEPv+0x34B) [0xf0f29b]
       libpthread.so.0(+0x8182) [0x7ff82554f182]
       libc.so.6(clone+0x6D) [0x7ff82401647d]
      -----  END BACKTRACE  -----
      2015-10-27T23:33:49.443+0000 I NETWORK  [conn3] AssertionException handling request, closing client connection: 10334 BSONObj size: 18092609 (0x1141241) is invalid. Size must be between 0 and 16793600(16MB) First element: insert: "gamestate"
      

            Assignee:
            ramon.fernandez@mongodb.com Ramon Fernandez Marina
            Reporter:
            sean.a.kelly Sean Kelly
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: