Uploaded image for project: 'MongoDB Database Tools'
  1. MongoDB Database Tools
  2. TOOLS-652

Mongoexport i/o timeout error

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 3.0.1, 3.1.0
    • Affects Version/s: 3.0.0-rc9
    • Component/s: mongoexport
    • Labels:
      None
    • Environment:
    • Iteration 3.1.0

      mongoexport gives us a the following error: "Failed: read tcp 127.0.0.1:27020: i/o timeout" after outputting some documents (not always the same amount). mongoexport is connecting to a sharded cluster of 4 standalone mongod servers with 3 mongod config servers

      [root@SRV]$ mongoexport --host localhost:27022,localhost:27021,localhost:27020 --db horus --collection users --type json --fields _id | wc -l

      2015-03-09T12:41:19.198-0600 connected to: localhost:27022,localhost:27021,localhost:27020

      2015-03-09T12:41:22.570-0600 Failed: read tcp 127.0.0.1:27020: i/o timeout

      15322

      The collection contains many more users. Tried with a 2.6 mongoexport in another server against our mongod3.0 and mongos3.0 and works fine

            Assignee:
            mikeo@mongodb.com Michael O'Brien
            Reporter:
            laleon@tigo.com.gt Alex Leon Liu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: