变得越来越频繁错误:没有打开的连接,错误:在繁重的并发负载期间关闭了连接

时间:2018-08-30 06:55:09

标签: node.js mongodb

我们长期面临这个问题,在生产中无法承受此类崩溃。我们已经使用高端EC2实例来处理繁重的工作量。此类错误仅在工作量很大的情况下才会发生,否则,它将正常工作。

在崩溃期间,我还检查了MongoDB的CPU,RAM和查询负载,但当时一切正常。我们面临的唯一问题是节点服务器,该服务器由于MongoDB的以下错误而重新启动。

实例1:节点服务器

  • c5.4xlarge:具有SSD存储的16个CPU和32 GB RAM

  • 节点版本:6.11

  • MongoDB NPM版本:1.4.28

  • 在8个Socket服务器的正常情况下,CPU利用率为30-40%

  • 在8台Socket服务器崩溃的情况下,CPU利用率为70-80%

实例2:独立的MongoDB服务器

  • r4.2xlarge:具有SSD存储的8个CPU和61 GB RAM

  • MongoDB版本:3.2.20

  • CPU利用率平均为800%中的300%,在此期间保持不变 也会崩溃。

来自节点套接字服务器的错误日志:

DB Error V2RP : Error: connection closed
at .<anonymous> (/home/game/node_modules/mongodb/lib/mongodb/connection/server.js:617:45)
at emitNone (events.js:86:13)
at emit (events.js:185:7)
at .<anonymous> (/home/game/node_modules/mongodb/lib/mongodb/connection/connection_pool.js:165:15)
at emitTwo (events.js:106:13)
at emit (events.js:191:7)
at Socket.<anonymous> (/home/game/node_modules/mongodb/lib/mongodb/connection/connection.js:550:12)
at emitOne (events.js:96:13)
at Socket.emit (events.js:188:7)
DB Error V2RP : Error: no open connections
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:23)
at Db._executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1881:7)
at Cursor.nextObject (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:749:13)
at Cursor.toArray (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:168:10)
at rec (/home/game/classes/dashboard.class.js:1446:144)
at /home/game/classes/dashboard.class.js:1457:41
at /home/game/node_modules/mongodb/lib/mongodb/cursor.js:169:22
at commandHandler (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:693:48)
at CallbackStore.<anonymous> (/home/game/node_modules/mongodb/lib/mongodb/db.js:1882:9)
at CallbackStore.g (events.js:292:16)
DB Error V2RP : Error: no open connections
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:23)
at Db._executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1881:7)
at Cursor.nextObject (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:749:13)
at Cursor.toArray (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:168:10)
at rec (/home/game/classes/dashboard.class.js:1446:144)
at /home/game/classes/dashboard.class.js:1457:41
at /home/game/node_modules/mongodb/lib/mongodb/cursor.js:169:22
at commandHandler (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:693:48)
at /home/game/node_modules/mongodb/lib/mongodb/db.js:1882:9
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:14)
DB Error V2RP : Error: no open connections
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:23)
at Db._executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1881:7)
at Cursor.nextObject (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:749:13)
at Cursor.toArray (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:168:10)
at rec (/home/game/classes/dashboard.class.js:1446:144)
at /home/game/classes/dashboard.class.js:1457:41
at /home/game/node_modules/mongodb/lib/mongodb/cursor.js:169:22
at commandHandler (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:693:48)
at /home/game/node_modules/mongodb/lib/mongodb/db.js:1882:9
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:14)
DB Error V2RP : Error: no open connections
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:23)
at Db._executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1881:7)
at Cursor.nextObject (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:749:13)
at Cursor.toArray (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:168:10)
at rec (/home/game/classes/dashboard.class.js:1446:144)
at /home/game/classes/dashboard.class.js:1457:41
at /home/game/node_modules/mongodb/lib/mongodb/cursor.js:169:22
at commandHandler (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:693:48)
at /home/game/node_modules/mongodb/lib/mongodb/db.js:1882:9
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:14)
DB Error V2RP : Error: no open connections
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:23)
at Db._executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1881:7)
at Cursor.nextObject (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:749:13)
at Cursor.toArray (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:168:10)
at rec (/home/game/classes/dashboard.class.js:1446:144)
at /home/game/classes/dashboard.class.js:1457:41
at /home/game/node_modules/mongodb/lib/mongodb/cursor.js:169:22
at commandHandler (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:693:48)
at /home/game/node_modules/mongodb/lib/mongodb/db.js:1882:9
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:14)
DB Error V2RP : Error: no open connections
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:23)
at Db._executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1881:7)
at Cursor.nextObject (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:749:13)
at Cursor.toArray (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:168:10)
at rec (/home/game/classes/dashboard.class.js:1446:144)
at /home/game/classes/dashboard.class.js:1457:41
at /home/game/node_modules/mongodb/lib/mongodb/cursor.js:169:22
at commandHandler (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:693:48)
at /home/game/node_modules/mongodb/lib/mongodb/db.js:1882:9
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:14)
DB Error V2RP : Error: no open connections
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:23)
at Db._executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1881:7)
at Cursor.nextObject (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:749:13)
at Cursor.toArray (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:168:10)
at rec (/home/game/classes/dashboard.class.js:1446:144)
at /home/game/classes/dashboard.class.js:1457:41
at /home/game/node_modules/mongodb/lib/mongodb/cursor.js:169:22
at commandHandler (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:693:48)
at /home/game/node_modules/mongodb/lib/mongodb/db.js:1882:9
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:14)
DB Error V2RP : Error: no open connections
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:23)
at Db._executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1881:7)
at Cursor.nextObject (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:749:13)
at Cursor.toArray (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:168:10)
at rec (/home/game/classes/dashboard.class.js:1446:144)
at /home/game/classes/dashboard.class.js:1457:41
at /home/game/node_modules/mongodb/lib/mongodb/cursor.js:169:22
at commandHandler (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:693:48)
at /home/game/node_modules/mongodb/lib/mongodb/db.js:1882:9
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:14)
DB Error V2RP : Error: no open connections
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:23)
at Db._executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1881:7)
at Cursor.nextObject (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:749:13)
at Cursor.toArray (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:168:10)
at rec (/home/game/classes/dashboard.class.js:1446:144)
at /home/game/classes/dashboard.class.js:1457:41
at /home/game/node_modules/mongodb/lib/mongodb/cursor.js:169:22
at commandHandler (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:693:48)
at /home/game/node_modules/mongodb/lib/mongodb/db.js:1882:9
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:14)
DB Error V2RP : Error: no open connections
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:23)
at Db._executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1881:7)
at Cursor.nextObject (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:749:13)
at Cursor.toArray (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:168:10)
at rec (/home/game/classes/dashboard.class.js:1446:144)
at /home/game/classes/dashboard.class.js:1457:41
at /home/game/node_modules/mongodb/lib/mongodb/cursor.js:169:22
at commandHandler (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:693:48)
at /home/game/node_modules/mongodb/lib/mongodb/db.js:1882:9
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:14)
DB Error V2RP : Error: no open connections
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:23)
at Db._executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1881:7)
at Cursor.nextObject (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:749:13)
at Cursor.toArray (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:168:10)
at rec (/home/game/classes/dashboard.class.js:1446:144)
at /home/game/classes/dashboard.class.js:1457:41
at /home/game/node_modules/mongodb/lib/mongodb/cursor.js:169:22
at commandHandler (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:693:48)
at /home/game/node_modules/mongodb/lib/mongodb/db.js:1882:9
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:14)
DB Error V2RP : Error: no open connections
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:23)
at Db._executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1881:7)
at Cursor.nextObject (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:749:13)
at Cursor.toArray (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:168:10)
at rec (/home/game/classes/dashboard.class.js:1446:144)
at /home/game/classes/dashboard.class.js:1457:41
at /home/game/node_modules/mongodb/lib/mongodb/cursor.js:169:22
at commandHandler (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:693:48)
at /home/game/node_modules/mongodb/lib/mongodb/db.js:1882:9
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:14)
DB Error V2RP : Error: no open connections
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:23)
at Db._executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1881:7)
at Cursor.nextObject (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:749:13)
at Cursor.toArray (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:168:10)
at rec (/home/game/classes/dashboard.class.js:1446:144)
at /home/game/classes/dashboard.class.js:1457:41
at /home/game/node_modules/mongodb/lib/mongodb/cursor.js:169:22
at commandHandler (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:693:48)
at /home/game/node_modules/mongodb/lib/mongodb/db.js:1882:9
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:14)
DB Error V2RP : Error: failed to connect to [xxx.xx.x.xxx:27017]
at .<anonymous> (/home/game/node_modules/mongodb/lib/mongodb/connection/server.js:555:25)
at emitThree (events.js:116:13)
at emit (events.js:194:7)
at .<anonymous> (/home/game/node_modules/mongodb/lib/mongodb/connection/connection_pool.js:150:15)
at emitTwo (events.js:106:13)
at emit (events.js:191:7)
at Socket.<anonymous> (/home/game/node_modules/mongodb/lib/mongodb/connection/connection.js:534:10)
at emitOne (events.js:96:13)
at Socket.emit (events.js:188:7)
at onwriteError (_stream_writable.js:343:10)
DB Error V2RP : Error: no open connections
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:23)
at Db._executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1881:7)
at Cursor.nextObject (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:749:13)
at Cursor.toArray (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:168:10)
at rec (/home/game/classes/dashboard.class.js:1446:144)
at /home/game/classes/dashboard.class.js:1457:41
at /home/game/node_modules/mongodb/lib/mongodb/cursor.js:169:22
at commandHandler (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:693:48)
at CallbackStore.<anonymous> (/home/game/node_modules/mongodb/lib/mongodb/db.js:1882:9)
at CallbackStore.g (events.js:292:16)
DB Error V2RP : Error: no open connections
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:23)
at Db._executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1881:7)
at Cursor.nextObject (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:749:13)
at Cursor.toArray (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:168:10)
at rec (/home/game/classes/dashboard.class.js:1446:144)
at /home/game/classes/dashboard.class.js:1457:41
at /home/game/node_modules/mongodb/lib/mongodb/cursor.js:169:22
at commandHandler (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:693:48)
at /home/game/node_modules/mongodb/lib/mongodb/db.js:1882:9
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:14)
DB Error V2RP : Error: no open connections
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:23)
at Db._executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1881:7)
at Cursor.nextObject (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:749:13)
at Cursor.toArray (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:168:10)
at rec (/home/game/classes/dashboard.class.js:1446:144)
at /home/game/classes/dashboard.class.js:1457:41
at /home/game/node_modules/mongodb/lib/mongodb/cursor.js:169:22
at commandHandler (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:693:48)
at /home/game/node_modules/mongodb/lib/mongodb/db.js:1882:9
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:14)
DB Error V2RP : Error: no open connections
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:23)
at Db._executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1881:7)
at Cursor.nextObject (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:749:13)
at Cursor.toArray (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:168:10)
at rec (/home/game/classes/dashboard.class.js:1446:144)
at /home/game/classes/dashboard.class.js:1457:41
at /home/game/node_modules/mongodb/lib/mongodb/cursor.js:169:22
at commandHandler (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:693:48)
at /home/game/node_modules/mongodb/lib/mongodb/db.js:1882:9
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:14)
DB Error V2RP : Error: no open connections
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:23)
at Db._executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1881:7)
at Cursor.nextObject (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:749:13)
at Cursor.toArray (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:168:10)
at rec (/home/game/classes/dashboard.class.js:1446:144)
at /home/game/classes/dashboard.class.js:1457:41
at /home/game/node_modules/mongodb/lib/mongodb/cursor.js:169:22
at commandHandler (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:693:48)
at /home/game/node_modules/mongodb/lib/mongodb/db.js:1882:9
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:14)
DB Error V2RP : Error: no open connections
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:23)
at Db._executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1881:7)
at Cursor.nextObject (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:749:13)
at Cursor.toArray (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:168:10)
at rec (/home/game/classes/dashboard.class.js:1446:144)
at /home/game/classes/dashboard.class.js:1457:41
at /home/game/node_modules/mongodb/lib/mongodb/cursor.js:169:22
at commandHandler (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:693:48)
at /home/game/node_modules/mongodb/lib/mongodb/db.js:1882:9
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:14)
DB Error V2RP : Error: no open connections
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:23)
at Db._executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1881:7)
at Cursor.nextObject (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:749:13)
at Cursor.toArray (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:168:10)
at rec (/home/game/classes/dashboard.class.js:1446:144)
at /home/game/classes/dashboard.class.js:1457:41
at /home/game/node_modules/mongodb/lib/mongodb/cursor.js:169:22
at commandHandler (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:693:48)
at /home/game/node_modules/mongodb/lib/mongodb/db.js:1882:9
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:14)
DB Error V2RP : Error: no open connections
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:23)
at Db._executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1881:7)
at Cursor.nextObject (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:749:13)
at Cursor.toArray (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:168:10)
at rec (/home/game/classes/dashboard.class.js:1446:144)
at /home/game/classes/dashboard.class.js:1457:41
at /home/game/node_modules/mongodb/lib/mongodb/cursor.js:169:22
at commandHandler (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:693:48)
at /home/game/node_modules/mongodb/lib/mongodb/db.js:1882:9
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:14)
DB Error V2RP : Error: no open connections
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:23)
at Db._executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1881:7)
at Cursor.nextObject (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:749:13)
at Cursor.toArray (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:168:10)
at rec (/home/game/classes/dashboard.class.js:1446:144)
at /home/game/classes/dashboard.class.js:1457:41
at /home/game/node_modules/mongodb/lib/mongodb/cursor.js:169:22
at commandHandler (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:693:48)
at /home/game/node_modules/mongodb/lib/mongodb/db.js:1882:9
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:14)
DB Error V2RP : Error: no open connections
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:23)
at Db._executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1881:7)
at Cursor.nextObject (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:749:13)
at Cursor.toArray (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:168:10)
at rec (/home/game/classes/dashboard.class.js:1446:144)
at /home/game/classes/dashboard.class.js:1457:41
at /home/game/node_modules/mongodb/lib/mongodb/cursor.js:169:22
at commandHandler (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:693:48)
at /home/game/node_modules/mongodb/lib/mongodb/db.js:1882:9
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:14)
DB Error V2RP : Error: no open connections
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:23)
at Db._executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1881:7)
at Cursor.nextObject (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:749:13)
at Cursor.toArray (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:168:10)
at rec (/home/game/classes/dashboard.class.js:1446:144)
at /home/game/classes/dashboard.class.js:1457:41
at /home/game/node_modules/mongodb/lib/mongodb/cursor.js:169:22
at commandHandler (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:693:48)
at /home/game/node_modules/mongodb/lib/mongodb/db.js:1882:9
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:14)
DB Error MP pit : Error: no open connections
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:23)
at Db._executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1881:7)
at Cursor.nextObject (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:749:13)
at Cursor.toArray (/home/game/node_modules/mongodb/lib/mongodb/cursor.js:168:10)
at /home/game/classes/profile.class.js:508:144
at /home/game/node_modules/mongodb/lib/mongodb/collection/commands.js:54:20
at /home/game/node_modules/mongodb/lib/mongodb/db.js:1170:22
at /home/game/node_modules/mongodb/lib/mongodb/db.js:1882:9
at __executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1719:14)
at Db._executeQueryCommand (/home/game/node_modules/mongodb/lib/mongodb/db.js:1881:7)

0 个答案:

没有答案