Weird collections created on production-database (ATLAS)

Hi guys,

in my production DB (Mongo ATLAS) I see really strange collections created, that should NOT be there and are NOT there running my app locally.

For example: I have an meteor-collection called ‘myusecasecollection’ and in Mongo I am seeing 2 collections now - 1 as expected and another one called ‘UseCaseCollection’, which contains some data I am using in a totally different collection. So things seem to be messed up.

Generally I am using SimpleSchema and Collection2 to ensure data-quality, so I am really suprised to see this happening. PLUS in my code I have NO new Mongo.Collection('UseCaseCollection') anywhere…

Strange Stuff!

Has anyone experienced something like this before? I am at early stage of investigating this and just asking around.