-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: MongoDB 3.4
-
Empty show more show less
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' } ....