Uploaded image for project: 'Node.js Driver'
  1. Node.js Driver
  2. NODE-986

Timeout since v2.2.26

      After updating from 2.2.25 to version 2.2.26 I get timeout errors on my .find() queries and it seems to be much much slower in general.

      Was version 2.2.26 actually ready to be released? In the affected version I can only choose 2.2.25 as the latest affected version.

      2017-04-20T19:14:46.934Z 'Generating of clusters failed'
      { MongoError: connection 1 to db:27017 timed out
          at Function.MongoError.create (/Users/philipp/node/dev/node_modules/mongodb-core/lib/error.js:29:11)
          at Socket.<anonymous> (/Users/philipp/node/dev/node_modules/mongodb-core/lib/connection/connection.js:188:20)
          at Socket.g (events.js:291:16)
          at emitNone (events.js:86:13)
          at Socket.emit (events.js:185:7)
          at Socket._onTimeout (net.js:342:8)
          at ontimeout (timers.js:380:14)
          at tryOnTimeout (timers.js:244:5)
          at Timer.listOnTimeout (timers.js:214:5)
        name: 'MongoError',
        message: 'connection 1 to db:27017 timed out' }
      2017-04-20T19:14:46.934Z 'Generating of clusters failed'
      { MongoError: connection 1 to db:27017 timed out
          at Function.MongoError.create (/Users/philipp/node/dev/node_modules/mongodb-core/lib/error.js:29:11)
          at Socket.<anonymous> (/Users/philipp/node/dev/node_modules/mongodb-core/lib/connection/connection.js:188:20)
          at Socket.g (events.js:291:16)
          at emitNone (events.js:86:13)
          at Socket.emit (events.js:185:7)
          at Socket._onTimeout (net.js:342:8)
          at ontimeout (timers.js:380:14)
          at tryOnTimeout (timers.js:244:5)
          at Timer.listOnTimeout (timers.js:214:5)
        name: 'MongoError',
        message: 'connection 1 to db:27017 timed out' }
      2017-04-20T19:14:46.935Z 'Generating of clusters failed'
      { MongoError: connection 1 to db:27017 timed out
          at Function.MongoError.create (/Users/philipp/node/dev/node_modules/mongodb-core/lib/error.js:29:11)
          at Socket.<anonymous> (/Users/philipp/node/dev/node_modules/mongodb-core/lib/connection/connection.js:188:20)
          at Socket.g (events.js:291:16)
          at emitNone (events.js:86:13)
          at Socket.emit (events.js:185:7)
          at Socket._onTimeout (net.js:342:8)
          at ontimeout (timers.js:380:14)
          at tryOnTimeout (timers.js:244:5)
          at Timer.listOnTimeout (timers.js:214:5)
        name: 'MongoError',
        message: 'connection 1 to db:27017 timed out' }
      ....
      

            Assignee:
            christkv Christian Amor Kvalheim
            Reporter:
            PhilippB3au@gmail.com Philipp Beau
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: