Closed (fixed)
Project:
MongoDB
Version:
7.x-1.x-dev
Component:
Watchdog
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jul 2013 at 16:20 UTC
Updated:
21 Mar 2015 at 14:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
fgmIn 2.4, group can no longer access global functions or properties. This might be the cause.
Reference: http://docs.mongodb.org/manual/reference/command/group/#dbcmd.group
Comment #2
fgmActually, this is rather due to the fact that empty arrays are not automatically converted to hashes in V8 like they were on previous engines.
Here is a patch working on 2.4.5. Needs to be checked on earlier versions.
Comment #3
fgmRerolled with a good dose of refactoring: removed unused code, unused symbols, reduced overall complexity, extracted the MongoDB access logic on the "Top" pages to a storage-only class.
Comment #4
Malekou commentedFixed the column order in "Top not-found" and Top access denied" tabs.
Edit : Tested with Mongo 2.2.1 and 2.0.1, works fine.
Comment #5
fgmAdjusting topic.
Comment #6
chx commentedI see no reason to refactor into classes in Drupal 7. The rest is valid.
Comment #7
jdwfly commentedRan into this issue today and went ahead and applied patch from #2. I'm running 2.4.9 and it seemed to clear up the issue for me. It would be nice to see at least that patch committed. I don't see why it couldn't since chx already commented that part was valid.
Comment #8
marcingy commentedAs per https://drupal.org/comment/7756867#comment-7756867 it needs work
Comment #9
fgmJust checked on 2.6.4 and #2 still works fine, and all watchdog tests pass, so it's good for me using the #2 patch.
Comment #10
fgmAdjusting topic.
Comment #11
slashrsm commentedCommitted #2. Thanks