Hi,
I have cluster with 3 nodes, and running the MongoDB as a windows service as:
"C:\MongoDB\bin\mongod.exe" --service --config="C:\MongoDB\Scripts\mongod.conf"
with mongod.conf file:
port=27017
dbpath=E:\MongoDB\data\db
logpath=D:\logs\MongoDB\mongo.log
keyFile=C:\MongoDB\scripts\keyfile.txt
logappend=true
replSet=tf4
smallfiles=true
oplogSize=10240
directoryperdb=true
I found that the Mongodb service was crashed. I checked the logs and found alot of Error/warning as:
Mon Jan 04 13:08:44.399 [repl writer worker 11] ERROR: warning: log line attempted (126k) over max size(10k), printing beginning and end
Can you please help me what that error is and how can I fix this error.