2015-11-23T00:52:35.901Z I CONTROL Trying to install Windows service 'MongoDB' 2015-11-23T00:52:35.903Z I CONTROL Service 'MongoDB' (MongoDB) installed with command line 'C:\mongodb\bin\mongod.exe --config C:\mongodb\mongod.conf --service' 2015-11-23T00:52:35.903Z I CONTROL Service can be started from the command line with 'net start MongoDB' 2015-11-23T00:53:05.699Z I CONTROL ***** SERVER RESTARTED ***** 2015-11-23T00:53:05.704Z I CONTROL Trying to start Windows service 'MongoDB' 2015-11-23T00:53:05.705Z I STORAGE Service running 2015-11-23T00:53:05.986Z I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=7G,session_max=20000,eviction=(threads_max=4),statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=60,log_size=2GB),statistics_log=(wait=0), 2015-11-23T00:53:06.557Z I CONTROL [initandlisten] MongoDB starting : pid=12080 port=27017 dbpath=D:\Data\ 64-bit host=DESKTOP-DCPAVOP 2015-11-23T00:53:06.557Z I CONTROL [initandlisten] targetMinOS: Windows 7/Windows Server 2008 R2 2015-11-23T00:53:06.557Z I CONTROL [initandlisten] db version v3.0.7 2015-11-23T00:53:06.558Z I CONTROL [initandlisten] git version: 6ce7cbe8c6b899552dadd907604559806aa2e9bd 2015-11-23T00:53:06.558Z I CONTROL [initandlisten] build info: windows sys.getwindowsversion(major=6, minor=1, build=7601, platform=2, service_pack='Service Pack 1') BOOST_LIB_VERSION=1_49 2015-11-23T00:53:06.558Z I CONTROL [initandlisten] allocator: tcmalloc 2015-11-23T00:53:06.558Z I CONTROL [initandlisten] options: { config: "C:\mongodb\mongod.conf", net: { bindIp: "127.0.0.1", port: 27017 }, service: true, storage: { dbPath: "D:\Data\", engine: "wiredTiger", wiredTiger: { collectionConfig: { blockCompressor: "snappy" } } }, systemLog: { destination: "file", logAppend: true, path: "C:\MongoDB\mongodb.log", timeStampFormat: "iso8601-utc" } } 2015-11-23T00:53:06.827Z I NETWORK [initandlisten] waiting for connections on port 27017 2015-11-23T00:55:02.954Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:50282 #1 (1 connection now open) 2015-11-23T00:55:11.120Z I NETWORK [conn1] end connection 127.0.0.1:50282 (0 connections now open) 2015-11-23T01:00:58.570Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:50566 #2 (1 connection now open) 2015-11-23T01:00:58.596Z I NETWORK [conn2] end connection 127.0.0.1:50566 (0 connections now open) 2015-11-23T01:01:07.189Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:50567 #3 (1 connection now open) 2015-11-23T01:01:07.740Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:50568 #4 (2 connections now open) 2015-11-23T01:02:40.292Z I NETWORK [conn4] end connection 127.0.0.1:50568 (1 connection now open) 2015-11-23T01:02:40.356Z I NETWORK [conn3] end connection 127.0.0.1:50567 (0 connections now open) 2015-11-23T02:20:10.549Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:55239 #5 (1 connection now open) 2015-11-23T02:20:11.541Z I WRITE [conn5] insert contributions.contributions query: { _id: ObjectId('565277db6488660c246e64c0'), _user_lower: "davidjhulse", type: "PushEvent", _event_id: "2489368070", distinct_commit_count: 1, before: "86ffa724b4d70fce46e760f8cc080f5ec3d7d85f", created_at: "2015-01-01T00:00:00+00:00", ref: "refs/heads/master", head: "a9b22a6d80c1e0bb49c1cf75a3c075b642c28f81", commit_count: 1, user: "davidjhulse", repo: "davidjhulse/davesbingrewardsbot", _repo_lower: "davidjhulse/davesbingrewardsbot" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 2, w: 2 } }, Database: { acquireCount: { w: 1, W: 1 } }, Collection: { acquireCount: { W: 1 } } } 242ms 2015-11-23T02:20:11.554Z I COMMAND [conn5] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 10, w: 10 } }, Database: { acquireCount: { w: 9, W: 1 } }, Collection: { acquireCount: { w: 8, W: 1 } } } 255ms 2015-11-23T02:20:37.617Z I NETWORK [conn5] end connection 127.0.0.1:55239 (0 connections now open) 2015-11-23T02:20:59.385Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:55245 #6 (1 connection now open) 2015-11-23T02:21:22.268Z I COMMAND [conn6] CMD: drop contributions.contributions 2015-11-23T02:21:23.295Z I NETWORK [conn6] end connection 127.0.0.1:55245 (0 connections now open) 2015-11-23T02:21:36.816Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:55251 #7 (1 connection now open) 2015-11-23T02:21:36.841Z I NETWORK [conn7] end connection 127.0.0.1:55251 (0 connections now open) 2015-11-23T02:21:42.662Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:55252 #8 (1 connection now open) 2015-11-23T02:21:43.031Z I INDEX [conn8] build index on: contributions.contributions properties: { v: 1, unique: true, key: { _event_id: 1 }, name: "_event_id_1", ns: "contributions.contributions", sparse: true } 2015-11-23T02:21:43.032Z I INDEX [conn8] building index using bulk method 2015-11-23T02:21:43.057Z I INDEX [conn8] build index done. scanned 0 total records. 0 secs 2015-11-23T02:21:43.058Z I COMMAND [conn8] command contributions.$cmd command: createIndexes { createIndexes: "contributions", indexes: [ { key: { _event_id: 1 }, sparse: true, unique: true, name: "_event_id_1" } ] } keyUpdates:0 writeConflicts:0 numYields:0 reslen:113 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { W: 1 } }, Collection: { acquireCount: { w: 1 } } } 344ms 2015-11-23T02:21:43.156Z I INDEX [conn8] build index on: contributions.contributions properties: { v: 1, key: { _user_lower: 1 }, name: "_user_lower_1", ns: "contributions.contributions" } 2015-11-23T02:21:43.156Z I INDEX [conn8] building index using bulk method 2015-11-23T02:21:43.182Z I INDEX [conn8] build index done. scanned 0 total records. 0 secs 2015-11-23T02:21:43.182Z I COMMAND [conn8] command contributions.$cmd command: createIndexes { createIndexes: "contributions", indexes: [ { key: { _user_lower: 1 }, name: "_user_lower_1" } ] } keyUpdates:0 writeConflicts:0 numYields:0 reslen:113 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { W: 1 } }, Collection: { acquireCount: { w: 1 } } } 121ms 2015-11-23T02:21:43.298Z I INDEX [conn8] build index on: contributions.contributions properties: { v: 1, key: { created_at: 1 }, name: "created_at_1", ns: "contributions.contributions" } 2015-11-23T02:21:43.298Z I INDEX [conn8] building index using bulk method 2015-11-23T02:21:43.324Z I INDEX [conn8] build index done. scanned 0 total records. 0 secs 2015-11-23T02:21:43.324Z I COMMAND [conn8] command contributions.$cmd command: createIndexes { createIndexes: "contributions", indexes: [ { key: { created_at: 1 }, name: "created_at_1" } ] } keyUpdates:0 writeConflicts:0 numYields:0 reslen:113 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { W: 1 } }, Collection: { acquireCount: { w: 1 } } } 138ms 2015-11-23T02:21:43.365Z I NETWORK [conn8] end connection 127.0.0.1:55252 (0 connections now open) 2015-11-23T02:22:06.061Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:55257 #9 (1 connection now open) 2015-11-23T02:23:10.378Z I WRITE [conn9] insert contributions.contributions query: { _id: ObjectId('5652788e648866243ce40502'), type: "PushEvent", commit_count: 1, repo: "ryangun/ryangun.github.io", _event_id: "2492236412", ref: "refs/heads/master", distinct_commit_count: 1, _user_lower: "ryangun", head: "0b7aa45af9e8d7aab8c6b0b9109a222e2c7590e4", _repo_lower: "ryangun/ryangun.github.io", user: "ryangun", before: "ac4a29ac308903c22759700abca32350029f18ec", created_at: "2015-01-04T16:41:54+00:00" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 141ms 2015-11-23T02:23:10.404Z I COMMAND [conn9] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 9, w: 9 } }, Database: { acquireCount: { w: 9 } }, Collection: { acquireCount: { w: 9 } } } 167ms 2015-11-23T02:23:54.718Z I NETWORK [conn9] end connection 127.0.0.1:55257 (0 connections now open) 2015-11-23T02:39:10.578Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:55987 #10 (1 connection now open) 2015-11-23T02:40:14.368Z I COMMAND [conn10] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 9, w: 9 } }, Database: { acquireCount: { w: 9 } }, Collection: { acquireCount: { w: 9 } } } 128ms 2015-11-23T02:41:16.033Z I WRITE [conn10] insert contributions.contributions query: { _id: ObjectId('56527ccb648866174cf7d7b0'), _event_id: "2501106394", before: "35bb0279c9a6fe7809586c22696830ac8a9f3d00", _repo_lower: "designerwebhosting/christopherbyrne.github.io", commit_count: 1, created_at: "2015-01-08T18:13:56+00:00", _user_lower: "designerwebhosting", ref: "refs/heads/gh-pages", repo: "designerwebhosting/christopherbyrne.github.io", user: "designerwebhosting", head: "c188c46267154cc8f8c9eef547ada65c54d1d30b", distinct_commit_count: 1, type: "PushEvent" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 101ms 2015-11-23T02:41:16.058Z I COMMAND [conn10] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 9, w: 9 } }, Database: { acquireCount: { w: 9 } }, Collection: { acquireCount: { w: 9 } } } 127ms 2015-11-23T02:42:17.895Z I WRITE [conn10] insert contributions.contributions query: { _id: ObjectId('56527d09648866174cfeb759'), _event_id: "2502372587", before: "2807c625b7b9d76d6e03541a71c7de59583773b0", _repo_lower: "tspecker/blabla.academy-ios", commit_count: 1, created_at: "2015-01-09T08:05:59+00:00", _user_lower: "tybi", ref: "refs/heads/dev", repo: "tspecker/blabla.academy-ios", user: "Tybi", head: "42e682f9205346da91991cd473a2e4255ef25138", distinct_commit_count: 1, type: "PushEvent" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 234ms 2015-11-23T02:42:17.935Z I COMMAND [conn10] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 9, w: 9 } }, Database: { acquireCount: { w: 9 } }, Collection: { acquireCount: { w: 9 } } } 274ms 2015-11-23T02:43:20.374Z I WRITE [conn10] insert contributions.contributions query: { _id: ObjectId('56527d48648866174c060028'), _event_id: "2505906659", before: "51fdebf850317e8635b831663c168e08762101b2", org: "ssbc", _repo_lower: "ssbc/phoenix", commit_count: 1, created_at: "2015-01-12T01:36:21+00:00", _user_lower: "pfraze", ref: "refs/heads/apimigrate", type: "PushEvent", repo: "ssbc/phoenix", user: "pfraze", head: "fa1aeba0e3e318cbb712ea72b2b9c43bfe9f50cb", distinct_commit_count: 1, _org_lower: "ssbc" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 155ms 2015-11-23T02:43:20.423Z I COMMAND [conn10] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 9, w: 9 } }, Database: { acquireCount: { w: 9 } }, Collection: { acquireCount: { w: 9 } } } 205ms 2015-11-23T02:43:46.699Z I COMMAND [conn10] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 9, w: 9 } }, Database: { acquireCount: { w: 9 } }, Collection: { acquireCount: { w: 9 } } } 133ms 2015-11-23T02:43:55.101Z I COMMAND [conn10] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 10, w: 10 } }, Database: { acquireCount: { w: 10 } }, Collection: { acquireCount: { w: 10 } } } 129ms 2015-11-23T02:44:14.364Z I COMMAND [conn10] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 9, w: 9 } }, Database: { acquireCount: { w: 9 } }, Collection: { acquireCount: { w: 9 } } } 129ms 2015-11-23T02:44:22.944Z I WRITE [conn10] insert contributions.contributions query: { _id: ObjectId('56527d86648866174c0d078a'), _event_id: "2509868545", before: "bdaa7eb9db49dc6864c1344affcce7e165ffc6cd", _repo_lower: "sprunk/zero-k-infrastructure", commit_count: 1, created_at: "2015-01-13T16:43:43+00:00", _user_lower: "sprunk", ref: "refs/heads/patch-22", repo: "sprunk/Zero-K-Infrastructure", user: "sprunk", head: "f25213408e044762b1285930081d0a453530fd0b", distinct_commit_count: 1, type: "PushEvent" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 151ms 2015-11-23T02:44:22.972Z I COMMAND [conn10] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 8, w: 8 } }, Database: { acquireCount: { w: 8 } }, Collection: { acquireCount: { w: 8 } } } 182ms 2015-11-23T02:44:23.336Z I WRITE [conn10] insert contributions.contributions query: { _id: ObjectId('56527d86648866174c0d0b91'), _event_id: "2509877033", before: "80cbfc12f63803ebffae137018ac1238540bfa74", _repo_lower: "a8m/doqmentdb", commit_count: 1, created_at: "2015-01-13T16:46:44+00:00", _user_lower: "a8m", ref: "refs/heads/master", repo: "a8m/doqmentdb", user: "a8m", head: "4e0309fe3e43d952aa5e9b92848ed6bfeeb137a1", distinct_commit_count: 1, type: "PushEvent" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 2, w: 2 } }, Database: { acquireCount: { w: 2 } }, Collection: { acquireCount: { w: 2 } } } 258ms 2015-11-23T02:44:23.382Z I COMMAND [conn10] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 9, w: 9 } }, Database: { acquireCount: { w: 9 } }, Collection: { acquireCount: { w: 9 } } } 308ms 2015-11-23T02:44:24.503Z I WRITE [conn10] insert contributions.contributions query: { _id: ObjectId('56527d88648866174c0d1d3e'), _event_id: "2509912762", before: "3d95ba414940cdc83d277f233b6e21b4529f0ab7", _repo_lower: "fredguile/coldhands-music.com", commit_count: 1, created_at: "2015-01-13T17:00:01+00:00", _user_lower: "fredguile", ref: "refs/heads/master", repo: "fredguile/coldhands-music.com", user: "fredguile", head: "1c32e245af0b702f51aaaf9942cccc7f9be62b8b", distinct_commit_count: 1, type: "PushEvent" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 406ms 2015-11-23T02:44:24.587Z I COMMAND [conn10] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 9, w: 9 } }, Database: { acquireCount: { w: 9 } }, Collection: { acquireCount: { w: 9 } } } 491ms 2015-11-23T02:45:26.330Z I COMMAND [conn10] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 9, w: 9 } }, Database: { acquireCount: { w: 9 } }, Collection: { acquireCount: { w: 9 } } } 123ms 2015-11-23T02:46:29.745Z I WRITE [conn10] insert contributions.contributions query: { _id: ObjectId('56527e05648866174c1bc23c'), _event_id: "2517004202", before: "24cb5609f1a2ae2433759363af550a3df50e1b61", _repo_lower: "cdeil/photutils", commit_count: 1, created_at: "2015-01-16T10:45:40+00:00", _user_lower: "cdeil", ref: "refs/heads/issue-236", repo: "cdeil/photutils", user: "cdeil", head: "472921e24d18e1d440f1960b2a874f72ba503cd0", distinct_commit_count: 1, type: "PushEvent" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 214ms 2015-11-23T02:46:29.790Z I COMMAND [conn10] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 9, w: 9 } }, Database: { acquireCount: { w: 9 } }, Collection: { acquireCount: { w: 9 } } } 259ms 2015-11-23T02:47:33.791Z I WRITE [conn10] insert contributions.contributions query: { _id: ObjectId('56527e45648866174c2258c9'), _event_id: "2518783155", before: "726017d1960bc851b4e35a26adfb9d9a1dcac593", _repo_lower: "d4martin/spotcollection", commit_count: 1, created_at: "2015-01-17T02:40:53+00:00", _user_lower: "d4martin", ref: "refs/heads/master", repo: "D4Martin/SpotCollection", user: "D4Martin", head: "8cb384b19064ebfcb352d1ad40bacb00a4f0d42c", distinct_commit_count: 1, type: "PushEvent" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 7, w: 7 } }, Database: { acquireCount: { w: 7 } }, Collection: { acquireCount: { w: 7 } } } 117ms 2015-11-23T02:47:33.799Z I COMMAND [conn10] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 9, w: 9 } }, Database: { acquireCount: { w: 9 } }, Collection: { acquireCount: { w: 9 } } } 145ms 2015-11-23T02:50:47.011Z I WRITE [conn10] insert contributions.contributions query: { _id: ObjectId('56527f06648866174c34897b'), _event_id: "2527111652", before: "c9fd3c2bd2a2ccded699c842b88d68a9a9d4d865", _repo_lower: "sethamander/hello-world", commit_count: 2, created_at: "2015-01-21T16:58:08+00:00", _user_lower: "sethamander", ref: "refs/heads/master", repo: "Sethamander/hello-world", user: "Sethamander", head: "a2b1f274294b53fa64c54ed341ad6f5235b34ec7", distinct_commit_count: 1, type: "PushEvent" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 286ms 2015-11-23T02:50:47.039Z I COMMAND [conn10] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 634 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 6, w: 6 } }, Database: { acquireCount: { w: 6 } }, Collection: { acquireCount: { w: 6 } } } 314ms 2015-11-23T02:51:52.133Z I WRITE [conn10] insert contributions.contributions query: { _id: ObjectId('56527f47648866174c3bfabf'), _event_id: "2530764330", before: "e638720b688b3653251da7ea1781a9602c2e8ea6", org: "arangodb", _repo_lower: "arangodb/guesser", commit_count: 1, created_at: "2015-01-22T22:41:33+00:00", _user_lower: "neunhoef", ref: "refs/heads/step7", type: "PushEvent", repo: "arangodb/guesser", user: "neunhoef", head: "eb117801fbe929bb57cd4831147d8875ad1fb4b9", distinct_commit_count: 1, _org_lower: "arangodb" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 5, w: 5 } }, Database: { acquireCount: { w: 5 } }, Collection: { acquireCount: { w: 5 } } } 324ms 2015-11-23T02:51:52.163Z I COMMAND [conn10] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 8, w: 8 } }, Database: { acquireCount: { w: 8 } }, Collection: { acquireCount: { w: 8 } } } 369ms 2015-11-23T02:52:57.737Z I WRITE [conn10] insert contributions.contributions query: { _id: ObjectId('56527f89648866174c43a024'), _event_id: "2533977629", before: "f57f099ce6673ec83f50cf71f3ec2de473894d2f", _repo_lower: "akashm1990/clarkesworld-kindle", commit_count: 1, created_at: "2015-01-24T13:00:00+00:00", _user_lower: "akashm1990", ref: "refs/heads/Dev", repo: "akashm1990/clarkesworld-kindle", user: "akashm1990", head: "a80997552d07c147952f7530d63bbba628ff72d6", distinct_commit_count: 1, type: "PushEvent" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 170ms 2015-11-23T02:52:57.781Z I COMMAND [conn10] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 9, w: 9 } }, Database: { acquireCount: { w: 9 } }, Collection: { acquireCount: { w: 9 } } } 214ms 2015-11-23T02:54:03.775Z I WRITE [conn10] insert contributions.contributions query: { _id: ObjectId('56527fcb648866174c4b69e2'), comment_id: 71403374, _repo_lower: "dustingetz/react-cursor", created_at: "2015-01-26T01:00:00+00:00", _user_lower: "tindli", _event_id: "2535449671", issue_number: 33, repo: "dustingetz/react-cursor", user: "tindli", action: "created", issue_url: "https://github.com/dustingetz/react-cursor/issues/33", comment_body: "yeah I completely agree that the current implementation seems to be best for an existing react project looking for a cursor lib. As soon as the st...", type: "IssueCommentEvent", comment_url: "https://github.com/dustingetz/react-cursor/issues/33#issuecomment-71403374" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 219ms 2015-11-23T02:54:03.804Z I COMMAND [conn10] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 9, w: 9 } }, Database: { acquireCount: { w: 9 } }, Collection: { acquireCount: { w: 9 } } } 248ms 2015-11-23T02:55:10.545Z I WRITE [conn10] insert contributions.contributions query: { _id: ObjectId('5652800e648866174c530af8'), _event_id: "2539731796", before: "e74ac71b0b27d32a3f0a799304a915dcf740826d", _repo_lower: "k4rtik/davpssahibabad.org-2008", commit_count: 1, created_at: "2015-01-27T17:05:17+00:00", _user_lower: "k4rtik", ref: "refs/heads/master", repo: "k4rtik/davpssahibabad.org-2008", user: "k4rtik", head: "3aefc47834750bb88df3c0c17ed9fbc4c2d6ee72", distinct_commit_count: 1, type: "PushEvent" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 146ms 2015-11-23T02:55:10.569Z I COMMAND [conn10] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 9, w: 9 } }, Database: { acquireCount: { w: 9 } }, Collection: { acquireCount: { w: 9 } } } 171ms 2015-11-23T02:56:17.734Z I WRITE [conn10] insert contributions.contributions query: { _id: ObjectId('56528051648866174c5ad96c'), _event_id: "2543492743", before: "3c09d5fe28cf4c331feac005106fae3780b31aea", _repo_lower: "elisaapra/elisaapra.github.io", commit_count: 1, created_at: "2015-01-28T23:08:30+00:00", _user_lower: "elisaapra", ref: "refs/heads/master", repo: "elisaapra/elisaapra.github.io", user: "elisaapra", head: "d23fe0bba92e0cd7593538c182bdebb084185209", distinct_commit_count: 1, type: "PushEvent" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 5, w: 5 } }, Database: { acquireCount: { w: 5 } }, Collection: { acquireCount: { w: 5 } } } 124ms 2015-11-23T02:56:17.759Z I COMMAND [conn10] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 9, w: 9 } }, Database: { acquireCount: { w: 9 } }, Collection: { acquireCount: { w: 9 } } } 164ms 2015-11-23T02:58:34.087Z I COMMAND [conn10] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 9, w: 9 } }, Database: { acquireCount: { w: 9 } }, Collection: { acquireCount: { w: 9 } } } 121ms 2015-11-23T02:59:42.622Z I WRITE [conn10] insert contributions.contributions query: { _id: ObjectId('5652811e648866174c70d3cf'), _event_id: "2552288152", before: "eec7ecc3ebfd0d0d11a10d9ba78ebc97f910d31f", _repo_lower: "hmdev/aozoraepub3", commit_count: 1, created_at: "2015-02-02T16:16:59+00:00", _user_lower: "hmdev", ref: "refs/heads/master", repo: "hmdev/AozoraEpub3", user: "hmdev", head: "9e813f0e56feb1d6bb9dafb5ae197fa604011198", distinct_commit_count: 1, type: "PushEvent" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 125ms 2015-11-23T02:59:42.651Z I COMMAND [conn10] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 9, w: 9 } }, Database: { acquireCount: { w: 9 } }, Collection: { acquireCount: { w: 9 } } } 154ms 2015-11-23T03:02:05.934Z I COMMAND [conn10] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 8, w: 8 } }, Database: { acquireCount: { w: 8 } }, Collection: { acquireCount: { w: 8 } } } 102ms 2015-11-23T03:04:21.783Z I WRITE [conn10] insert contributions.contributions query: { _id: ObjectId('56528235648866174c8f6bef'), _event_id: "2566006866", before: "5d912a69007e3e42fc91176315d0146a5db92560", org: "dgmde15", _repo_lower: "dgmde15/dgmde15.github.io", commit_count: 1, created_at: "2015-02-08T01:35:34+00:00", _user_lower: "aresnick", ref: "refs/heads/master", type: "PushEvent", repo: "dgmde15/dgmde15.github.io", user: "aresnick", head: "68f3344c3f6ee7e0af528c47f7ec0aa53413d2c3", distinct_commit_count: 1, _org_lower: "dgmde15" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 229ms 2015-11-23T03:04:21.834Z I COMMAND [conn10] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 9, w: 9 } }, Database: { acquireCount: { w: 9 } }, Collection: { acquireCount: { w: 9 } } } 281ms 2015-11-23T03:05:32.620Z I WRITE [conn10] insert contributions.contributions query: { _id: ObjectId('5652827c648866174c979840'), _event_id: "2569536608", before: "bbbc73ce68084454ffd05086fd64562b5afacda8", _repo_lower: "kiergarlen/app", commit_count: 1, created_at: "2015-02-09T23:20:12+00:00", _user_lower: "kiergarlen", ref: "refs/heads/master", repo: "kiergarlen/app", user: "kiergarlen", head: "20b0668f8f9197c9a542e5b4dece28fc98f46dc6", distinct_commit_count: 1, type: "PushEvent" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 150ms 2015-11-23T03:05:32.652Z I COMMAND [conn10] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 9, w: 9 } }, Database: { acquireCount: { w: 9 } }, Collection: { acquireCount: { w: 9 } } } 182ms 2015-11-23T03:06:43.792Z I WRITE [conn10] insert contributions.contributions query: { _id: ObjectId('565282c3648866174c9f8baa'), _event_id: "2572819190", before: "cf159cfa728ec4db3ea19b9d6b1dd465d32eedba", _repo_lower: "tdaltonc/behavioralvaluemeasurements", commit_count: 1, created_at: "2015-02-11T01:45:13+00:00", _user_lower: "tdaltonc", ref: "refs/heads/master", repo: "TDaltonC/BehavioralValueMeasurements", user: "TDaltonC", head: "1d9287901ad0ab7cda45a14a957127a606dbd558", distinct_commit_count: 1, type: "PushEvent" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 106ms 2015-11-23T03:06:43.835Z I COMMAND [conn10] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 9, w: 9 } }, Database: { acquireCount: { w: 9 } }, Collection: { acquireCount: { w: 9 } } } 150ms 2015-11-23T03:06:49.557Z I COMMAND [conn10] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 8, w: 8 } }, Database: { acquireCount: { w: 8 } }, Collection: { acquireCount: { w: 8 } } } 104ms 2015-11-23T03:07:55.597Z I WRITE [conn10] insert contributions.contributions query: { _id: ObjectId('5652830b648866174ca79dc0'), _event_id: "2577499722", before: "96ea6b6766e527b1d2c21c60b6b29305a3df395a", _repo_lower: "elaneylee/pharmatalk", commit_count: 1, created_at: "2015-02-12T17:22:16+00:00", _user_lower: "elaneylee", ref: "refs/heads/master", repo: "elaneylee/pharmaTalk", user: "elaneylee", head: "dd66086e7e96f835af73df2f5da258216c1ecbf8", distinct_commit_count: 1, type: "PushEvent" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 173ms 2015-11-23T03:07:55.625Z I COMMAND [conn10] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 9, w: 9 } }, Database: { acquireCount: { w: 9 } }, Collection: { acquireCount: { w: 9 } } } 202ms 2015-11-23T03:08:02.001Z I COMMAND [conn10] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 9, w: 9 } }, Database: { acquireCount: { w: 9 } }, Collection: { acquireCount: { w: 9 } } } 166ms 2015-11-23T03:10:20.857Z I WRITE [conn10] insert contributions.contributions query: { _id: ObjectId('5652839b648866174cb7d1c2'), _event_id: "2582427722", before: "2ec09a81506cfee4c1c12384b9285274e43c1d05", _repo_lower: "kenhoff/workout", commit_count: 5, created_at: "2015-02-15T07:15:06+00:00", _user_lower: "kenhoff", ref: "refs/heads/dev", repo: "kenhoff/workout", user: "kenhoff", head: "f5fccc323c76a56e75b9c12b2940261cd290e3e6", distinct_commit_count: 5, type: "PushEvent" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 8, w: 8 } }, Database: { acquireCount: { w: 8 } }, Collection: { acquireCount: { w: 8 } } } 1035ms 2015-11-23T03:10:20.858Z I COMMAND [conn10] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 9, w: 9 } }, Database: { acquireCount: { w: 9 } }, Collection: { acquireCount: { w: 9 } } } 1062ms 2015-11-23T03:10:21.344Z I COMMAND [conn10] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 9, w: 9 } }, Database: { acquireCount: { w: 9 } }, Collection: { acquireCount: { w: 9 } } } 135ms 2015-11-23T03:10:27.874Z I WRITE [conn10] insert contributions.contributions query: { _id: ObjectId('565283a3648866174cb8822d'), comment_id: 74484529, _repo_lower: "maoo/alfresco-boxes", created_at: "2015-02-16T10:03:49+00:00", _user_lower: "maoo", _event_id: "2583770976", issue_number: 25, repo: "maoo/alfresco-boxes", user: "maoo", action: "created", issue_url: "https://github.com/maoo/alfresco-boxes/issues/25", comment_body: "Hi Michael, thanks for the notification; yes, the syntax you mention is much cleaner and I will refactor all Berksfile, pointing to this issue. Nex...", type: "IssueCommentEvent", comment_url: "https://github.com/maoo/alfresco-boxes/issues/25#issuecomment-74484529" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 125ms 2015-11-23T03:10:27.902Z I COMMAND [conn10] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 9, w: 9 } }, Database: { acquireCount: { w: 9 } }, Collection: { acquireCount: { w: 9 } } } 153ms 2015-11-23T03:11:34.719Z I WRITE [conn10] insert contributions.contributions query: { _id: ObjectId('565283e6648866174cc002e7'), _event_id: "2587215862", before: "c06d4477633692c1c48c825b0e3942741358ecad", _repo_lower: "davidlyster/ededdneddy_scrabble", commit_count: 1, created_at: "2015-02-17T17:05:32+00:00", _user_lower: "davidlyster", ref: "refs/heads/master", repo: "davidlyster/EdEddnEddy_Scrabble", user: "davidlyster", head: "f949e4a8d98861e4090197576164d8597bc2ace6", distinct_commit_count: 1, type: "PushEvent" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 107ms 2015-11-23T03:11:34.743Z I COMMAND [conn10] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 9, w: 9 } }, Database: { acquireCount: { w: 9 } }, Collection: { acquireCount: { w: 9 } } } 134ms 2015-11-23T03:11:41.461Z I WRITE [conn10] insert contributions.contributions query: { _id: ObjectId('565283ed648866174cc0b1e4'), org: "spyder-ide", _repo_lower: "spyder-ide/spyder", created_at: "2015-02-17T19:10:10+00:00", _user_lower: "spyder-issues-migrator", _event_id: "2587547958", issue_number: 1294, html_url: "https://github.com/spyder-ide/spyder/issues/1294", type: "IssuesEvent", repo: "spyder-ide/spyder", user: "spyder-issues-migrator", action: "opened", _org_lower: "spyder-ide" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 141ms 2015-11-23T03:11:41.487Z I COMMAND [conn10] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 8, w: 8 } }, Database: { acquireCount: { w: 8 } }, Collection: { acquireCount: { w: 8 } } } 170ms 2015-11-23T03:16:33.231Z I WRITE [conn10] insert contributions.contributions query: { _id: ObjectId('56528511648866174ce04c02'), _event_id: "2600785734", before: "d2202de5ea38ead28b6ae14d8c77f46486c84a60", _repo_lower: "caneruguz/osf-email-template", commit_count: 1, created_at: "2015-02-23T18:21:10+00:00", _user_lower: "caneruguz", ref: "refs/heads/develop", repo: "caneruguz/OSF-email-template", user: "caneruguz", head: "32d73fcc48a3e8745312271968a80667f16b4267", distinct_commit_count: 1, type: "PushEvent" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 3, w: 3 } }, Database: { acquireCount: { w: 3 } }, Collection: { acquireCount: { w: 3 } } } 108ms 2015-11-23T03:16:33.250Z I COMMAND [conn10] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 9, w: 9 } }, Database: { acquireCount: { w: 9 } }, Collection: { acquireCount: { w: 9 } } } 136ms 2015-11-23T03:17:48.537Z I WRITE [conn10] insert contributions.contributions query: { _id: ObjectId('5652855b648866174ce8a17b'), _event_id: "2602022940", before: "56a086993f7e71923bc6f57189e599cf4fd7d869", _repo_lower: "gonzalon/codilitypracticejava", commit_count: 2, created_at: "2015-02-24T03:21:08+00:00", _user_lower: "gonzalon", ref: "refs/heads/master", repo: "gonzalon/CodilityPracticeJava", user: "gonzalon", head: "1e88dbee0f2a0c22e62858ef1ce3ac6493282767", distinct_commit_count: 2, type: "PushEvent" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 3, w: 3 } }, Database: { acquireCount: { w: 3 } }, Collection: { acquireCount: { w: 3 } } } 970ms 2015-11-23T03:17:48.553Z I COMMAND [conn10] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 8, w: 8 } }, Database: { acquireCount: { w: 8 } }, Collection: { acquireCount: { w: 8 } } } 997ms 2015-11-23T03:17:48.929Z I WRITE [conn10] insert contributions.contributions query: { _id: ObjectId('5652855c648866174ce8a9da'), comment_id: 75692606, _repo_lower: "chrsmith/bwapi", created_at: "2015-02-24T03:31:05+00:00", _user_lower: "googlecodeexporter", _event_id: "2602035751", issue_number: 28, repo: "chrsmith/bwapi", user: "GoogleCodeExporter", action: "created", issue_url: "https://github.com/chrsmith/bwapi/issues/28", comment_body: "``` Need this in soon. ``` ----- Original comment by `AHeinerm` on 27 Nov 2008 at 5:04 * Changed state: **Accepted** * Added labels: **Priority-High*...", type: "IssueCommentEvent", comment_url: "https://github.com/chrsmith/bwapi/issues/28#issuecomment-75692606" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 5, w: 5 } }, Database: { acquireCount: { w: 5 } }, Collection: { acquireCount: { w: 5 } } } 142ms 2015-11-23T03:17:48.962Z I COMMAND [conn10] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 9, w: 9 } }, Database: { acquireCount: { w: 9 } }, Collection: { acquireCount: { w: 9 } } } 189ms 2015-11-23T03:17:56.844Z I COMMAND [conn10] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 9, w: 9 } }, Database: { acquireCount: { w: 9 } }, Collection: { acquireCount: { w: 9 } } } 106ms 2015-11-23T03:31:31.687Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:57435 #11 (2 connections now open) 2015-11-23T03:31:32.846Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:57436 #12 (3 connections now open) 2015-11-23T03:31:32.951Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:57437 #13 (4 connections now open) 2015-11-23T03:31:33.057Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:57438 #14 (5 connections now open) 2015-11-23T03:31:33.162Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:57439 #15 (6 connections now open) 2015-11-23T03:31:33.269Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:57440 #16 (7 connections now open) 2015-11-23T03:31:33.375Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:57441 #17 (8 connections now open) 2015-11-23T03:31:33.483Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:57442 #18 (9 connections now open) 2015-11-23T03:31:33.598Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:57443 #19 (10 connections now open) 2015-11-23T03:31:33.705Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:57444 #20 (11 connections now open) 2015-11-23T03:31:33.812Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:57445 #21 (12 connections now open) 2015-11-23T03:31:33.919Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:57446 #22 (13 connections now open) 2015-11-23T03:31:34.031Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:57447 #23 (14 connections now open) 2015-11-23T03:31:34.150Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:57448 #24 (15 connections now open) 2015-11-23T03:31:34.256Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:57449 #25 (16 connections now open) 2015-11-23T03:31:34.361Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:57450 #26 (17 connections now open) 2015-11-23T03:31:34.467Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:57451 #27 (18 connections now open) 2015-11-23T03:31:34.569Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:57452 #28 (19 connections now open) 2015-11-23T03:31:34.674Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:57453 #29 (20 connections now open) 2015-11-23T03:31:34.789Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:57454 #30 (21 connections now open) 2015-11-23T03:31:34.897Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:57455 #31 (22 connections now open) 2015-11-23T03:31:35.003Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:57456 #32 (23 connections now open) 2015-11-23T03:31:35.110Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:57457 #33 (24 connections now open) 2015-11-23T03:31:35.217Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:57458 #34 (25 connections now open) 2015-11-23T03:31:35.321Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:57459 #35 (26 connections now open) 2015-11-23T03:31:35.393Z I NETWORK [conn35] end connection 127.0.0.1:57459 (25 connections now open) 2015-11-23T03:32:52.626Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:57469 #36 (26 connections now open) 2015-11-23T03:50:13.880Z I NETWORK [conn36] end connection 127.0.0.1:57469 (25 connections now open) 2015-11-23T14:16:32.920Z I NETWORK [conn34] end connection 127.0.0.1:57458 (24 connections now open) 2015-11-23T14:16:32.920Z I NETWORK [conn16] end connection 127.0.0.1:57440 (24 connections now open) 2015-11-23T14:16:32.920Z I NETWORK [conn31] end connection 127.0.0.1:57455 (24 connections now open) 2015-11-23T14:16:32.920Z I NETWORK [conn20] end connection 127.0.0.1:57444 (24 connections now open) 2015-11-23T14:16:32.920Z I NETWORK [conn17] end connection 127.0.0.1:57441 (24 connections now open) 2015-11-23T14:16:32.920Z I NETWORK [conn26] end connection 127.0.0.1:57450 (24 connections now open) 2015-11-23T14:16:32.920Z I NETWORK [conn13] end connection 127.0.0.1:57437 (24 connections now open) 2015-11-23T14:16:32.920Z I NETWORK [conn21] end connection 127.0.0.1:57445 (24 connections now open) 2015-11-23T14:16:32.920Z I NETWORK [conn24] end connection 127.0.0.1:57448 (17 connections now open) 2015-11-23T14:16:32.920Z I NETWORK [conn23] end connection 127.0.0.1:57447 (24 connections now open) 2015-11-23T14:16:32.920Z I NETWORK [conn27] end connection 127.0.0.1:57451 (22 connections now open) 2015-11-23T14:16:32.920Z I NETWORK [conn30] end connection 127.0.0.1:57454 (22 connections now open) 2015-11-23T14:16:32.920Z I NETWORK [conn12] end connection 127.0.0.1:57436 (22 connections now open) 2015-11-23T14:16:32.920Z I NETWORK [conn33] end connection 127.0.0.1:57457 (20 connections now open) 2015-11-23T14:16:32.920Z I NETWORK [conn25] end connection 127.0.0.1:57449 (19 connections now open) 2015-11-23T14:16:32.920Z I NETWORK [conn22] end connection 127.0.0.1:57446 (24 connections now open) 2015-11-23T14:16:32.920Z I NETWORK [conn32] end connection 127.0.0.1:57456 (17 connections now open) 2015-11-23T14:16:32.921Z I NETWORK [conn18] end connection 127.0.0.1:57442 (12 connections now open) 2015-11-23T14:16:32.921Z I NETWORK [conn19] end connection 127.0.0.1:57443 (11 connections now open) 2015-11-23T14:16:32.984Z I NETWORK [conn10] end connection 127.0.0.1:55987 (5 connections now open) 2015-11-23T14:16:32.989Z I NETWORK [conn11] end connection 127.0.0.1:57435 (4 connections now open) 2015-11-23T14:16:33.239Z I NETWORK [conn28] end connection 127.0.0.1:57452 (3 connections now open) 2015-11-23T14:16:33.239Z I NETWORK [conn14] end connection 127.0.0.1:57438 (3 connections now open) 2015-11-23T14:16:33.239Z I NETWORK [conn15] end connection 127.0.0.1:57439 (3 connections now open) 2015-11-23T14:16:33.239Z I NETWORK [conn29] end connection 127.0.0.1:57453 (3 connections now open) 2015-11-23T15:01:48.980Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:62992 #37 (1 connection now open) 2015-11-23T15:28:55.674Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:49747 #38 (2 connections now open) 2015-11-23T15:40:12.347Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:51101 #39 (3 connections now open) 2015-11-23T15:57:46.876Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:51558 #40 (4 connections now open) 2015-11-23T17:01:50.178Z I NETWORK [conn37] end connection 127.0.0.1:62992 (3 connections now open) 2015-11-23T19:26:11.561Z I NETWORK [conn39] end connection 127.0.0.1:51101 (2 connections now open) 2015-11-23T19:26:11.638Z I NETWORK [conn40] end connection 127.0.0.1:51558 (1 connection now open) 2015-11-23T19:26:11.639Z I NETWORK [conn38] end connection 127.0.0.1:49747 (0 connections now open) 2015-11-24T22:05:35.025Z I CONTROL ***** SERVER RESTARTED ***** 2015-11-24T22:05:35.071Z I CONTROL Trying to start Windows service 'MongoDB' 2015-11-24T22:05:35.071Z I STORAGE Service running 2015-11-24T22:05:35.100Z W - [initandlisten] Detected unclean shutdown - D:\Data\mongod.lock is not empty. 2015-11-24T22:05:35.101Z W STORAGE [initandlisten] Recovering data from the last clean checkpoint. 2015-11-24T22:05:35.101Z I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=7G,session_max=20000,eviction=(threads_max=4),statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=60,log_size=2GB),statistics_log=(wait=0), 2015-11-24T22:05:35.773Z I CONTROL [initandlisten] MongoDB starting : pid=2672 port=27017 dbpath=D:\Data\ 64-bit host=DESKTOP-DCPAVOP 2015-11-24T22:05:35.773Z I CONTROL [initandlisten] targetMinOS: Windows 7/Windows Server 2008 R2 2015-11-24T22:05:35.773Z I CONTROL [initandlisten] db version v3.0.7 2015-11-24T22:05:35.773Z I CONTROL [initandlisten] git version: 6ce7cbe8c6b899552dadd907604559806aa2e9bd 2015-11-24T22:05:35.773Z I CONTROL [initandlisten] build info: windows sys.getwindowsversion(major=6, minor=1, build=7601, platform=2, service_pack='Service Pack 1') BOOST_LIB_VERSION=1_49 2015-11-24T22:05:35.773Z I CONTROL [initandlisten] allocator: tcmalloc 2015-11-24T22:05:35.773Z I CONTROL [initandlisten] options: { config: "C:\mongodb\mongod.conf", net: { bindIp: "127.0.0.1", port: 27017 }, service: true, storage: { dbPath: "D:\Data\", engine: "wiredTiger", wiredTiger: { collectionConfig: { blockCompressor: "snappy" } } }, systemLog: { destination: "file", logAppend: true, path: "C:\MongoDB\mongodb.log", timeStampFormat: "iso8601-utc" } } 2015-11-24T22:05:35.797Z I NETWORK [initandlisten] waiting for connections on port 27017 2015-11-26T20:36:15.004Z I CONTROL ***** SERVER RESTARTED ***** 2015-11-26T20:36:15.063Z I CONTROL Trying to start Windows service 'MongoDB' 2015-11-26T20:36:15.063Z I STORAGE Service running 2015-11-26T20:36:15.111Z W - [initandlisten] Detected unclean shutdown - D:\Data\mongod.lock is not empty. 2015-11-26T20:36:15.111Z W STORAGE [initandlisten] Recovering data from the last clean checkpoint. 2015-11-26T20:36:15.112Z I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=7G,session_max=20000,eviction=(threads_max=4),statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=60,log_size=2GB),statistics_log=(wait=0), 2015-11-26T20:36:15.800Z I CONTROL [initandlisten] MongoDB starting : pid=2580 port=27017 dbpath=D:\Data\ 64-bit host=DESKTOP-DCPAVOP 2015-11-26T20:36:15.800Z I CONTROL [initandlisten] targetMinOS: Windows 7/Windows Server 2008 R2 2015-11-26T20:36:15.800Z I CONTROL [initandlisten] db version v3.0.7 2015-11-26T20:36:15.800Z I CONTROL [initandlisten] git version: 6ce7cbe8c6b899552dadd907604559806aa2e9bd 2015-11-26T20:36:15.801Z I CONTROL [initandlisten] build info: windows sys.getwindowsversion(major=6, minor=1, build=7601, platform=2, service_pack='Service Pack 1') BOOST_LIB_VERSION=1_49 2015-11-26T20:36:15.801Z I CONTROL [initandlisten] allocator: tcmalloc 2015-11-26T20:36:15.801Z I CONTROL [initandlisten] options: { config: "C:\mongodb\mongod.conf", net: { bindIp: "127.0.0.1", port: 27017 }, service: true, storage: { dbPath: "D:\Data\", engine: "wiredTiger", wiredTiger: { collectionConfig: { blockCompressor: "snappy" } } }, systemLog: { destination: "file", logAppend: true, path: "C:\MongoDB\mongodb.log", timeStampFormat: "iso8601-utc" } } 2015-11-26T20:36:15.831Z I NETWORK [initandlisten] waiting for connections on port 27017 2015-11-29T16:02:53.287Z I CONTROL ***** SERVER RESTARTED ***** 2015-11-29T16:02:53.329Z I CONTROL Trying to start Windows service 'MongoDB' 2015-11-29T16:02:53.330Z I STORAGE Service running 2015-11-29T16:02:53.356Z W - [initandlisten] Detected unclean shutdown - D:\Data\mongod.lock is not empty. 2015-11-29T16:02:53.356Z W STORAGE [initandlisten] Recovering data from the last clean checkpoint. 2015-11-29T16:02:53.356Z I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=7G,session_max=20000,eviction=(threads_max=4),statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=60,log_size=2GB),statistics_log=(wait=0), 2015-11-29T16:02:53.928Z I CONTROL [initandlisten] MongoDB starting : pid=2448 port=27017 dbpath=D:\Data\ 64-bit host=DESKTOP-DCPAVOP 2015-11-29T16:02:53.928Z I CONTROL [initandlisten] targetMinOS: Windows 7/Windows Server 2008 R2 2015-11-29T16:02:53.928Z I CONTROL [initandlisten] db version v3.0.7 2015-11-29T16:02:53.928Z I CONTROL [initandlisten] git version: 6ce7cbe8c6b899552dadd907604559806aa2e9bd 2015-11-29T16:02:53.928Z I CONTROL [initandlisten] build info: windows sys.getwindowsversion(major=6, minor=1, build=7601, platform=2, service_pack='Service Pack 1') BOOST_LIB_VERSION=1_49 2015-11-29T16:02:53.928Z I CONTROL [initandlisten] allocator: tcmalloc 2015-11-29T16:02:53.928Z I CONTROL [initandlisten] options: { config: "C:\mongodb\mongod.conf", net: { bindIp: "127.0.0.1", port: 27017 }, service: true, storage: { dbPath: "D:\Data\", engine: "wiredTiger", wiredTiger: { collectionConfig: { blockCompressor: "snappy" } } }, systemLog: { destination: "file", logAppend: true, path: "C:\MongoDB\mongodb.log", timeStampFormat: "iso8601-utc" } } 2015-11-29T16:02:53.943Z I NETWORK [initandlisten] waiting for connections on port 27017 2015-11-29T20:21:00.636Z I CONTROL ***** SERVER RESTARTED ***** 2015-11-29T20:21:00.683Z I CONTROL Trying to start Windows service 'MongoDB' 2015-11-29T20:21:00.684Z I STORAGE Service running 2015-11-29T20:21:00.725Z W - [initandlisten] Detected unclean shutdown - D:\Data\mongod.lock is not empty. 2015-11-29T20:21:00.725Z W STORAGE [initandlisten] Recovering data from the last clean checkpoint. 2015-11-29T20:21:00.726Z I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=7G,session_max=20000,eviction=(threads_max=4),statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=60,log_size=2GB),statistics_log=(wait=0), 2015-11-29T20:21:01.272Z I CONTROL [initandlisten] MongoDB starting : pid=2608 port=27017 dbpath=D:\Data\ 64-bit host=DESKTOP-DCPAVOP 2015-11-29T20:21:01.272Z I CONTROL [initandlisten] targetMinOS: Windows 7/Windows Server 2008 R2 2015-11-29T20:21:01.272Z I CONTROL [initandlisten] db version v3.0.7 2015-11-29T20:21:01.272Z I CONTROL [initandlisten] git version: 6ce7cbe8c6b899552dadd907604559806aa2e9bd 2015-11-29T20:21:01.272Z I CONTROL [initandlisten] build info: windows sys.getwindowsversion(major=6, minor=1, build=7601, platform=2, service_pack='Service Pack 1') BOOST_LIB_VERSION=1_49 2015-11-29T20:21:01.272Z I CONTROL [initandlisten] allocator: tcmalloc 2015-11-29T20:21:01.272Z I CONTROL [initandlisten] options: { config: "C:\mongodb\mongod.conf", net: { bindIp: "127.0.0.1", port: 27017 }, service: true, storage: { dbPath: "D:\Data\", engine: "wiredTiger", wiredTiger: { collectionConfig: { blockCompressor: "snappy" } } }, systemLog: { destination: "file", logAppend: true, path: "C:\MongoDB\mongodb.log", timeStampFormat: "iso8601-utc" } } 2015-11-29T20:21:01.295Z I NETWORK [initandlisten] waiting for connections on port 27017 2015-11-30T15:40:09.854Z I CONTROL [serviceShutdown] got SERVICE_CONTROL_PRESHUTDOWN request from Windows Service Control Manager, will terminate after current cmd ends 2015-11-30T15:40:09.867Z I CONTROL [serviceStopWorker] now exiting 2015-11-30T15:40:09.867Z I NETWORK [serviceStopWorker] shutdown: going to close listening sockets... 2015-11-30T15:40:09.867Z I NETWORK [serviceStopWorker] closing listening socket: 524 2015-11-30T15:40:09.867Z I NETWORK [serviceStopWorker] shutdown: going to flush diaglog... 2015-11-30T15:40:09.867Z I NETWORK [serviceStopWorker] shutdown: going to close sockets... 2015-11-30T15:40:09.867Z I STORAGE [serviceStopWorker] WiredTigerKVEngine shutting down 2015-11-30T15:40:10.461Z I STORAGE [serviceStopWorker] shutdown: removing fs lock... 2015-11-30T15:40:10.461Z I CONTROL [serviceStopWorker] dbexit: rc: 49 2015-11-30T15:41:57.517Z I CONTROL ***** SERVER RESTARTED ***** 2015-11-30T15:41:57.587Z I CONTROL Trying to start Windows service 'MongoDB' 2015-11-30T15:41:57.587Z I STORAGE Service running 2015-11-30T15:41:57.615Z I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=7G,session_max=20000,eviction=(threads_max=4),statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=60,log_size=2GB),statistics_log=(wait=0), 2015-11-30T15:41:58.153Z I CONTROL [initandlisten] MongoDB starting : pid=2764 port=27017 dbpath=D:\Data\ 64-bit host=DESKTOP-DCPAVOP 2015-11-30T15:41:58.153Z I CONTROL [initandlisten] targetMinOS: Windows 7/Windows Server 2008 R2 2015-11-30T15:41:58.153Z I CONTROL [initandlisten] db version v3.0.7 2015-11-30T15:41:58.153Z I CONTROL [initandlisten] git version: 6ce7cbe8c6b899552dadd907604559806aa2e9bd 2015-11-30T15:41:58.153Z I CONTROL [initandlisten] build info: windows sys.getwindowsversion(major=6, minor=1, build=7601, platform=2, service_pack='Service Pack 1') BOOST_LIB_VERSION=1_49 2015-11-30T15:41:58.153Z I CONTROL [initandlisten] allocator: tcmalloc 2015-11-30T15:41:58.153Z I CONTROL [initandlisten] options: { config: "C:\mongodb\mongod.conf", net: { bindIp: "127.0.0.1", port: 27017 }, service: true, storage: { dbPath: "D:\Data\", engine: "wiredTiger", wiredTiger: { collectionConfig: { blockCompressor: "snappy" } } }, systemLog: { destination: "file", logAppend: true, path: "C:\MongoDB\mongodb.log", timeStampFormat: "iso8601-utc" } } 2015-11-30T15:41:58.168Z I NETWORK [initandlisten] waiting for connections on port 27017 2015-12-01T18:03:15.359Z I CONTROL ***** SERVER RESTARTED ***** 2015-12-01T18:03:15.400Z I CONTROL Trying to start Windows service 'MongoDB' 2015-12-01T18:03:15.401Z I STORAGE Service running 2015-12-01T18:03:15.431Z W - [initandlisten] Detected unclean shutdown - D:\Data\mongod.lock is not empty. 2015-12-01T18:03:15.431Z W STORAGE [initandlisten] Recovering data from the last clean checkpoint. 2015-12-01T18:03:15.432Z I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=7G,session_max=20000,eviction=(threads_max=4),statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=60,log_size=2GB),statistics_log=(wait=0), 2015-12-01T18:03:15.978Z I CONTROL [initandlisten] MongoDB starting : pid=2596 port=27017 dbpath=D:\Data\ 64-bit host=DESKTOP-DCPAVOP 2015-12-01T18:03:15.978Z I CONTROL [initandlisten] targetMinOS: Windows 7/Windows Server 2008 R2 2015-12-01T18:03:15.978Z I CONTROL [initandlisten] db version v3.0.7 2015-12-01T18:03:15.978Z I CONTROL [initandlisten] git version: 6ce7cbe8c6b899552dadd907604559806aa2e9bd 2015-12-01T18:03:15.978Z I CONTROL [initandlisten] build info: windows sys.getwindowsversion(major=6, minor=1, build=7601, platform=2, service_pack='Service Pack 1') BOOST_LIB_VERSION=1_49 2015-12-01T18:03:15.978Z I CONTROL [initandlisten] allocator: tcmalloc 2015-12-01T18:03:15.978Z I CONTROL [initandlisten] options: { config: "C:\mongodb\mongod.conf", net: { bindIp: "127.0.0.1", port: 27017 }, service: true, storage: { dbPath: "D:\Data\", engine: "wiredTiger", wiredTiger: { collectionConfig: { blockCompressor: "snappy" } } }, systemLog: { destination: "file", logAppend: true, path: "C:\MongoDB\mongodb.log", timeStampFormat: "iso8601-utc" } } 2015-12-01T18:03:15.993Z I NETWORK [initandlisten] waiting for connections on port 27017 2015-12-01T21:08:58.144Z I CONTROL ***** SERVER RESTARTED ***** 2015-12-01T21:08:58.193Z I CONTROL Trying to start Windows service 'MongoDB' 2015-12-01T21:08:58.194Z I STORAGE Service running 2015-12-01T21:08:58.225Z W - [initandlisten] Detected unclean shutdown - D:\Data\mongod.lock is not empty. 2015-12-01T21:08:58.226Z W STORAGE [initandlisten] Recovering data from the last clean checkpoint. 2015-12-01T21:08:58.226Z I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=7G,session_max=20000,eviction=(threads_max=4),statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=60,log_size=2GB),statistics_log=(wait=0), 2015-12-01T21:08:58.781Z I CONTROL [initandlisten] MongoDB starting : pid=2804 port=27017 dbpath=D:\Data\ 64-bit host=DESKTOP-DCPAVOP 2015-12-01T21:08:58.781Z I CONTROL [initandlisten] targetMinOS: Windows 7/Windows Server 2008 R2 2015-12-01T21:08:58.781Z I CONTROL [initandlisten] db version v3.0.7 2015-12-01T21:08:58.781Z I CONTROL [initandlisten] git version: 6ce7cbe8c6b899552dadd907604559806aa2e9bd 2015-12-01T21:08:58.781Z I CONTROL [initandlisten] build info: windows sys.getwindowsversion(major=6, minor=1, build=7601, platform=2, service_pack='Service Pack 1') BOOST_LIB_VERSION=1_49 2015-12-01T21:08:58.781Z I CONTROL [initandlisten] allocator: tcmalloc 2015-12-01T21:08:58.781Z I CONTROL [initandlisten] options: { config: "C:\mongodb\mongod.conf", net: { bindIp: "127.0.0.1", port: 27017 }, service: true, storage: { dbPath: "D:\Data\", engine: "wiredTiger", wiredTiger: { collectionConfig: { blockCompressor: "snappy" } } }, systemLog: { destination: "file", logAppend: true, path: "C:\MongoDB\mongodb.log", timeStampFormat: "iso8601-utc" } } 2015-12-01T21:08:58.804Z I NETWORK [initandlisten] waiting for connections on port 27017 2015-12-03T16:42:12.981Z I CONTROL [serviceShutdown] got SERVICE_CONTROL_PRESHUTDOWN request from Windows Service Control Manager, will terminate after current cmd ends 2015-12-03T16:42:12.993Z I CONTROL [serviceStopWorker] now exiting 2015-12-03T16:42:12.993Z I NETWORK [serviceStopWorker] shutdown: going to close listening sockets... 2015-12-03T16:42:12.993Z I NETWORK [serviceStopWorker] closing listening socket: 508 2015-12-03T16:42:12.993Z I NETWORK [serviceStopWorker] shutdown: going to flush diaglog... 2015-12-03T16:42:12.993Z I NETWORK [serviceStopWorker] shutdown: going to close sockets... 2015-12-03T16:42:12.993Z I STORAGE [serviceStopWorker] WiredTigerKVEngine shutting down 2015-12-03T16:42:13.542Z I STORAGE [serviceStopWorker] shutdown: removing fs lock... 2015-12-03T16:42:13.542Z I CONTROL [serviceStopWorker] dbexit: rc: 49 2015-12-03T16:43:58.651Z I CONTROL ***** SERVER RESTARTED ***** 2015-12-03T16:43:58.693Z I CONTROL Trying to start Windows service 'MongoDB' 2015-12-03T16:43:58.694Z I STORAGE Service running 2015-12-03T16:43:58.730Z I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=7G,session_max=20000,eviction=(threads_max=4),statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=60,log_size=2GB),statistics_log=(wait=0), 2015-12-03T16:43:59.294Z I CONTROL [initandlisten] MongoDB starting : pid=2716 port=27017 dbpath=D:\Data\ 64-bit host=DESKTOP-DCPAVOP 2015-12-03T16:43:59.294Z I CONTROL [initandlisten] targetMinOS: Windows 7/Windows Server 2008 R2 2015-12-03T16:43:59.294Z I CONTROL [initandlisten] db version v3.0.7 2015-12-03T16:43:59.294Z I CONTROL [initandlisten] git version: 6ce7cbe8c6b899552dadd907604559806aa2e9bd 2015-12-03T16:43:59.294Z I CONTROL [initandlisten] build info: windows sys.getwindowsversion(major=6, minor=1, build=7601, platform=2, service_pack='Service Pack 1') BOOST_LIB_VERSION=1_49 2015-12-03T16:43:59.294Z I CONTROL [initandlisten] allocator: tcmalloc 2015-12-03T16:43:59.294Z I CONTROL [initandlisten] options: { config: "C:\mongodb\mongod.conf", net: { bindIp: "127.0.0.1", port: 27017 }, service: true, storage: { dbPath: "D:\Data\", engine: "wiredTiger", wiredTiger: { collectionConfig: { blockCompressor: "snappy" } } }, systemLog: { destination: "file", logAppend: true, path: "C:\MongoDB\mongodb.log", timeStampFormat: "iso8601-utc" } } 2015-12-03T16:43:59.309Z I NETWORK [initandlisten] waiting for connections on port 27017 2015-12-04T03:39:04.282Z I CONTROL ***** SERVER RESTARTED ***** 2015-12-04T03:39:04.339Z I CONTROL Trying to start Windows service 'MongoDB' 2015-12-04T03:39:04.339Z I STORAGE Service running 2015-12-04T03:39:04.370Z W - [initandlisten] Detected unclean shutdown - D:\Data\mongod.lock is not empty. 2015-12-04T03:39:04.370Z W STORAGE [initandlisten] Recovering data from the last clean checkpoint. 2015-12-04T03:39:04.371Z I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=7G,session_max=20000,eviction=(threads_max=4),statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=60,log_size=2GB),statistics_log=(wait=0), 2015-12-04T03:39:05.001Z I CONTROL [initandlisten] MongoDB starting : pid=2300 port=27017 dbpath=D:\Data\ 64-bit host=DESKTOP-DCPAVOP 2015-12-04T03:39:05.001Z I CONTROL [initandlisten] targetMinOS: Windows 7/Windows Server 2008 R2 2015-12-04T03:39:05.001Z I CONTROL [initandlisten] db version v3.0.7 2015-12-04T03:39:05.001Z I CONTROL [initandlisten] git version: 6ce7cbe8c6b899552dadd907604559806aa2e9bd 2015-12-04T03:39:05.001Z I CONTROL [initandlisten] build info: windows sys.getwindowsversion(major=6, minor=1, build=7601, platform=2, service_pack='Service Pack 1') BOOST_LIB_VERSION=1_49 2015-12-04T03:39:05.001Z I CONTROL [initandlisten] allocator: tcmalloc 2015-12-04T03:39:05.001Z I CONTROL [initandlisten] options: { config: "C:\mongodb\mongod.conf", net: { bindIp: "127.0.0.1", port: 27017 }, service: true, storage: { dbPath: "D:\Data\", engine: "wiredTiger", wiredTiger: { collectionConfig: { blockCompressor: "snappy" } } }, systemLog: { destination: "file", logAppend: true, path: "C:\MongoDB\mongodb.log", timeStampFormat: "iso8601-utc" } } 2015-12-04T03:39:05.024Z I NETWORK [initandlisten] waiting for connections on port 27017 2015-12-07T00:16:18.355Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:58193 #1 (1 connection now open) 2015-12-07T00:16:18.380Z I NETWORK [conn1] end connection 127.0.0.1:58193 (0 connections now open) 2015-12-07T00:16:41.193Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:58195 #2 (1 connection now open) 2015-12-07T01:01:55.095Z I NETWORK [conn2] end connection 127.0.0.1:58195 (0 connections now open) 2015-12-07T01:02:01.310Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:61045 #3 (1 connection now open) 2015-12-07T01:02:01.384Z I NETWORK [conn3] end connection 127.0.0.1:61045 (0 connections now open) 2015-12-07T01:03:01.784Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:61192 #4 (1 connection now open) 2015-12-07T01:04:15.548Z I NETWORK [conn4] end connection 127.0.0.1:61192 (0 connections now open) 2015-12-07T01:04:17.595Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:61202 #5 (1 connection now open) 2015-12-07T01:04:20.041Z I NETWORK [conn5] end connection 127.0.0.1:61202 (0 connections now open) 2015-12-07T01:06:00.749Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:61217 #6 (1 connection now open) 2015-12-07T01:14:07.286Z I NETWORK [conn6] end connection 127.0.0.1:61217 (0 connections now open) 2015-12-07T01:21:51.145Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:61997 #7 (1 connection now open) 2015-12-07T01:50:32.322Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:64169 #8 (2 connections now open) 2015-12-07T01:50:33.627Z I WRITE [conn8] insert contributions.contributions query: { _id: ObjectId('5664e5e9648866260059adda'), commit_count: 1, head: "b24c8fb703dee1298743c0d06bf6e101c0f29951", created_at: "2015-02-25T22:00:00+00:00", user: "karinegmg", org: "CycleView", _repo_lower: "cycleview/cycleview", before: "f3ba5f87c9eb50c1260cf7fb4aecc0f89bafe4a5", repo: "CycleView/CycleView", distinct_commit_count: 1, ref: "refs/heads/karinegmg", _org_lower: "cycleview", type: "PushEvent", _user_lower: "karinegmg", _event_id: "2607576266" } ninserted:0 keyUpdates:0 writeConflicts:0 exception: E11000 duplicate key error collection: contributions.contributions index: _event_id_1 dup key: { : "2607576266" } code:11000 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 401ms 2015-12-07T01:50:33.642Z I COMMAND [conn8] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:156948 locks:{ Global: { acquireCount: { r: 1000, w: 1000 } }, Database: { acquireCount: { w: 1000 } }, Collection: { acquireCount: { w: 1000 } } } 420ms 2015-12-07T01:56:39.101Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:64951 #9 (3 connections now open) 2015-12-07T02:31:38.648Z I WRITE [conn9] insert contributions.contributions query: { _id: ObjectId('5664ef8a6488664744e2d204'), created_at: "2015-02-25T22:05:43+00:00", type: "GollumEvent", repo: "armani-dev/android_device_xiaomi_armani", _org_lower: "armani-dev", _user_lower: "kra1o5", user: "Kra1o5", _event_id: "2607591762", _repo_lower: "armani-dev/android_device_xiaomi_armani", org: "armani-dev", pages: [ { page_name: "CM11.0-Changelog", title: "CM11.0 Changelog", summary: null, action: "edited", sha: "656dd1709cb51172350b81f7951a7b1ade2d7ced", html_url: "https://github.com/armani-dev/android_device_xiaomi_armani/wiki/CM11.0-Changelog" } ] } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 217ms 2015-12-07T02:31:38.648Z I COMMAND [conn9] command contributions.$cmd command: insert { insert: "contributions", ordered: true, documents: [ { _id: ObjectId('5664ef8a6488664744e2d204'), created_at: "2015-02-25T22:05:43+00:00", type: "GollumEvent", repo: "armani-dev/android_device_xiaomi_armani", _org_lower: "armani-dev", _user_lower: "kra1o5", user: "Kra1o5", _event_id: "2607591762", _repo_lower: "armani-dev/android_device_xiaomi_armani", org: "armani-dev", pages: [ { page_name: "CM11.0-Changelog", title: "CM11.0 Changelog", summary: null, action: "edited", sha: "656dd1709cb51172350b81f7951a7b1ade2d7ced", html_url: "https://github.com/armani-dev/android_device_xiaomi_armani/wiki/CM11.0-Changelog" } ] } ] } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 217ms 2015-12-07T02:31:39.922Z I WRITE [conn9] insert contributions.contributions query: { _id: ObjectId('5664ef8b6488664744e2d2c4'), type: "IssueCommentEvent", repo: "cryogenian/slamdata", issue_number: 23, _event_id: "2607593336", action: "created", user: "cryogenian", created_at: "2015-02-25T22:06:18+00:00", issue_url: "https://github.com/cryogenian/slamdata/issues/23", comment_body: "* https://gist.github.com/cryogenian/6b9019feb573330bbb9e * Stick - abandon ```xhr-signal``` to simple callbacks. - put all effectful communicat...", _user_lower: "cryogenian", comment_id: 76070918, comment_url: "https://github.com/cryogenian/slamdata/issues/23#issuecomment-76070918", _repo_lower: "cryogenian/slamdata" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 122ms 2015-12-07T02:31:39.922Z I COMMAND [conn9] command contributions.$cmd command: insert { insert: "contributions", ordered: true, documents: [ { _id: ObjectId('5664ef8b6488664744e2d2c4'), type: "IssueCommentEvent", repo: "cryogenian/slamdata", issue_number: 23, _event_id: "2607593336", action: "created", user: "cryogenian", created_at: "2015-02-25T22:06:18+00:00", issue_url: "https://github.com/cryogenian/slamdata/issues/23", comment_body: "* https://gist.github.com/cryogenian/6b9019feb573330bbb9e * Stick - abandon ```xhr-signal``` to simple callbacks. - put all effectful communicat...", _user_lower: "cryogenian", comment_id: 76070918, comment_url: "https://github.com/cryogenian/slamdata/issues/23#issuecomment-76070918", _repo_lower: "cryogenian/slamdata" } ] } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 122ms 2015-12-07T02:31:42.906Z I WRITE [conn9] insert contributions.contributions query: { _id: ObjectId('5664ef8e6488664744e2d434'), type: "PushEvent", repo: "kfalconspb/bollingerusa", distinct_commit_count: 1, _event_id: "2607596313", user: "kfalconspb", created_at: "2015-02-25T22:07:26+00:00", _user_lower: "kfalconspb", ref: "refs/heads/gh-pages", commit_count: 1, _repo_lower: "kfalconspb/bollingerusa", head: "50fa9c87e26d60f63b49aa1c618e7fd2cee381cf", before: "057a4533ca611345d18e4bfa023983452a1cc1c8" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 119ms 2015-12-07T02:31:42.906Z I COMMAND [conn9] command contributions.$cmd command: insert { insert: "contributions", ordered: true, documents: [ { _id: ObjectId('5664ef8e6488664744e2d434'), type: "PushEvent", repo: "kfalconspb/bollingerusa", distinct_commit_count: 1, _event_id: "2607596313", user: "kfalconspb", created_at: "2015-02-25T22:07:26+00:00", _user_lower: "kfalconspb", ref: "refs/heads/gh-pages", commit_count: 1, _repo_lower: "kfalconspb/bollingerusa", head: "50fa9c87e26d60f63b49aa1c618e7fd2cee381cf", before: "057a4533ca611345d18e4bfa023983452a1cc1c8" } ] } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 119ms 2015-12-07T02:31:46.116Z I WRITE [conn9] insert contributions.contributions query: { _id: ObjectId('5664ef916488664744e2d56c'), type: "IssuesEvent", repo: "jtwig/jtwig", issue_number: 287, _event_id: "2607598686", org: "jtwig", html_url: "https://github.com/jtwig/jtwig/issues/287", user: "thomas-p-wilson", created_at: "2015-02-25T22:08:21+00:00", _user_lower: "thomas-p-wilson", _org_lower: "jtwig", _repo_lower: "jtwig/jtwig", action: "opened" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 121ms 2015-12-07T02:31:46.116Z I COMMAND [conn9] command contributions.$cmd command: insert { insert: "contributions", ordered: true, documents: [ { _id: ObjectId('5664ef916488664744e2d56c'), type: "IssuesEvent", repo: "jtwig/jtwig", issue_number: 287, _event_id: "2607598686", org: "jtwig", html_url: "https://github.com/jtwig/jtwig/issues/287", user: "thomas-p-wilson", created_at: "2015-02-25T22:08:21+00:00", _user_lower: "thomas-p-wilson", _org_lower: "jtwig", _repo_lower: "jtwig/jtwig", action: "opened" } ] } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 121ms 2015-12-07T02:31:49.069Z I WRITE [conn9] insert contributions.contributions query: { _id: ObjectId('5664ef946488664744e2d697'), type: "PushEvent", repo: "eugevanz/eugevanz.github.io", distinct_commit_count: 2, _event_id: "2607601086", user: "eugevanz", created_at: "2015-02-25T22:09:17+00:00", _user_lower: "eugevanz", ref: "refs/heads/master", commit_count: 2, _repo_lower: "eugevanz/eugevanz.github.io", head: "6315b37ccde359ff3ad585e6a0e258aeb7234ca7", before: "5c180d63d16c49c6f424ba76967a42454f949f4a" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 124ms 2015-12-07T02:31:49.070Z I COMMAND [conn9] command contributions.$cmd command: insert { insert: "contributions", ordered: true, documents: [ { _id: ObjectId('5664ef946488664744e2d697'), type: "PushEvent", repo: "eugevanz/eugevanz.github.io", distinct_commit_count: 2, _event_id: "2607601086", user: "eugevanz", created_at: "2015-02-25T22:09:17+00:00", _user_lower: "eugevanz", ref: "refs/heads/master", commit_count: 2, _repo_lower: "eugevanz/eugevanz.github.io", head: "6315b37ccde359ff3ad585e6a0e258aeb7234ca7", before: "5c180d63d16c49c6f424ba76967a42454f949f4a" } ] } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 125ms 2015-12-07T02:31:52.243Z I WRITE [conn9] insert contributions.contributions query: { _id: ObjectId('5664ef986488664744e2d7d8'), created_at: "2015-02-25T22:10:10+00:00", type: "GollumEvent", repo: "windup/windup", _org_lower: "windup", _user_lower: "sgilda", user: "sgilda", _event_id: "2607603678", _repo_lower: "windup/windup", org: "windup", pages: [ { page_name: "Rules-Create-a-Basic-XML-Rule", title: "Rules Create a Basic XML Rule", summary: null, action: "edited", sha: "6d72cd5193d3f3220f4e0d09fca626bd176b452c", html_url: "https://github.com/windup/windup/wiki/Rules-Create-a-Basic-XML-Rule" } ] } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 141ms 2015-12-07T02:31:52.243Z I COMMAND [conn9] command contributions.$cmd command: insert { insert: "contributions", ordered: true, documents: [ { _id: ObjectId('5664ef986488664744e2d7d8'), created_at: "2015-02-25T22:10:10+00:00", type: "GollumEvent", repo: "windup/windup", _org_lower: "windup", _user_lower: "sgilda", user: "sgilda", _event_id: "2607603678", _repo_lower: "windup/windup", org: "windup", pages: [ { page_name: "Rules-Create-a-Basic-XML-Rule", title: "Rules Create a Basic XML Rule", summary: null, action: "edited", sha: "6d72cd5193d3f3220f4e0d09fca626bd176b452c", html_url: "https://github.com/windup/windup/wiki/Rules-Create-a-Basic-XML-Rule" } ] } ] } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 141ms 2015-12-07T02:31:55.325Z I WRITE [conn9] insert contributions.contributions query: { _id: ObjectId('5664ef9b6488664744e2d92d'), type: "PushEvent", repo: "jtank218/Portfolio", distinct_commit_count: 1, _event_id: "2607606391", user: "jtank218", created_at: "2015-02-25T22:11:11+00:00", _user_lower: "jtank218", ref: "refs/heads/master", commit_count: 1, _repo_lower: "jtank218/portfolio", head: "c3486de5a272e17e6323767025a408038f0db2a7", before: "df2b7b94b7fdeb9b62eb8400de896362f641b9c9" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 125ms 2015-12-07T02:31:55.325Z I COMMAND [conn9] command contributions.$cmd command: insert { insert: "contributions", ordered: true, documents: [ { _id: ObjectId('5664ef9b6488664744e2d92d'), type: "PushEvent", repo: "jtank218/Portfolio", distinct_commit_count: 1, _event_id: "2607606391", user: "jtank218", created_at: "2015-02-25T22:11:11+00:00", _user_lower: "jtank218", ref: "refs/heads/master", commit_count: 1, _repo_lower: "jtank218/portfolio", head: "c3486de5a272e17e6323767025a408038f0db2a7", before: "df2b7b94b7fdeb9b62eb8400de896362f641b9c9" } ] } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 125ms 2015-12-07T02:31:58.352Z I WRITE [conn9] insert contributions.contributions query: { _id: ObjectId('5664ef9e6488664744e2da7c'), type: "PushEvent", repo: "gc-ow3/smart-outlet-production", distinct_commit_count: 15, _event_id: "2607609031", user: "gc-ow3", created_at: "2015-02-25T22:12:09+00:00", _user_lower: "gc-ow3", ref: "refs/heads/master", commit_count: 15, _repo_lower: "gc-ow3/smart-outlet-production", head: "9d9190851f4999c9540ca4fbdfae93723ffa0f05", before: "7d61b96a1c14df599fefdb021034db8a1eb63ca8" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 139ms 2015-12-07T02:31:58.352Z I COMMAND [conn9] command contributions.$cmd command: insert { insert: "contributions", ordered: true, documents: [ { _id: ObjectId('5664ef9e6488664744e2da7c'), type: "PushEvent", repo: "gc-ow3/smart-outlet-production", distinct_commit_count: 15, _event_id: "2607609031", user: "gc-ow3", created_at: "2015-02-25T22:12:09+00:00", _user_lower: "gc-ow3", ref: "refs/heads/master", commit_count: 15, _repo_lower: "gc-ow3/smart-outlet-production", head: "9d9190851f4999c9540ca4fbdfae93723ffa0f05", before: "7d61b96a1c14df599fefdb021034db8a1eb63ca8" } ] } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 139ms 2015-12-07T02:32:01.439Z I WRITE [conn9] insert contributions.contributions query: { _id: ObjectId('5664efa16488664744e2dbd4'), created_at: "2015-02-25T22:13:12+00:00", type: "IssuesEvent", repo: "fabiocerqueira/django-pagseguro", _user_lower: "marcelometal", issue_number: 10, _event_id: "2607612016", _repo_lower: "fabiocerqueira/django-pagseguro", action: "opened", html_url: "https://github.com/fabiocerqueira/django-pagseguro/issues/10", user: "marcelometal" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 118ms 2015-12-07T02:32:01.440Z I COMMAND [conn9] command contributions.$cmd command: insert { insert: "contributions", ordered: true, documents: [ { _id: ObjectId('5664efa16488664744e2dbd4'), created_at: "2015-02-25T22:13:12+00:00", type: "IssuesEvent", repo: "fabiocerqueira/django-pagseguro", _user_lower: "marcelometal", issue_number: 10, _event_id: "2607612016", _repo_lower: "fabiocerqueira/django-pagseguro", action: "opened", html_url: "https://github.com/fabiocerqueira/django-pagseguro/issues/10", user: "marcelometal" } ] } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 118ms 2015-12-07T02:32:04.539Z I WRITE [conn9] insert contributions.contributions query: { _id: ObjectId('5664efa46488664744e2dd36'), type: "PushEvent", repo: "ezzye/dogdiary", distinct_commit_count: 1, _event_id: "2607615123", user: "ezzye", created_at: "2015-02-25T22:14:18+00:00", _user_lower: "ezzye", ref: "refs/heads/master", commit_count: 1, _repo_lower: "ezzye/dogdiary", head: "7627e02291b11ba3065f20e93f0b0aeca0efeb22", before: "02115422b7daf969b5e30545c398ed962bbda5b9" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 119ms 2015-12-07T02:32:04.540Z I COMMAND [conn9] command contributions.$cmd command: insert { insert: "contributions", ordered: true, documents: [ { _id: ObjectId('5664efa46488664744e2dd36'), type: "PushEvent", repo: "ezzye/dogdiary", distinct_commit_count: 1, _event_id: "2607615123", user: "ezzye", created_at: "2015-02-25T22:14:18+00:00", _user_lower: "ezzye", ref: "refs/heads/master", commit_count: 1, _repo_lower: "ezzye/dogdiary", head: "7627e02291b11ba3065f20e93f0b0aeca0efeb22", before: "02115422b7daf969b5e30545c398ed962bbda5b9" } ] } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 119ms 2015-12-07T02:32:07.589Z I WRITE [conn9] insert contributions.contributions query: { _id: ObjectId('5664efa76488664744e2de9a'), type: "PushEvent", repo: "eekysam/UHSPres", distinct_commit_count: 1, _event_id: "2607617949", user: "eekysam", created_at: "2015-02-25T22:15:20+00:00", _user_lower: "eekysam", ref: "refs/heads/master", commit_count: 1, _repo_lower: "eekysam/uhspres", head: "d370e00dc053275644863097b546541fd3f970ba", before: "db92167bc910e38795708da22612b228c5ab15d8" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 129ms 2015-12-07T02:32:07.589Z I COMMAND [conn9] command contributions.$cmd command: insert { insert: "contributions", ordered: true, documents: [ { _id: ObjectId('5664efa76488664744e2de9a'), type: "PushEvent", repo: "eekysam/UHSPres", distinct_commit_count: 1, _event_id: "2607617949", user: "eekysam", created_at: "2015-02-25T22:15:20+00:00", _user_lower: "eekysam", ref: "refs/heads/master", commit_count: 1, _repo_lower: "eekysam/uhspres", head: "d370e00dc053275644863097b546541fd3f970ba", before: "db92167bc910e38795708da22612b228c5ab15d8" } ] } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 129ms 2015-12-07T02:32:10.806Z I WRITE [conn9] insert contributions.contributions query: { _id: ObjectId('5664efaa6488664744e2e000'), type: "PushEvent", repo: "a-am/RedactorStyles-Craft", distinct_commit_count: 1, _event_id: "2607620917", user: "a-am", created_at: "2015-02-25T22:16:25+00:00", _user_lower: "a-am", ref: "refs/heads/master", commit_count: 1, _repo_lower: "a-am/redactorstyles-craft", head: "e5daf3966b0f40d4918beb4885139cf559a6d050", before: "97ed4d71fd5f5e671968911e0e269f3bf108488c" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 119ms 2015-12-07T02:32:10.806Z I COMMAND [conn9] command contributions.$cmd command: insert { insert: "contributions", ordered: true, documents: [ { _id: ObjectId('5664efaa6488664744e2e000'), type: "PushEvent", repo: "a-am/RedactorStyles-Craft", distinct_commit_count: 1, _event_id: "2607620917", user: "a-am", created_at: "2015-02-25T22:16:25+00:00", _user_lower: "a-am", ref: "refs/heads/master", commit_count: 1, _repo_lower: "a-am/redactorstyles-craft", head: "e5daf3966b0f40d4918beb4885139cf559a6d050", before: "97ed4d71fd5f5e671968911e0e269f3bf108488c" } ] } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 119ms 2015-12-07T02:32:13.805Z I WRITE [conn9] insert contributions.contributions query: { _id: ObjectId('5664efad6488664744e2e16e'), type: "PushEvent", repo: "sdharan/BroadcomDriver", distinct_commit_count: 1, _event_id: "2607623696", user: "sdharan", created_at: "2015-02-25T22:17:27+00:00", _user_lower: "sdharan", ref: "refs/heads/master", commit_count: 1, _repo_lower: "sdharan/broadcomdriver", head: "e00510a5dd67a810b4f9369224ee824ae3fe9af8", before: "1e197a6bf819eeb35fd393fc72702c43f097c635" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 105ms 2015-12-07T02:32:13.805Z I COMMAND [conn9] command contributions.$cmd command: insert { insert: "contributions", ordered: true, documents: [ { _id: ObjectId('5664efad6488664744e2e16e'), type: "PushEvent", repo: "sdharan/BroadcomDriver", distinct_commit_count: 1, _event_id: "2607623696", user: "sdharan", created_at: "2015-02-25T22:17:27+00:00", _user_lower: "sdharan", ref: "refs/heads/master", commit_count: 1, _repo_lower: "sdharan/broadcomdriver", head: "e00510a5dd67a810b4f9369224ee824ae3fe9af8", before: "1e197a6bf819eeb35fd393fc72702c43f097c635" } ] } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 105ms 2015-12-07T02:32:16.604Z I WRITE [conn9] insert contributions.contributions query: { _id: ObjectId('5664efb06488664744e2e2be'), type: "PushEvent", repo: "nuest/smartEditor-adapter-gpt", distinct_commit_count: 1, _event_id: "2607626727", user: "nuest", created_at: "2015-02-25T22:18:37+00:00", _user_lower: "nuest", ref: "refs/heads/master", commit_count: 1, _repo_lower: "nuest/smarteditor-adapter-gpt", head: "212da86475ea52d6a6d3d9defc84d8bc4b8b6649", before: "363342394f20ffa5aa14f2ec590b25503f8dffc0" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 139ms 2015-12-07T02:32:16.605Z I COMMAND [conn9] command contributions.$cmd command: insert { insert: "contributions", ordered: true, documents: [ { _id: ObjectId('5664efb06488664744e2e2be'), type: "PushEvent", repo: "nuest/smartEditor-adapter-gpt", distinct_commit_count: 1, _event_id: "2607626727", user: "nuest", created_at: "2015-02-25T22:18:37+00:00", _user_lower: "nuest", ref: "refs/heads/master", commit_count: 1, _repo_lower: "nuest/smarteditor-adapter-gpt", head: "212da86475ea52d6a6d3d9defc84d8bc4b8b6649", before: "363342394f20ffa5aa14f2ec590b25503f8dffc0" } ] } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 139ms 2015-12-07T02:32:19.506Z I WRITE [conn9] insert contributions.contributions query: { _id: ObjectId('5664efb36488664744e2e423'), type: "PushEvent", repo: "ivr56/iat381-a02", distinct_commit_count: 1, _event_id: "2607629648", user: "ivr56", created_at: "2015-02-25T22:19:46+00:00", _user_lower: "ivr56", ref: "refs/heads/master", commit_count: 1, _repo_lower: "ivr56/iat381-a02", head: "04a4fcf8bf152ed94c5bf9c2919f73feb7ed8f86", before: "5d3d7ef5195eae55887d01e019be1cf40e85788f" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 128ms 2015-12-07T02:32:19.506Z I COMMAND [conn9] command contributions.$cmd command: insert { insert: "contributions", ordered: true, documents: [ { _id: ObjectId('5664efb36488664744e2e423'), type: "PushEvent", repo: "ivr56/iat381-a02", distinct_commit_count: 1, _event_id: "2607629648", user: "ivr56", created_at: "2015-02-25T22:19:46+00:00", _user_lower: "ivr56", ref: "refs/heads/master", commit_count: 1, _repo_lower: "ivr56/iat381-a02", head: "04a4fcf8bf152ed94c5bf9c2919f73feb7ed8f86", before: "5d3d7ef5195eae55887d01e019be1cf40e85788f" } ] } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 128ms 2015-12-07T02:32:20.837Z I WRITE [conn9] insert contributions.contributions query: { _id: ObjectId('5664efb46488664744e2e490'), type: "IssueCommentEvent", repo: "qbittorrent/qBittorrent", issue_number: 2512, _event_id: "2607630450", org: "qbittorrent", user: "Pireo", created_at: "2015-02-25T22:20:04+00:00", issue_url: "https://github.com/qbittorrent/qBittorrent/pull/2512", comment_body: "@ngosang, I was thinking about this: since torrentz lists the sites where the torrent has been found, is it possible to tell the plug-in to not displa...", _user_lower: "pireo", comment_id: 76073326, comment_url: "https://github.com/qbittorrent/qBittorrent/pull/2512#issuecomment-76073326", _repo_lower: "qbittorrent/qbittorrent", action: "created", _org_lower: "qbittorrent" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 339ms 2015-12-07T02:32:20.837Z I COMMAND [conn9] command contributions.$cmd command: insert { insert: "contributions", ordered: true, documents: [ { _id: ObjectId('5664efb46488664744e2e490'), type: "IssueCommentEvent", repo: "qbittorrent/qBittorrent", issue_number: 2512, _event_id: "2607630450", org: "qbittorrent", user: "Pireo", created_at: "2015-02-25T22:20:04+00:00", issue_url: "https://github.com/qbittorrent/qBittorrent/pull/2512", comment_body: "@ngosang, I was thinking about this: since torrentz lists the sites where the torrent has been found, is it possible to tell the plug-in to not displa...", _user_lower: "pireo", comment_id: 76073326, comment_url: "https://github.com/qbittorrent/qBittorrent/pull/2512#issuecomment-76073326", _repo_lower: "qbittorrent/qbittorrent", action: "created", _org_lower: "qbittorrent" } ] } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 339ms 2015-12-07T02:32:21.195Z I WRITE [conn9] insert contributions.contributions query: { _id: ObjectId('5664efb56488664744e2e49e'), type: "IssueCommentEvent", repo: "petrockblog/RetroPie-Setup", issue_number: 687, _event_id: "2607630517", action: "created", user: "joolswills", created_at: "2015-02-25T22:20:05+00:00", issue_url: "https://github.com/petrockblog/RetroPie-Setup/issues/687", comment_body: "thanks - yeh will be doing a loop to manage it (and likely will stick it in a function). Just need to sort out how to handle the settings. ", _user_lower: "joolswills", comment_id: 76073328, comment_url: "https://github.com/petrockblog/RetroPie-Setup/issues/687#issuecomment-76073328", _repo_lower: "petrockblog/retropie-setup" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 183ms 2015-12-07T02:32:21.195Z I COMMAND [conn9] command contributions.$cmd command: insert { insert: "contributions", ordered: true, documents: [ { _id: ObjectId('5664efb56488664744e2e49e'), type: "IssueCommentEvent", repo: "petrockblog/RetroPie-Setup", issue_number: 687, _event_id: "2607630517", action: "created", user: "joolswills", created_at: "2015-02-25T22:20:05+00:00", issue_url: "https://github.com/petrockblog/RetroPie-Setup/issues/687", comment_body: "thanks - yeh will be doing a loop to manage it (and likely will stick it in a function). Just need to sort out how to handle the settings. ", _user_lower: "joolswills", comment_id: 76073328, comment_url: "https://github.com/petrockblog/RetroPie-Setup/issues/687#issuecomment-76073328", _repo_lower: "petrockblog/retropie-setup" } ] } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 183ms 2015-12-07T02:32:22.687Z I WRITE [conn9] insert contributions.contributions query: { _id: ObjectId('5664efb66488664744e2e53d'), type: "PushEvent", repo: "chenxiaolong/DualBootPatcher", distinct_commit_count: 1, _event_id: "2607631670", user: "chenxiaolong", created_at: "2015-02-25T22:20:29+00:00", _user_lower: "chenxiaolong", ref: "refs/heads/master", commit_count: 1, _repo_lower: "chenxiaolong/dualbootpatcher", head: "18e3144655cc175b09be3b5b17d32d921520ba98", before: "f7bdd17d1aba7d7d9dfc15382ae5dc60f824b5b6" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 135ms 2015-12-07T02:32:22.687Z I COMMAND [conn9] command contributions.$cmd command: insert { insert: "contributions", ordered: true, documents: [ { _id: ObjectId('5664efb66488664744e2e53d'), type: "PushEvent", repo: "chenxiaolong/DualBootPatcher", distinct_commit_count: 1, _event_id: "2607631670", user: "chenxiaolong", created_at: "2015-02-25T22:20:29+00:00", _user_lower: "chenxiaolong", ref: "refs/heads/master", commit_count: 1, _repo_lower: "chenxiaolong/dualbootpatcher", head: "18e3144655cc175b09be3b5b17d32d921520ba98", before: "f7bdd17d1aba7d7d9dfc15382ae5dc60f824b5b6" } ] } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 135ms 2015-12-07T02:32:25.658Z I WRITE [conn9] insert contributions.contributions query: { _id: ObjectId('5664efb96488664744e2e6ad'), type: "IssueCommentEvent", repo: "trayo/committen_ember", issue_number: 16, _event_id: "2607634548", action: "created", user: "skuhlmann", created_at: "2015-02-25T22:21:32+00:00", issue_url: "https://github.com/trayo/committen_ember/pull/16", comment_body: "Looks good.", _user_lower: "skuhlmann", comment_id: 76073595, comment_url: "https://github.com/trayo/committen_ember/pull/16#issuecomment-76073595", _repo_lower: "trayo/committen_ember" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 131ms 2015-12-07T02:32:25.658Z I COMMAND [conn9] command contributions.$cmd command: insert { insert: "contributions", ordered: true, documents: [ { _id: ObjectId('5664efb96488664744e2e6ad'), type: "IssueCommentEvent", repo: "trayo/committen_ember", issue_number: 16, _event_id: "2607634548", action: "created", user: "skuhlmann", created_at: "2015-02-25T22:21:32+00:00", issue_url: "https://github.com/trayo/committen_ember/pull/16", comment_body: "Looks good.", _user_lower: "skuhlmann", comment_id: 76073595, comment_url: "https://github.com/trayo/committen_ember/pull/16#issuecomment-76073595", _repo_lower: "trayo/committen_ember" } ] } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 131ms 2015-12-07T02:32:31.637Z I WRITE [conn9] insert contributions.contributions query: { _id: ObjectId('5664efbf6488664744e2e9b3'), type: "PushEvent", repo: "vedadsar/Njam.ba", distinct_commit_count: 1, _event_id: "2607640609", user: "vedadsar", created_at: "2015-02-25T22:23:49+00:00", _user_lower: "vedadsar", ref: "refs/heads/Develop", commit_count: 2, _repo_lower: "vedadsar/njam.ba", head: "f783bc25998e875231597fa567cda64eb54fb134", before: "db7637613639d8167502314e32894b8ac4300f76" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 119ms 2015-12-07T02:32:31.637Z I COMMAND [conn9] command contributions.$cmd command: insert { insert: "contributions", ordered: true, documents: [ { _id: ObjectId('5664efbf6488664744e2e9b3'), type: "PushEvent", repo: "vedadsar/Njam.ba", distinct_commit_count: 1, _event_id: "2607640609", user: "vedadsar", created_at: "2015-02-25T22:23:49+00:00", _user_lower: "vedadsar", ref: "refs/heads/Develop", commit_count: 2, _repo_lower: "vedadsar/njam.ba", head: "f783bc25998e875231597fa567cda64eb54fb134", before: "db7637613639d8167502314e32894b8ac4300f76" } ] } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 119ms 2015-12-07T02:32:34.993Z I WRITE [conn9] insert contributions.contributions query: { _id: ObjectId('5664efc26488664744e2eb4f'), type: "PushEvent", repo: "noironetworks/docker", user: "noirobot", _event_id: "2607643954", org: "noironetworks", distinct_commit_count: 3, created_at: "2015-02-25T22:25:01+00:00", _user_lower: "noirobot", ref: "refs/heads/master", commit_count: 3, before: "21811f07861007da1481c7a1ad100720e09ffa98", _repo_lower: "noironetworks/docker", head: "9a2e58dd2940d11d3c8f22a0fabe54591a5e3619", _org_lower: "noironetworks" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 119ms 2015-12-07T02:32:34.993Z I COMMAND [conn9] command contributions.$cmd command: insert { insert: "contributions", ordered: true, documents: [ { _id: ObjectId('5664efc26488664744e2eb4f'), type: "PushEvent", repo: "noironetworks/docker", user: "noirobot", _event_id: "2607643954", org: "noironetworks", distinct_commit_count: 3, created_at: "2015-02-25T22:25:01+00:00", _user_lower: "noirobot", ref: "refs/heads/master", commit_count: 3, before: "21811f07861007da1481c7a1ad100720e09ffa98", _repo_lower: "noironetworks/docker", head: "9a2e58dd2940d11d3c8f22a0fabe54591a5e3619", _org_lower: "noironetworks" } ] } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 119ms 2015-12-07T02:32:38.075Z I WRITE [conn9] insert contributions.contributions query: { _id: ObjectId('5664efc56488664744e2ecca'), created_at: "2015-02-25T22:26:13+00:00", type: "MemberEvent", repo: "MasonIII/cal-maker-pass", _event_id: "2607647284", _user_lower: "masoniii", target_action: "added", user: "MasonIII", target_user: "davyli", _repo_lower: "masoniii/cal-maker-pass" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 118ms 2015-12-07T02:32:38.075Z I COMMAND [conn9] command contributions.$cmd command: insert { insert: "contributions", ordered: true, documents: [ { _id: ObjectId('5664efc56488664744e2ecca'), created_at: "2015-02-25T22:26:13+00:00", type: "MemberEvent", repo: "MasonIII/cal-maker-pass", _event_id: "2607647284", _user_lower: "masoniii", target_action: "added", user: "MasonIII", target_user: "davyli", _repo_lower: "masoniii/cal-maker-pass" } ] } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 118ms 2015-12-07T02:32:41.074Z I WRITE [conn9] insert contributions.contributions query: { _id: ObjectId('5664efc86488664744e2ee56'), type: "IssueCommentEvent", repo: "projectjellyfish/api", issue_number: 153, _event_id: "2607650223", org: "projectjellyfish", user: "OBCENEIKON", created_at: "2015-02-25T22:27:20+00:00", issue_url: "https://github.com/projectjellyfish/api/issues/153", comment_body: "Adding to backlog for now until Monday when we discuss with Thoughtbot.", _user_lower: "obceneikon", comment_id: 76074685, comment_url: "https://github.com/projectjellyfish/api/issues/153#issuecomment-76074685", _repo_lower: "projectjellyfish/api", action: "created", _org_lower: "projectjellyfish" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 140ms 2015-12-07T02:32:41.074Z I COMMAND [conn9] command contributions.$cmd command: insert { insert: "contributions", ordered: true, documents: [ { _id: ObjectId('5664efc86488664744e2ee56'), type: "IssueCommentEvent", repo: "projectjellyfish/api", issue_number: 153, _event_id: "2607650223", org: "projectjellyfish", user: "OBCENEIKON", created_at: "2015-02-25T22:27:20+00:00", issue_url: "https://github.com/projectjellyfish/api/issues/153", comment_body: "Adding to backlog for now until Monday when we discuss with Thoughtbot.", _user_lower: "obceneikon", comment_id: 76074685, comment_url: "https://github.com/projectjellyfish/api/issues/153#issuecomment-76074685", _repo_lower: "projectjellyfish/api", action: "created", _org_lower: "projectjellyfish" } ] } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 140ms 2015-12-07T02:32:49.671Z I WRITE [conn9] insert contributions.contributions query: { _id: ObjectId('5664efd16488664744e2f2e1'), type: "IssuesEvent", repo: "Leaflet/Leaflet", issue_number: 3254, _event_id: "2607659367", org: "Leaflet", html_url: "https://github.com/Leaflet/Leaflet/issues/3254", user: "lee101", created_at: "2015-02-25T22:30:52+00:00", _user_lower: "lee101", _org_lower: "leaflet", _repo_lower: "leaflet/leaflet", action: "opened" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 120ms 2015-12-07T02:32:49.671Z I COMMAND [conn9] command contributions.$cmd command: insert { insert: "contributions", ordered: true, documents: [ { _id: ObjectId('5664efd16488664744e2f2e1'), type: "IssuesEvent", repo: "Leaflet/Leaflet", issue_number: 3254, _event_id: "2607659367", org: "Leaflet", html_url: "https://github.com/Leaflet/Leaflet/issues/3254", user: "lee101", created_at: "2015-02-25T22:30:52+00:00", _user_lower: "lee101", _org_lower: "leaflet", _repo_lower: "leaflet/leaflet", action: "opened" } ] } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 120ms 2015-12-07T02:32:53.148Z I WRITE [conn9] insert contributions.contributions query: { _id: ObjectId('5664efd56488664744e2f488'), type: "PushEvent", repo: "BradDenver/frontend-test", distinct_commit_count: 3, _event_id: "2607662649", user: "BradDenver", created_at: "2015-02-25T22:32:11+00:00", _user_lower: "braddenver", ref: "refs/heads/master", commit_count: 3, _repo_lower: "braddenver/frontend-test", head: "6e8b91fca84adb8f7bb6cc7d79ce472a91d24b32", before: "ec40bf1f63b9e605cc63fe7662f2a506e5babd83" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 131ms 2015-12-07T02:32:53.148Z I COMMAND [conn9] command contributions.$cmd command: insert { insert: "contributions", ordered: true, documents: [ { _id: ObjectId('5664efd56488664744e2f488'), type: "PushEvent", repo: "BradDenver/frontend-test", distinct_commit_count: 3, _event_id: "2607662649", user: "BradDenver", created_at: "2015-02-25T22:32:11+00:00", _user_lower: "braddenver", ref: "refs/heads/master", commit_count: 3, _repo_lower: "braddenver/frontend-test", head: "6e8b91fca84adb8f7bb6cc7d79ce472a91d24b32", before: "ec40bf1f63b9e605cc63fe7662f2a506e5babd83" } ] } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 131ms 2015-12-07T02:32:56.130Z I WRITE [conn9] insert contributions.contributions query: { _id: ObjectId('5664efd86488664744e2f62b'), type: "PushEvent", repo: "scoarescoare/jspm-react", distinct_commit_count: 1, _event_id: "2607665853", user: "scoarescoare", created_at: "2015-02-25T22:33:27+00:00", _user_lower: "scoarescoare", ref: "refs/heads/ui-layout", commit_count: 1, _repo_lower: "scoarescoare/jspm-react", head: "8bb140cfa640d19de21ef103390c79f28e377c84", before: "143a417697634f0e8bd0f556272767ae95c1e636" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 122ms 2015-12-07T02:32:56.130Z I COMMAND [conn9] command contributions.$cmd command: insert { insert: "contributions", ordered: true, documents: [ { _id: ObjectId('5664efd86488664744e2f62b'), type: "PushEvent", repo: "scoarescoare/jspm-react", distinct_commit_count: 1, _event_id: "2607665853", user: "scoarescoare", created_at: "2015-02-25T22:33:27+00:00", _user_lower: "scoarescoare", ref: "refs/heads/ui-layout", commit_count: 1, _repo_lower: "scoarescoare/jspm-react", head: "8bb140cfa640d19de21ef103390c79f28e377c84", before: "143a417697634f0e8bd0f556272767ae95c1e636" } ] } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 122ms 2015-12-07T02:32:59.114Z I WRITE [conn9] insert contributions.contributions query: { _id: ObjectId('5664efdb6488664744e2f7ba'), type: "IssueCommentEvent", repo: "juju/juju", issue_number: 1662, _event_id: "2607668805", org: "juju", user: "jujubot", created_at: "2015-02-25T22:34:36+00:00", issue_url: "https://github.com/juju/juju/pull/1662", comment_body: "Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju", _user_lower: "jujubot", comment_id: 76075960, comment_url: "https://github.com/juju/juju/pull/1662#issuecomment-76075960", _repo_lower: "juju/juju", action: "created", _org_lower: "juju" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 107ms 2015-12-07T02:32:59.114Z I COMMAND [conn9] command contributions.$cmd command: insert { insert: "contributions", ordered: true, documents: [ { _id: ObjectId('5664efdb6488664744e2f7ba'), type: "IssueCommentEvent", repo: "juju/juju", issue_number: 1662, _event_id: "2607668805", org: "juju", user: "jujubot", created_at: "2015-02-25T22:34:36+00:00", issue_url: "https://github.com/juju/juju/pull/1662", comment_body: "Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju", _user_lower: "jujubot", comment_id: 76075960, comment_url: "https://github.com/juju/juju/pull/1662#issuecomment-76075960", _repo_lower: "juju/juju", action: "created", _org_lower: "juju" } ] } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 107ms 2015-12-07T02:33:11.099Z I NETWORK [conn7] end connection 127.0.0.1:61997 (2 connections now open) 2015-12-07T02:33:23.983Z I WRITE [conn9] insert contributions.contributions query: { _id: ObjectId('5664eff26488664744e3055b'), type: "PushEvent", repo: "wmayner/pyphi", distinct_commit_count: 4, _event_id: "2607696376", user: "wmayner", created_at: "2015-02-25T22:45:28+00:00", _user_lower: "wmayner", ref: "refs/heads/develop", commit_count: 4, _repo_lower: "wmayner/pyphi", head: "9a76801af95cba761c212fc36dee8ca7a6da9d50", before: "d1227e459bd23a4ccb671c37d6ebfad698fac21a" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 1032ms 2015-12-07T02:33:23.983Z I COMMAND [conn9] command contributions.$cmd command: insert { insert: "contributions", ordered: true, documents: [ { _id: ObjectId('5664eff26488664744e3055b'), type: "PushEvent", repo: "wmayner/pyphi", distinct_commit_count: 4, _event_id: "2607696376", user: "wmayner", created_at: "2015-02-25T22:45:28+00:00", _user_lower: "wmayner", ref: "refs/heads/develop", commit_count: 4, _repo_lower: "wmayner/pyphi", head: "9a76801af95cba761c212fc36dee8ca7a6da9d50", before: "d1227e459bd23a4ccb671c37d6ebfad698fac21a" } ] } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 1032ms 2015-12-07T02:33:24.482Z I WRITE [conn9] insert contributions.contributions query: { _id: ObjectId('5664eff46488664744e30576'), type: "PushEvent", repo: "zeromq/azmq", user: "hintjens", _event_id: "2607696563", org: "zeromq", distinct_commit_count: 3, created_at: "2015-02-25T22:45:33+00:00", _user_lower: "hintjens", ref: "refs/heads/master", commit_count: 3, before: "7971088a9dedf5797abc44651bd03b2c23251535", _repo_lower: "zeromq/azmq", head: "d68c28ca465cde9d5d54a5abae7e3c00c86dc17c", _org_lower: "zeromq" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 244ms 2015-12-07T02:33:24.482Z I COMMAND [conn9] command contributions.$cmd command: insert { insert: "contributions", ordered: true, documents: [ { _id: ObjectId('5664eff46488664744e30576'), type: "PushEvent", repo: "zeromq/azmq", user: "hintjens", _event_id: "2607696563", org: "zeromq", distinct_commit_count: 3, created_at: "2015-02-25T22:45:33+00:00", _user_lower: "hintjens", ref: "refs/heads/master", commit_count: 3, before: "7971088a9dedf5797abc44651bd03b2c23251535", _repo_lower: "zeromq/azmq", head: "d68c28ca465cde9d5d54a5abae7e3c00c86dc17c", _org_lower: "zeromq" } ] } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 244ms 2015-12-07T02:38:16.363Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:50061 #10 (3 connections now open) 2015-12-07T02:38:23.231Z I NETWORK [conn10] end connection 127.0.0.1:50061 (2 connections now open) 2015-12-07T02:44:06.715Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:50416 #11 (3 connections now open) 2015-12-07T02:44:08.222Z I NETWORK [conn11] end connection 127.0.0.1:50416 (2 connections now open) 2015-12-07T02:44:32.272Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:50428 #12 (3 connections now open) 2015-12-07T02:45:55.479Z I NETWORK [conn9] end connection 127.0.0.1:64951 (2 connections now open) 2015-12-07T02:46:21.918Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:50450 #13 (3 connections now open) 2015-12-07T02:52:13.390Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:51343 #14 (4 connections now open) 2015-12-07T02:53:55.838Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:51362 #15 (5 connections now open) 2015-12-07T02:54:30.991Z I WRITE [conn15] insert contributions.contributions query: { _id: ObjectId('5664f4e56488662b88780575'), repo: "roturner/make-a-web-page", type: "PushEvent", head: "889cf5cf14cb850a61656cee38812a08659654a8", distinct_commit_count: 1, user: "roturner", _user_lower: "roturner", commit_count: 1, _event_id: "2607780363", ref: "refs/heads/master", _repo_lower: "roturner/make-a-web-page", before: "58da4ced09511070b1e832550de144e921681daf", created_at: "2015-02-25T23:19:25+00:00" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 1428ms 2015-12-07T02:54:30.991Z I COMMAND [conn15] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 10 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 2, w: 2 } }, Database: { acquireCount: { w: 2 } }, Collection: { acquireCount: { w: 2 } } } 1428ms 2015-12-07T02:54:32.329Z I WRITE [conn15] insert contributions.contributions query: { _id: ObjectId('5664f4e76488662b88780677'), repo: "alonewolfx2/nodemcu-firmware", type: "PushEvent", head: "fcb80c62cf54bdba1c78b314066e363c1d93103e", distinct_commit_count: 1, user: "alonewolfx2", _user_lower: "alonewolfx2", commit_count: 1, _event_id: "2607782353", ref: "refs/heads/master", _repo_lower: "alonewolfx2/nodemcu-firmware", before: "278e3541d328fea5aa3a63af6153f218df7c172e", created_at: "2015-02-25T23:20:17+00:00" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 867ms 2015-12-07T02:54:32.329Z I COMMAND [conn15] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 10 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 2, w: 2 } }, Database: { acquireCount: { w: 2 } }, Collection: { acquireCount: { w: 2 } } } 868ms 2015-12-07T02:54:32.518Z I WRITE [conn15] insert contributions.contributions query: { _id: ObjectId('5664f4e86488662b8878068b'), issue_url: "https://github.com/ryancramerdesign/ProcessWire/issues/914", repo: "ryancramerdesign/ProcessWire", user: "Spica2", issue_number: 914, comment_body: "agree, same issiu here", _event_id: "2607782544", comment_id: 76083376, _user_lower: "spica2", type: "IssueCommentEvent", created_at: "2015-02-25T23:20:23+00:00", _repo_lower: "ryancramerdesign/processwire", comment_url: "https://github.com/ryancramerdesign/ProcessWire/issues/914#issuecomment-76083376", action: "created" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 116ms 2015-12-07T02:54:32.518Z I COMMAND [conn15] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 10 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 2, w: 2 } }, Database: { acquireCount: { w: 2 } }, Collection: { acquireCount: { w: 2 } } } 117ms 2015-12-07T02:54:32.652Z I WRITE [conn15] insert contributions.contributions query: { _id: ObjectId('5664f4e86488662b8878069b'), repo: "marcusschroeder/coding", type: "PushEvent", head: "6aa18ced87b474b391ac43e71d1b6bf233f20289", distinct_commit_count: 1, user: "marcusschroeder", _user_lower: "marcusschroeder", commit_count: 1, _event_id: "2607782665", ref: "refs/heads/master", _repo_lower: "marcusschroeder/coding", before: "3e43da8e5a3e5443a81674288251227addc4d363", created_at: "2015-02-25T23:20:26+00:00" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 101ms 2015-12-07T02:54:32.653Z I COMMAND [conn15] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 10 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 2, w: 2 } }, Database: { acquireCount: { w: 2 } }, Collection: { acquireCount: { w: 2 } } } 101ms 2015-12-07T02:55:37.346Z I WRITE [conn15] insert contributions.contributions query: { _id: ObjectId('5664f5276488662b8879077d'), repo: "grzegab/school-register", type: "PushEvent", head: "143710244b07349bf10fd1e8095a677b533a1f99", distinct_commit_count: 1, user: "grzegab", _user_lower: "grzegab", commit_count: 1, _event_id: "2605415223", ref: "refs/heads/master", _repo_lower: "grzegab/school-register", before: "cd9983cb9c2da2032da587cd92100a05bfb74d76", created_at: "2015-02-25T07:30:03+00:00" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 2088ms 2015-12-07T02:55:37.347Z I COMMAND [conn15] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 10 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 2, w: 2 } }, Database: { acquireCount: { w: 2 } }, Collection: { acquireCount: { w: 2 } } } 2089ms 2015-12-07T02:55:39.480Z I WRITE [conn15] insert contributions.contributions query: { _id: ObjectId('5664f52a6488662b88790be9'), repo: "rensramos/rens.github.io", type: "PushEvent", head: "d7fcbfb8ecc7f62d4bf1612b669fc5ebf40ecdab", distinct_commit_count: 1, user: "rensramos", _user_lower: "rensramos", commit_count: 1, _event_id: "2605422021", ref: "refs/heads/master", _repo_lower: "rensramos/rens.github.io", before: "4ee6481f26d7ba9cb9c32cef3a50c9ca2e68041d", created_at: "2015-02-25T07:35:11+00:00" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 1228ms 2015-12-07T02:55:39.481Z I COMMAND [conn15] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 10 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 2, w: 2 } }, Database: { acquireCount: { w: 2 } }, Collection: { acquireCount: { w: 2 } } } 1229ms 2015-12-07T02:56:18.489Z I NETWORK [conn15] end connection 127.0.0.1:51362 (4 connections now open) 2015-12-07T02:56:25.395Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:51386 #16 (5 connections now open) 2015-12-07T02:56:44.069Z I WRITE [conn16] insert contributions.contributions query: { _id: ObjectId('5664f56a6488663a60baa3a9'), distinct_commit_count: 1, ref: "refs/heads/gaming1", repo: "xavierhainaux/StageXL", _event_id: "2609248797", _repo_lower: "xavierhainaux/stagexl", before: "008f4334b2f99ac228353800a7c2839c2289458c", type: "PushEvent", head: "559cdaa03df3abf48b9e811aff0e8ff455ff802b", created_at: "2015-02-26T13:37:42+00:00", user: "xavierhainaux", _user_lower: "xavierhainaux", commit_count: 1 } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 2, w: 2 } }, Database: { acquireCount: { w: 2 } }, Collection: { acquireCount: { w: 2 } } } 1481ms 2015-12-07T02:56:44.079Z I COMMAND [conn16] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 500 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 5, w: 5 } }, Database: { acquireCount: { w: 5 } }, Collection: { acquireCount: { w: 5 } } } 1502ms 2015-12-07T02:56:46.955Z I WRITE [conn16] insert contributions.contributions query: { _id: ObjectId('5664f56d6488663a60bad463'), distinct_commit_count: 1, ref: "refs/heads/new2", repo: "cdeckert/Masterarbeit", _event_id: "2609339757", _repo_lower: "cdeckert/masterarbeit", before: "112462662b15bae5ee51be6196266beaea5dd8ae", type: "PushEvent", head: "246736054ce566d5d6dfbe4c15741873a995177d", created_at: "2015-02-26T14:14:53+00:00", user: "cdeckert", _user_lower: "cdeckert", commit_count: 1 } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 905ms 2015-12-07T02:56:46.967Z I COMMAND [conn16] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 500 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 5, w: 5 } }, Database: { acquireCount: { w: 5 } }, Collection: { acquireCount: { w: 5 } } } 920ms 2015-12-07T02:58:24.610Z I WRITE [conn16] insert contributions.contributions query: { _id: ObjectId('5664f5b26488663a60bde66e'), distinct_commit_count: 1, ref: "refs/heads/master", repo: "webwesen/confluence-rest-go", _event_id: "2610725449", _repo_lower: "webwesen/confluence-rest-go", before: "98d80c47672addc5a763e378441d2b6ca8f041f8", type: "PushEvent", head: "f081ddbfa8aa4729b45daa6de80bbffa03f68ff3", created_at: "2015-02-26T22:04:37+00:00", user: "webwesen", _user_lower: "webwesen", commit_count: 1 } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 2, w: 2 } }, Database: { acquireCount: { w: 2 } }, Collection: { acquireCount: { w: 2 } } } 30416ms 2015-12-07T02:58:24.622Z I COMMAND [conn16] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 500 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 5, w: 5 } }, Database: { acquireCount: { w: 5 } }, Collection: { acquireCount: { w: 5 } } } 30436ms 2015-12-07T02:58:30.748Z I WRITE [conn16] insert contributions.contributions query: { _id: ObjectId('5664f5d46488663a60be2467'), issue_number: 111, repo: "atom/snippets", _event_id: "2610851399", _repo_lower: "atom/snippets", type: "IssuesEvent", org: "atom", html_url: "https://github.com/atom/snippets/issues/111", created_at: "2015-02-26T22:51:28+00:00", user: "redtwiggy", _user_lower: "redtwiggy", _org_lower: "atom", action: "opened" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 1688ms 2015-12-07T02:58:30.766Z I COMMAND [conn16] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 500 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 5, w: 5 } }, Database: { acquireCount: { w: 5 } }, Collection: { acquireCount: { w: 5 } } } 1709ms 2015-12-07T02:58:30.941Z I COMMAND [conn16] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 500 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 5, w: 5 } }, Database: { acquireCount: { w: 5 } }, Collection: { acquireCount: { w: 5 } } } 104ms 2015-12-07T03:00:46.382Z I WRITE [conn16] insert contributions.contributions query: { _id: ObjectId('5664f65d6488663a60cb4e03'), distinct_commit_count: 1, ref: "refs/heads/master", repo: "darko-dimitrievski/GithubExample", _event_id: "2615431776", _repo_lower: "darko-dimitrievski/githubexample", before: "20a9268cc7339c2776de33c69180ce547414bf71", type: "PushEvent", head: "a0f171c867b3987a4d887fd1e2573e7bb63311f6", created_at: "2015-03-01T14:30:28+00:00", user: "darko-dimitrievski", _user_lower: "darko-dimitrievski", commit_count: 1 } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 2, w: 2 } }, Database: { acquireCount: { w: 2 } }, Collection: { acquireCount: { w: 2 } } } 1246ms 2015-12-07T03:00:46.391Z I COMMAND [conn16] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 500 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 5, w: 5 } }, Database: { acquireCount: { w: 5 } }, Collection: { acquireCount: { w: 5 } } } 1260ms 2015-12-07T03:01:56.734Z I WRITE [conn16] insert contributions.contributions query: { _id: ObjectId('5664f6a46488663a60d1bd62'), distinct_commit_count: 1, ref: "refs/heads/feature/hotfix", repo: "thoma202/ebay", _event_id: "2617804193", _repo_lower: "thoma202/ebay", before: "dbfe56c826784f15d9c0412d4c25ae0127e025fa", type: "PushEvent", head: "00ccde6cd189cdca0ccc57890f844ce62446605c", created_at: "2015-03-02T17:33:47+00:00", user: "kevindesousa202", _user_lower: "kevindesousa202", commit_count: 1 } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 129ms 2015-12-07T03:01:56.749Z I COMMAND [conn16] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 500 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 5, w: 5 } }, Database: { acquireCount: { w: 5 } }, Collection: { acquireCount: { w: 5 } } } 144ms 2015-12-07T03:03:12.763Z I WRITE [conn16] insert contributions.contributions query: { _id: ObjectId('5664f6f06488663a60d99479'), distinct_commit_count: 1, ref: "refs/heads/gh-pages", repo: "Martin0809/img", _event_id: "2619200418", _repo_lower: "martin0809/img", before: "a2c3b22015c232c678d3d72fbf0a872f409bb25a", type: "PushEvent", head: "a295b33737fe33a3eba1bf9165e3c474fc4b5c7d", created_at: "2015-03-03T02:31:18+00:00", user: "Martin0809", _user_lower: "martin0809", commit_count: 1 } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 2, w: 2 } }, Database: { acquireCount: { w: 2 } }, Collection: { acquireCount: { w: 2 } } } 221ms 2015-12-07T03:03:12.771Z I COMMAND [conn16] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 500 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 5, w: 5 } }, Database: { acquireCount: { w: 5 } }, Collection: { acquireCount: { w: 5 } } } 237ms 2015-12-07T03:04:50.722Z I WRITE [conn16] insert contributions.contributions query: { _id: ObjectId('5664f7426488663a60dd970c'), issue_number: 3, user: "adense13", repo: "adense13/EIT060", html_url: "https://github.com/adense13/EIT060/issues/3", created_at: "2015-03-04T12:23:22+00:00", _repo_lower: "adense13/eit060", _user_lower: "adense13", type: "IssuesEvent", _event_id: "2623388123", action: "opened" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 4, w: 4 } }, Database: { acquireCount: { w: 4 } }, Collection: { acquireCount: { w: 4 } } } 15765ms 2015-12-07T03:04:50.723Z I COMMAND [conn16] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 500 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 5, w: 5 } }, Database: { acquireCount: { w: 5 } }, Collection: { acquireCount: { w: 5 } } } 15785ms 2015-12-07T03:07:16.223Z I COMMAND [conn16] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 500 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 5, w: 5 } }, Database: { acquireCount: { w: 5 } }, Collection: { acquireCount: { w: 5 } } } 118ms 2015-12-07T03:11:41.006Z I COMMAND [conn16] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 500 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 5, w: 5 } }, Database: { acquireCount: { w: 5 } }, Collection: { acquireCount: { w: 5 } } } 114ms 2015-12-07T03:15:38.549Z I COMMAND [conn16] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 500 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 5, w: 5 } }, Database: { acquireCount: { w: 5 } }, Collection: { acquireCount: { w: 5 } } } 113ms 2015-12-07T03:16:53.370Z I COMMAND [conn16] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 500 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 5, w: 5 } }, Database: { acquireCount: { w: 5 } }, Collection: { acquireCount: { w: 5 } } } 119ms 2015-12-07T03:18:16.469Z I COMMAND [conn16] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 500 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 5, w: 5 } }, Database: { acquireCount: { w: 5 } }, Collection: { acquireCount: { w: 5 } } } 114ms 2015-12-07T03:23:34.400Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:53827 #17 (6 connections now open) 2015-12-07T03:23:35.065Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:53828 #18 (7 connections now open) 2015-12-07T03:23:35.760Z I NETWORK [conn18] end connection 127.0.0.1:53828 (6 connections now open) 2015-12-07T03:23:35.912Z I NETWORK [conn17] end connection 127.0.0.1:53827 (5 connections now open) 2015-12-07T03:27:48.884Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:53908 #19 (6 connections now open) 2015-12-07T03:27:49.554Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:53910 #20 (7 connections now open) 2015-12-07T03:27:49.896Z I NETWORK [conn20] end connection 127.0.0.1:53910 (6 connections now open) 2015-12-07T03:27:49.896Z I NETWORK [conn19] end connection 127.0.0.1:53908 (6 connections now open) 2015-12-07T03:34:40.514Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:54067 #21 (6 connections now open) 2015-12-07T03:34:41.208Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:54068 #22 (7 connections now open) 2015-12-07T03:34:42.032Z I NETWORK [conn21] end connection 127.0.0.1:54067 (6 connections now open) 2015-12-07T03:35:07.272Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:54074 #23 (7 connections now open) 2015-12-07T03:35:07.965Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:54075 #24 (8 connections now open) 2015-12-07T03:35:08.783Z I NETWORK [conn23] end connection 127.0.0.1:54074 (7 connections now open) 2015-12-07T03:35:44.599Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:54081 #25 (8 connections now open) 2015-12-07T03:35:45.269Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:54082 #26 (9 connections now open) 2015-12-07T03:35:45.608Z I NETWORK [conn25] end connection 127.0.0.1:54081 (8 connections now open) 2015-12-07T03:39:35.303Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:54153 #27 (9 connections now open) 2015-12-07T03:39:36.042Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:54154 #28 (10 connections now open) 2015-12-07T03:39:36.317Z I NETWORK [conn27] end connection 127.0.0.1:54153 (9 connections now open) 2015-12-07T03:40:24.227Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:54162 #29 (10 connections now open) 2015-12-07T03:43:29.195Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:54303 #30 (11 connections now open) 2015-12-07T03:43:29.880Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:54304 #31 (12 connections now open) 2015-12-07T03:43:30.208Z I NETWORK [conn30] end connection 127.0.0.1:54303 (11 connections now open) 2015-12-07T03:47:04.104Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:54467 #32 (12 connections now open) 2015-12-07T03:47:04.820Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:54468 #33 (13 connections now open) 2015-12-07T03:50:33.818Z I NETWORK [conn8] end connection 127.0.0.1:64169 (12 connections now open) 2015-12-07T03:54:21.913Z I WRITE [conn33] insert contributions.contributions query: { _id: ObjectId('566502ed64886619dceb2b91'), type: "PushEvent", ref: "refs/heads/master", head: "ed0730b48353d1ab3d1d5ceb07794b77a1f51fd9", repo: "Herringway/gameyaml", created_at: "2015-03-21T17:40:14+00:00", distinct_commit_count: 4, _repo_lower: "herringway/gameyaml", user: "Herringway", before: "1e82870e76cc80b3521eab165e6681b072603570", _user_lower: "herringway", commit_count: 4, _event_id: "2666543793" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 126ms 2015-12-07T03:54:21.914Z I COMMAND [conn33] command contributions.$cmd command: insert { insert: "contributions", ordered: true, documents: 5 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 2, w: 2 } }, Database: { acquireCount: { w: 2 } }, Collection: { acquireCount: { w: 2 } } } 127ms 2015-12-07T03:55:32.763Z I WRITE [conn33] insert contributions.contributions query: { _id: ObjectId('5665033464886619dcef3eb9'), type: "PushEvent", ref: "refs/heads/master", head: "eecdc0232bfc87a6c19620a8147f976d39fd1294", repo: "colincode/el", created_at: "2015-03-22T17:23:29+00:00", distinct_commit_count: 1, _repo_lower: "colincode/el", user: "colincode", before: "faef0fe52531ec711dd5f51a2f6fe3b46fe182bd", _user_lower: "colincode", commit_count: 1, _event_id: "2667493501" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 128ms 2015-12-07T03:55:32.764Z I COMMAND [conn33] command contributions.$cmd command: insert { insert: "contributions", ordered: true, documents: 5 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 2, w: 2 } }, Database: { acquireCount: { w: 2 } }, Collection: { acquireCount: { w: 2 } } } 129ms 2015-12-07T03:56:52.364Z I WRITE [conn33] insert contributions.contributions query: { _id: ObjectId('5665038464886619dcf31b69'), type: "PushEvent", ref: "refs/heads/develop", head: "4831a8b5e3a2a99cede166b70bdc88c156579498", repo: "hyperdns/netdns", created_at: "2015-03-23T13:18:34+00:00", _user_lower: "peterkelly", distinct_commit_count: 1, _repo_lower: "hyperdns/netdns", user: "peterkelly", before: "3d445dda588e039aed9658e08e533a0236b18b9c", _org_lower: "hyperdns", org: "hyperdns", commit_count: 1, _event_id: "2669027525" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 182ms 2015-12-07T03:56:52.364Z I COMMAND [conn33] command contributions.$cmd command: insert { insert: "contributions", ordered: true, documents: 5 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 2, w: 2 } }, Database: { acquireCount: { w: 2 } }, Collection: { acquireCount: { w: 2 } } } 182ms 2015-12-07T03:57:43.953Z I NETWORK [conn12] end connection 127.0.0.1:50428 (11 connections now open) 2015-12-07T03:57:50.052Z I NETWORK [conn29] end connection 127.0.0.1:54162 (10 connections now open) 2015-12-07T03:59:58.408Z I NETWORK [conn33] end connection 127.0.0.1:54468 (9 connections now open) 2015-12-07T03:59:58.612Z I NETWORK [conn32] end connection 127.0.0.1:54467 (8 connections now open) 2015-12-07T15:25:47.108Z I NETWORK [conn31] end connection 127.0.0.1:54304 (7 connections now open) 2015-12-07T15:25:47.108Z I NETWORK [conn28] end connection 127.0.0.1:54154 (7 connections now open) 2015-12-07T15:25:47.108Z I NETWORK [conn26] end connection 127.0.0.1:54082 (5 connections now open) 2015-12-07T15:25:47.108Z I NETWORK [conn14] end connection 127.0.0.1:51343 (4 connections now open) 2015-12-07T15:25:47.109Z I NETWORK [conn22] end connection 127.0.0.1:54068 (3 connections now open) 2015-12-07T15:25:47.109Z I NETWORK [conn16] end connection 127.0.0.1:51386 (2 connections now open) 2015-12-07T15:25:47.109Z I NETWORK [conn24] end connection 127.0.0.1:54075 (1 connection now open) 2015-12-07T15:25:47.109Z I NETWORK [conn13] end connection 127.0.0.1:50450 (0 connections now open) 2015-12-07T18:41:07.809Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:62319 #34 (1 connection now open) 2015-12-07T18:41:08.626Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:62320 #35 (2 connections now open) 2015-12-07T18:41:32.778Z I COMMAND [conn35] command contributions.$cmd command: insert { insert: "contributions", ordered: true, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 9, w: 9 } }, Database: { acquireCount: { w: 9 } }, Collection: { acquireCount: { w: 9 } } } 111ms 2015-12-07T18:41:42.077Z I WRITE [conn35] insert contributions.contributions query: { _id: ObjectId('5665d2e56488662fd84ee3a4'), commit_count: 1, distinct_commit_count: 1, _repo_lower: "vkattou/assignments", _user_lower: "vkattou", type: "PushEvent", created_at: "2015-03-25T11:50:25+00:00", repo: "VKattou/Assignments", before: "169cc581bd23aaf3dc06be85a7509a4955d6effc", head: "d8380ffb853c8d9b137c0ad19595f5190ff64930", _event_id: "2675353577", user: "VKattou", ref: "refs/heads/Backend" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 5, w: 5 } }, Database: { acquireCount: { w: 5 } }, Collection: { acquireCount: { w: 5 } } } 116ms 2015-12-07T18:41:42.087Z I COMMAND [conn35] command contributions.$cmd command: insert { insert: "contributions", ordered: true, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 8, w: 8 } }, Database: { acquireCount: { w: 8 } }, Collection: { acquireCount: { w: 8 } } } 144ms 2015-12-07T18:42:51.701Z I WRITE [conn35] insert contributions.contributions query: { _id: ObjectId('5665d32b6488662fd85a549e'), commit_count: 1, distinct_commit_count: 1, _repo_lower: "kisp/asgl", _user_lower: "kisp", type: "PushEvent", created_at: "2015-03-26T08:09:58+00:00", repo: "kisp/asgl", before: "8a1b5f15bdf70ad79c20f0d04692e7f411a63232", head: "7cbfdc8f01d9b914b6f76270422e4e3d42a4fde2", _event_id: "2678110412", user: "kisp", ref: "refs/heads/master" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 2, w: 2 } }, Database: { acquireCount: { w: 2 } }, Collection: { acquireCount: { w: 2 } } } 111ms 2015-12-07T18:42:51.724Z I COMMAND [conn35] command contributions.$cmd command: insert { insert: "contributions", ordered: true, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 8, w: 8 } }, Database: { acquireCount: { w: 8 } }, Collection: { acquireCount: { w: 8 } } } 142ms 2015-12-07T18:42:52.065Z I WRITE [conn35] insert contributions.contributions query: { _id: ObjectId('5665d32b6488662fd85a5f69'), org: "OTRS", _org_lower: "otrs", commit_count: 1, distinct_commit_count: 1, _repo_lower: "otrs/otrs", _user_lower: "otrsbot", type: "PushEvent", created_at: "2015-03-26T08:22:11+00:00", repo: "OTRS/otrs", before: "8e7f836090b2252ed316cab678dd02a7545cd91b", head: "c0f32ae942df728d878446fe743db77d1bbce46c", _event_id: "2678130038", user: "otrsbot", ref: "refs/heads/master" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 103ms 2015-12-07T18:42:52.108Z I COMMAND [conn35] command contributions.$cmd command: insert { insert: "contributions", ordered: true, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 9, w: 9 } }, Database: { acquireCount: { w: 9 } }, Collection: { acquireCount: { w: 9 } } } 146ms 2015-12-07T18:43:02.107Z I WRITE [conn35] insert contributions.contributions query: { _id: ObjectId('5665d3356488662fd85be91a'), commit_count: 1, distinct_commit_count: 1, _repo_lower: "zattorus/ragis_2.0", _user_lower: "mezase121", type: "PushEvent", created_at: "2015-03-27T13:21:08+00:00", repo: "Zattorus/RAGIS_2.0", before: "1bcd41b61c1d12a7de70bbbe57fbe27ed05ecda3", head: "d10477967502e666761f72126b3661af73e0fe5b", _event_id: "2681803538", user: "mezase121", ref: "refs/heads/master" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 124ms 2015-12-07T18:43:02.157Z I COMMAND [conn35] command contributions.$cmd command: insert { insert: "contributions", ordered: true, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 9, w: 9 } }, Database: { acquireCount: { w: 9 } }, Collection: { acquireCount: { w: 9 } } } 178ms 2015-12-07T18:44:12.368Z I COMMAND [conn35] command contributions.$cmd command: insert { insert: "contributions", ordered: true, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 9, w: 9 } }, Database: { acquireCount: { w: 9 } }, Collection: { acquireCount: { w: 9 } } } 121ms 2015-12-07T18:44:21.980Z I WRITE [conn35] insert contributions.contributions query: { _id: ObjectId('5665d3856488662fd868f930'), type: "IssuesEvent", created_at: "2015-03-30T10:45:59+00:00", repo: "adrianbroher/freeorion-tickets-test", _user_lower: "adrianbroher", action: "closed", issue_number: 3, html_url: "https://github.com/adrianbroher/freeorion-tickets-test/issues/3", _repo_lower: "adrianbroher/freeorion-tickets-test", user: "adrianbroher", _event_id: "2686278236" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 2, w: 2 } }, Database: { acquireCount: { w: 2 } }, Collection: { acquireCount: { w: 2 } } } 133ms 2015-12-07T18:44:22.029Z I COMMAND [conn35] command contributions.$cmd command: insert { insert: "contributions", ordered: true, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 9, w: 9 } }, Database: { acquireCount: { w: 9 } }, Collection: { acquireCount: { w: 9 } } } 188ms 2015-12-07T18:45:32.893Z I WRITE [conn35] insert contributions.contributions query: { _id: ObjectId('5665d3cc6488662fd874a86f'), org: "hl7-fhir", _org_lower: "hl7-fhir", commit_count: 1, distinct_commit_count: 1, _repo_lower: "hl7-fhir/fhir-svn", _user_lower: "jmandel", type: "PushEvent", created_at: "2015-03-31T08:23:06+00:00", repo: "hl7-fhir/fhir-svn", before: "f57e1dc9b9cab13e93ba2615f610ea05bfc962cc", head: "0716e883254907e91aaff8ec8f55b54442e5b88a", _event_id: "2689175650", user: "jmandel", ref: "refs/heads/master" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 175ms 2015-12-07T18:45:32.945Z I COMMAND [conn35] command contributions.$cmd command: insert { insert: "contributions", ordered: true, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 9, w: 9 } }, Database: { acquireCount: { w: 9 } }, Collection: { acquireCount: { w: 9 } } } 228ms 2015-12-07T18:45:44.237Z I COMMAND [conn35] command contributions.$cmd command: insert { insert: "contributions", ordered: true, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 9, w: 9 } }, Database: { acquireCount: { w: 9 } }, Collection: { acquireCount: { w: 9 } } } 176ms 2015-12-07T18:46:37.722Z I NETWORK [conn35] end connection 127.0.0.1:62320 (1 connection now open) 2015-12-07T18:46:38.203Z I NETWORK [conn34] end connection 127.0.0.1:62319 (0 connections now open) 2015-12-07T18:47:57.009Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:62450 #36 (1 connection now open) 2015-12-07T18:47:58.127Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:62451 #37 (2 connections now open) 2015-12-07T18:48:25.961Z I NETWORK [conn37] end connection 127.0.0.1:62451 (1 connection now open) 2015-12-07T18:48:26.121Z I NETWORK [conn36] end connection 127.0.0.1:62450 (0 connections now open) 2015-12-07T18:54:22.680Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:62670 #38 (1 connection now open) 2015-12-07T18:54:23.776Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:62673 #39 (2 connections now open) 2015-12-07T18:55:18.363Z I WRITE [conn39] insert contributions.contributions query: { _id: ObjectId('5665d6156488660ab4774676'), commit_count: 1, _event_id: "2701158180", before: "89b5d76f53ff669b1fd0ffeca59bb87b081365cc", head: "14899c18df620877dd27b013174ce7a18f4abdca", type: "PushEvent", distinct_commit_count: 1, repo: "jeremyrobson/javascript", ref: "refs/heads/master", user: "jeremyrobson", created_at: "2015-04-05T00:00:00+00:00", _user_lower: "jeremyrobson", _repo_lower: "jeremyrobson/javascript" } ninserted:1 keyUpdates:0 writeConflicts:0 numYields:0 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1 } }, Collection: { acquireCount: { w: 1 } } } 141ms 2015-12-07T18:55:18.390Z I COMMAND [conn39] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 9, w: 9 } }, Database: { acquireCount: { w: 9 } }, Collection: { acquireCount: { w: 9 } } } 169ms 2015-12-07T18:55:29.961Z I COMMAND [conn39] command contributions.$cmd command: insert { insert: "contributions", ordered: false, documents: 1000 } keyUpdates:0 writeConflicts:0 numYields:0 reslen:40 locks:{ Global: { acquireCount: { r: 9, w: 9 } }, Database: { acquireCount: { w: 9 } }, Collection: { acquireCount: { w: 9 } } } 129ms 2015-12-07T18:56:35.583Z I NETWORK [conn38] end connection 127.0.0.1:62670 (1 connection now open) 2015-12-07T19:27:39.244Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:65417 #40 (2 connections now open) 2015-12-07T19:27:40.648Z I NETWORK [initandlisten] connection accepted from 127.0.0.1:65418 #41 (3 connections now open) 2015-12-07T19:27:42.311Z I NETWORK [conn40] end connection 127.0.0.1:65417 (2 connections now open)