Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MongoDB 2.6.4 log format doesn't seem to be supported #29

Open
marijnotte opened this issue Aug 26, 2014 · 2 comments
Open

MongoDB 2.6.4 log format doesn't seem to be supported #29

marijnotte opened this issue Aug 26, 2014 · 2 comments

Comments

@marijnotte
Copy link

Parsing a Mongo 2.6.4 log file always seems to fail. For example:

2014-08-26T16:38:23.309+0200 [conn440] command akn.$cmd command: count { count: "content", query: { $and: [ { document.$id: "8d7b03e32414310c8b5684048d2ab114", isPublished: true, class: { $in: [ "Akn\Bundle\ContentBundle\Document\Rating" ] } }, { $or: [ { disabled: null }, { disabled: false } ] } ] } } planSummary: IXSCAN { class: 1, createdAt: -1 }, IXSCAN { document.$id: 1 } keyUpdates:0 numYields:2 locks(micros) r:1146670 reslen:48 671ms
2014-08-26T16:38:23.551+0200 [conn451] command akn.$cmd command: count { count: "content", query: { $and: [ { document.$id: "010c29056f623658a119522cb04e8edb", isPublished: true, class: { $in: [ "Akn\Bundle\ContentBundle\Document\Rating" ] } }, { $or: [ { disabled: null }, { disabled: false } ] } ] } } planSummary: IXSCAN { class: 1, createdAt: -1 }, IXSCAN { document.$id: 1 } keyUpdates:0 numYields:1 locks(micros) r:1013025 reslen:48 639ms
2014-08-26T16:38:45.153+0200 [conn444] query akn.content query: { $query: { $and: [ { document.$id: "da231061db8c3ca68be24ee79e70ceeb", isPublished: true, class: { $in: [ "Akn\Bundle\ContentBundle\Document\Rating" ] } }, { $or: [ { disabled: null }, { disabled: false } ] } ] }, $orderby: { createdAt: -1 } } planSummary: IXSCAN { document.$id: 1 }, IXSCAN { class: 1, createdAt: -1 } ntoreturn:20 ntoskip:0 nscanned:110857 nscannedObjects:0 keyUpdates:0 numYields:0 locks(micros) r:113738 nreturned:2 reslen:1941 113ms
2014-08-26T16:40:03.468+0200 [conn446] query akn.content query: { $query: { $and: [ { document.$id: "54863050aba53fa59097d58bcf97750e", isPublished: true, class: { $in: [ "Akn\Bundle\ContentBundle\Document\Rating" ] } }, { $or: [ { disabled: null }, { disabled: false } ] } ] }, $orderby: { createdAt: -1 } } planSummary: IXSCAN { document.$id: 1 }, IXSCAN { class: 1, createdAt: -1 } cursorid:130420393831 ntoreturn:20 ntoskip:0 nscanned:207813 nscannedObjects:0 keyUpdates:0 numYields:2 locks(micros) r:282352 nreturned:20 reslen:32862 266ms

Result:

{
    'runStats': {
        'linesRecommended': 0,
        'linesProcessed': 0,
        'linesPassed': 4
    },
    'results': []
}
@esedor
Copy link
Contributor

esedor commented Oct 10, 2014

Thanks for your patience on this! I'm vetting 2.6 support as part of an upcoming revision. My current task is to tackle regressions in profile mode for 2.6 support.

@geoffrey-young
Copy link

any progress on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants