mongodb - Mongo Exceeded dept limit while mapreduce function is called -


i been testing mapreduction operation on huge data set of 25 million documents. reduce function correct , works fine when tested on small data set.

i following error while running mapreduce on large set

"errmsg" : "exception: exceeded depth limit of 150 when converting js object bson. have cycle?", "code" : 17279, "ok" : 0 


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -