-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 2.2.29
-
Component/s: MongoDB 3.2
-
Environment:Production
-
Empty show more show less
Our API got the error as below, but current Primary is another node, please check it that relate about a bug that has been fixed in 2.2.30 or not.
2017-07-18T06:46:40.372Zerr : MongoError: connection 569 to <Secondary Node>:27017 timed out while storing pending status for execution ID : xxxxxxxxxxxxxxxx 2017-07-18T06:46:40Z,CRITICAL,CTAS,cta-api,An uncaughtException was found : ReferenceError: err is not defined at Pool.destroy (/compass/test/app/cta-api/node_modules/mongodb-core/lib/connection/pool.js:867:27) at Connection. (/compass/test/app/cta-api/node_modules/mongodb-core/lib/connection/pool.js:265:14) at Connection.g (events.js:291:16) at emitTwo (events.js:106:13) at Connection.emit (events.js:191:7) at Socket. (/compass/test/app/cta-api/node_modules/mongodb-core/lib/connection/connection.js:197:10) 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:339:8) at ontimeout (timers.js:365:14) at tryOnTimeout (timers.js:237:5) at Timer.listOnTimeout (timers.js:207:5)
- is duplicated by
-
NODE-1091 Undefined variable err in pool.js throws Error
- Closed