Disabling mongodb with error when mongorestore

I am recovering data in mongodb. After the imported data and before all indexes are rebuilt, it throws some error and closes.

Anyone familiar with this condition?

Error Log:

Wed Nov 16 13:32:10 Socket recv() errno:104 Connection reset by peer 127.0.0.1:27017
Wed Nov 16 13:32:10 SocketException: remote: 127.0.0.1:27017 error: 9001 socket exception [1] server [127.0.0.1:27017]
Wed Nov 16 13:32:10 DBClientCursor::init call() failed assertion: 10276 DBClientBase::findN: transport error: localhost query: { getlasterror: 1 }

+4
source share

Source: https://habr.com/ru/post/1381427/


All Articles