This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #### Pymongo 2.1.1 | |
| for uuid in list(uuids)[:1]: | |
| query = { | |
| "uuid" : uuid, | |
| } | |
| fields = {"period" : 1, "logs.hour": 1} | |
| for doc in db.logEventByHour.find({"uuid":uuid}, fields=fields): | |
| log.debug("doc: %r", doc) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ***** SERVER RESTARTED ***** | |
| Tue Dec 27 21:39:06 [initandlisten] MongoDB starting : pid=655 port=27017 dbpath=/var/lib/mongodb 64-bit host=mongod-us-east-1c-01 | |
| Tue Dec 27 21:39:06 [initandlisten] db version v2.0.2, pdfile version 4.5 | |
| Tue Dec 27 21:39:06 [initandlisten] git version: 514b122d308928517f5841888ceaa4246a7f18e3 | |
| Tue Dec 27 21:39:06 [initandlisten] build info: Linux bs-linux64.10gen.cc 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41 | |
| Tue Dec 27 21:39:06 [initandlisten] options: { config: "/etc/mongodb.conf", dbpath: "/var/lib/mongodb", journal: "true", logappend: "true", logpath: "/var/log/mongodb/mongodb.log", repair: true, replSet: "rep01", rest: "true" } | |
| Tue Dec 27 21:39:06 [initandlisten] journal dir=/var/lib/mongodb/journal |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Sun Dec 25 00:04:18 Invalid access at address: 0x7f7e1252c474 | |
| Sun Dec 25 00:04:18 Got signal: 7 (Bus error). | |
| Sun Dec 25 00:04:18 Backtrace: | |
| 0xa8d669 0xa8dc40 0x7fb8cb85a8f0 0x85f742 0x85fb27 0x85fb7a 0x8a3198 0x8b0259 0x8b192b 0x94b686 0x94da35 0x831872 0x82295b 0x825c2c 0x826f45 0x826f9a 0x827420 0xaa80b0 0x7fb8cb8519ca 0x7fb8cae0070d | |
| /usr/bin/mongod(_ZN5mongo10abruptQuitEi+0x399) [0xa8d669] | |
| /usr/bin/mongod(_ZN5mongo24abruptQuitWithAddrSignalEiP7siginfoPv+0x220) [0xa8dc40] | |
| /lib/libpthread.so.0(+0xf8f0) [0x7fb8cb85a8f0] | |
| /usr/bin/mongod(_ZN5mongo16NamespaceDetails10__stdAllocEi+0x252) [0x85f742] |
NewerOlder