[SERVER-11519] replica set reconfig action doesn't seem to authenticate in bson format Created: 01/Nov/13  Updated: 11/Jul/16  Resolved: 04/Nov/13

Status: Closed
Project: Core Server
Component/s: None
Affects Version/s: None
Fix Version/s: 2.5.4

Type: Bug Priority: Major - P3
Reporter: bard.bloom@10gen.com Assignee: Matt Dannenberg
Resolution: Done Votes: 0
Labels: 26qa
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Related
Operating System: ALL
Participants:

 Description   

We get one failure in a test case for auditing the replSetReconfig.

Dan P says that I should stop chasing down all the details in tickets, so
here's a lot more detail but a lot less focus. For more information see me
(Bard) live.

Here's the Python code that runs the test case.

        annoying_sleep_interval = 20 # 15 is too little, 20 is enough
        self.new = {
            "_id" : "rs1",
            "version" : 2,
            "members" : [
               {"_id": 0, "host": "127.0.0.1:27017"},
               {"_id": 1, "host": "127.0.0.1:27018"},
               {"_id": 2, "host": "127.0.0.1:27019", "priority" : 6},
            ]
            }
        self.old = {
            "_id" : "rs1",
            "version" : 3,
            "members" : [
               {"_id": 0, "host": "127.0.0.1:27017"},
               {"_id": 1, "host": "127.0.0.1:27018"},
               {"_id": 2, "host": "127.0.0.1:27019", "priority" : 1},
            ]
            }
 
        # I'm confused by authentication failing later, so let's make sure it's ok now.
        print "Here I go authenticating away like the dickens, with a long sleep first"
        time.sleep(annoying_sleep_interval)
        AUTHMECH.login_as_admin_user(CLUSTER.client())
        print "That was authentitastic."
 
        
        try:
            database.command("replSetReconfig", value=self.new)
        except pymongo.errors.AutoReconnect:
            pass
        # Give it a chance to reconfigure
 
        time.sleep(annoying_sleep_interval) 
 
        AUTHMECH.login_as_admin_user(CLUSTER.client())
 
        try:
            database.command("replSetReconfig", value=self.old)
        except pymongo.errors.AutoReconnect:
            pass

The output is:

            We expected but did not find a suitable audit record for action ‘ReplSetReconfig’ with n={}.  
            Text format: “LineMatch(.*Reconfiguring replica set: , {'_id': 'rs1', 'version': 2, 'members': [{'host': '127.0.0.1:27017', '_id': 0}, {'host': '127.0.0.1:27018', '_id': 1}, {'priority': 6, 'host': '127.0.0.1:27019', '_id': 2}]})”
            JSON format: “{'new': {'_id': 'rs1', 'version': 2, 'members': [{'host': '127.0.0.1:27017', '_id': 0}, {'host': '127.0.0.1:27018', '_id': 1}, {'priority': 6, 'host': '127.0.0.1:27019', '_id': 2}]}, 'old': {'_id': 'rs1', 'version': 3, 'members': [{'host': '127.0.0.1:27017', '_id': 0}, {'host': '127.0.0.1:27018', '_id': 1}, {'priority': 1, 'host': '127.0.0.1:27019', '_id': 2}]}}”
            Loggage = ReplSetReconfig
            AuthMech = password
            ClusterShape = replSet
            We saw 90 records:         TextualFileLoggage.__init__(self, "textfile")
            {u'remote': {u'ip': u'127.0.0.1', u'port': 60572}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'authenticate', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 23, 668000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'db': u'local', u'user': u'__system', u'mechanism': u'MONGODB-CR'}, u'result': 0, u'local': {u'ip': u'127.0.0.1', u'port': 27017}}
            {u'remote': {u'ip': u'127.0.0.1', u'port': 60573}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'authenticate', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 23, 713000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'db': u'local', u'user': u'__system', u'mechanism': u'MONGODB-CR'}, u'result': 0, u'local': {u'ip': u'127.0.0.1', u'port': 27017}}
            {u'remote': {u'ip': u'127.0.0.1', u'port': 60574}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'authenticate', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 23, 717000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'db': u'local', u'user': u'__system', u'mechanism': u'MONGODB-CR'}, u'result': 0, u'local': {u'ip': u'127.0.0.1', u'port': 27017}}
            {u'remote': {u'ip': u'127.0.0.1', u'port': 60575}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'authenticate', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 24, 666000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'db': u'local', u'user': u'__system', u'mechanism': u'MONGODB-CR'}, u'result': 0, u'local': {u'ip': u'127.0.0.1', u'port': 27017}}
            {u'remote': {u'ip': u'127.0.0.1', u'port': 60576}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'authenticate', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 24, 666000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'db': u'local', u'user': u'__system', u'mechanism': u'MONGODB-CR'}, u'result': 0, u'local': {u'ip': u'127.0.0.1', u'port': 27017}}
            {u'remote': {u'ip': u'127.0.0.1', u'port': 60577}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'authenticate', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 24, 667000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'db': u'local', u'user': u'__system', u'mechanism': u'MONGODB-CR'}, u'result': 0, u'local': {u'ip': u'127.0.0.1', u'port': 27017}}
            {u'remote': {u'ip': u'127.0.0.1', u'port': 60578}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'authenticate', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 24, 707000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'db': u'local', u'user': u'__system', u'mechanism': u'MONGODB-CR'}, u'result': 0, u'local': {u'ip': u'127.0.0.1', u'port': 27017}}
            {u'remote': {u'ip': u'127.0.0.1', u'port': 60579}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'authenticate', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 24, 711000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'db': u'local', u'user': u'__system', u'mechanism': u'MONGODB-CR'}, u'result': 0, u'local': {u'ip': u'127.0.0.1', u'port': 27017}}
            {u'remote': {u'ip': u'127.0.0.1', u'port': 60580}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'authenticate', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 25, 666000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'db': u'local', u'user': u'__system', u'mechanism': u'MONGODB-CR'}, u'result': 0, u'local': {u'ip': u'127.0.0.1', u'port': 27017}}
            {u'remote': {u'ip': u'127.0.0.1', u'port': 60581}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'authenticate', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 25, 667000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'db': u'local', u'user': u'__system', u'mechanism': u'MONGODB-CR'}, u'result': 0, u'local': {u'ip': u'127.0.0.1', u'port': 27017}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createCollection', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 25, 775000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'ns': u'local.slaves'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createIndex', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 25, 776000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'indexSpec': {u'ns': u'local.slaves', u'name': u'_id_', u'key': {u'_id': 1}, u'v': 1}, u'ns': u'local.slaves', u'indexName': u'_id_'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'127.0.0.1', u'port': 60570}, u'users': [{u'userSource': u'admin', u'user': u'admin'}], u'atype': u'userAdmin', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 38, 250000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'new': {u'_id': u'rs1', u'version': 2, u'members': [{u'host': u'127.0.0.1:27017', u'_id': 0}, {u'host': u'127.0.0.1:27018', u'_id': 1}, {u'priority': 6.0, u'host': u'127.0.0.1:27019', u'_id': 2}]}, u'old': {u'_id': u'rs1', u'version': 1, u'members': [{u'host': u'localhost:27017', u'_id': 0}, {u'host': u'localhost:27018', u'_id': 1}, {u'host': u'localhost:27019', u'_id': 2}]}}, u'result': 0, u'local': {u'ip': u'127.0.0.1', u'port': 27017}}
            {u'remote': {u'ip': u'127.0.0.1', u'port': 60586}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'authenticate', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 38, 252000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'db': u'local', u'user': u'__system', u'mechanism': u'MONGODB-CR'}, u'result': 0, u'local': {u'ip': u'127.0.0.1', u'port': 27017}}
            {u'remote': {u'ip': u'127.0.0.1', u'port': 60587}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'authenticate', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 38, 252000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'db': u'local', u'user': u'__system', u'mechanism': u'MONGODB-CR'}, u'result': 0, u'local': {u'ip': u'127.0.0.1', u'port': 27017}}
            {u'remote': {u'ip': u'127.0.0.1', u'port': 60589}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'authenticate', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 38, 253000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'db': u'local', u'user': u'__system', u'mechanism': u'MONGODB-CR'}, u'result': 0, u'local': {u'ip': u'127.0.0.1', u'port': 27017}}
            {u'remote': {u'ip': u'127.0.0.1', u'port': 60590}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'authenticate', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 38, 254000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'db': u'local', u'user': u'__system', u'mechanism': u'MONGODB-CR'}, u'result': 0, u'local': {u'ip': u'127.0.0.1', u'port': 27017}}
            {u'remote': {u'ip': u'127.0.0.1', u'port': 60591}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'authenticate', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 38, 254000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'db': u'local', u'user': u'__system', u'mechanism': u'MONGODB-CR'}, u'result': 0, u'local': {u'ip': u'127.0.0.1', u'port': 27017}}
            {u'remote': {u'ip': u'127.0.0.1', u'port': 60592}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'authenticate', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 38, 255000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'db': u'local', u'user': u'__system', u'mechanism': u'MONGODB-CR'}, u'result': 0, u'local': {u'ip': u'127.0.0.1', u'port': 27017}}
            {u'remote': {u'ip': u'127.0.0.1', u'port': 60595}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'authenticate', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 38, 670000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'db': u'local', u'user': u'__system', u'mechanism': u'MONGODB-CR'}, u'result': 0, u'local': {u'ip': u'127.0.0.1', u'port': 27017}}
            {u'remote': {u'ip': u'127.0.0.1', u'port': 60598}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'authenticate', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 39, 673000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'db': u'local', u'user': u'__system', u'mechanism': u'MONGODB-CR'}, u'result': 0, u'local': {u'ip': u'127.0.0.1', u'port': 27017}}
            {u'remote': {u'ip': u'127.0.0.1', u'port': 60603}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'authenticate', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 54, 674000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'db': u'local', u'user': u'__system', u'mechanism': u'MONGODB-CR'}, u'result': 0, u'local': {u'ip': u'127.0.0.1', u'port': 27017}}
            {u'remote': {u'ip': u'127.0.0.1', u'port': 60604}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'authenticate', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 55, 677000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'db': u'local', u'user': u'__system', u'mechanism': u'MONGODB-CR'}, u'result': 0, u'local': {u'ip': u'127.0.0.1', u'port': 27017}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createCollection', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 58, 280000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'ns': u'local.replset.minvalid'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createIndex', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 58, 286000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'indexSpec': {u'ns': u'local.replset.minvalid', u'name': u'_id_', u'key': {u'_id': 1}, u'v': 1}, u'ns': u'local.replset.minvalid', u'indexName': u'_id_'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'127.0.0.1', u'port': 38330}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'authenticate', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 20, 662000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'db': u'local', u'user': u'__system', u'mechanism': u'MONGODB-CR'}, u'result': 0, u'local': {u'ip': u'127.0.0.1', u'port': 27018}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createCollection', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 23, 714000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'ns': u'local.replset.minvalid'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createIndex', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 23, 715000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'indexSpec': {u'ns': u'local.replset.minvalid', u'name': u'_id_', u'key': {u'_id': 1}, u'v': 1}, u'ns': u'local.replset.minvalid', u'indexName': u'_id_'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createCollection', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 23, 718000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'ns': u'admin.system.users'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createCollection', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 23, 726000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'ns': u'admin.system.namespaces'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createCollection', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 23, 732000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'ns': u'admin.system.indexes'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createIndex', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 23, 732000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'indexSpec': {u'ns': u'admin.system.users', u'unique': True, u'name': u'user_1_db_1', u'key': {u'db': 1, u'user': 1}, u'v': 1}, u'ns': u'admin.system.users', u'indexName': u'user_1_db_1'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createDatabase', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 23, 733000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'ns': u'admin'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createIndex', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 23, 735000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'indexSpec': {u'ns': u'admin.system.users', u'name': u'_id_', u'key': {u'_id': 1}, u'v': 1}, u'ns': u'admin.system.users', u'indexName': u'_id_'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createCollection', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 23, 737000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'ns': u'admin.system.roles'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createIndex', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 23, 738000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'indexSpec': {u'ns': u'admin.system.roles', u'unique': True, u'name': u'role_1_db_1', u'key': {u'db': 1, u'role': 1}, u'v': 1}, u'ns': u'admin.system.roles', u'indexName': u'role_1_db_1'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createIndex', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 23, 739000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'indexSpec': {u'ns': u'admin.system.roles', u'name': u'_id_', u'key': {u'_id': 1}, u'v': 1}, u'ns': u'admin.system.roles', u'indexName': u'_id_'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createCollection', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 23, 741000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'ns': u'db101\u04dc.c102\u0586'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createCollection', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 23, 747000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'ns': u'db101\u04dc.system.namespaces'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createCollection', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 23, 754000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'ns': u'db101\u04dc.system.indexes'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createIndex', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 23, 755000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'indexSpec': {u'ns': u'db101\u04dc.c102\u0586', u'name': u'_id_', u'key': {u'_id': 1}, u'v': 1}, u'ns': u'db101\u04dc.c102\u0586', u'indexName': u'_id_'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createDatabase', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 23, 756000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'ns': u'db101\u04dc'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createCollection', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 23, 758000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'ns': u'db103\u05d0.c105\u05d0\u0628'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createCollection', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 23, 764000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'ns': u'db103\u05d0.system.namespaces'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createCollection', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 23, 770000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'ns': u'db103\u05d0.system.indexes'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createIndex', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 23, 770000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'indexSpec': {u'ns': u'db103\u05d0.c105\u05d0\u0628', u'name': u'_id_', u'key': {u'_id': 1}, u'v': 1}, u'ns': u'db103\u05d0.c105\u05d0\u0628', u'indexName': u'_id_'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createDatabase', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 23, 771000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'ns': u'db103\u05d0'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'127.0.0.1', u'port': 38343}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'authenticate', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 38, 249000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'db': u'local', u'user': u'__system', u'mechanism': u'MONGODB-CR'}, u'result': 0, u'local': {u'ip': u'127.0.0.1', u'port': 27018}}
            {u'remote': {u'ip': u'127.0.0.1', u'port': 38352}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'authenticate', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 38, 669000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'db': u'local', u'user': u'__system', u'mechanism': u'MONGODB-CR'}, u'result': 0, u'local': {u'ip': u'127.0.0.1', u'port': 27018}}
            {u'remote': {u'ip': u'127.0.0.1', u'port': 38353}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'authenticate', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 38, 670000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'db': u'local', u'user': u'__system', u'mechanism': u'MONGODB-CR'}, u'result': 0, u'local': {u'ip': u'127.0.0.1', u'port': 27018}}
            {u'remote': {u'ip': u'127.0.0.1', u'port': 38355}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'authenticate', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 38, 671000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'db': u'local', u'user': u'__system', u'mechanism': u'MONGODB-CR'}, u'result': 0, u'local': {u'ip': u'127.0.0.1', u'port': 27018}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'userAdmin', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 39, 671000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'new': {u'_id': u'rs1', u'version': 2, u'members': [{u'host': u'127.0.0.1:27017', u'_id': 0}, {u'host': u'127.0.0.1:27018', u'_id': 1}, {u'priority': 6.0, u'host': u'127.0.0.1:27019', u'_id': 2}]}, u'old': {u'_id': u'rs1', u'version': 1, u'members': [{u'host': u'localhost:27017', u'_id': 0}, {u'host': u'localhost:27018', u'_id': 1}, {u'host': u'localhost:27019', u'_id': 2}]}}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'127.0.0.1', u'port': 38359}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'authenticate', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 54, 256000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'db': u'local', u'user': u'__system', u'mechanism': u'MONGODB-CR'}, u'result': 0, u'local': {u'ip': u'127.0.0.1', u'port': 27018}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createCollection', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 24, 709000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'ns': u'local.replset.minvalid'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createIndex', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 24, 709000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'indexSpec': {u'ns': u'local.replset.minvalid', u'name': u'_id_', u'key': {u'_id': 1}, u'v': 1}, u'ns': u'local.replset.minvalid', u'indexName': u'_id_'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createCollection', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 24, 711000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'ns': u'admin.system.users'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createCollection', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 24, 721000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'ns': u'admin.system.namespaces'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createCollection', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 24, 726000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'ns': u'admin.system.indexes'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createIndex', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 24, 727000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'indexSpec': {u'ns': u'admin.system.users', u'unique': True, u'name': u'user_1_db_1', u'key': {u'db': 1, u'user': 1}, u'v': 1}, u'ns': u'admin.system.users', u'indexName': u'user_1_db_1'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createDatabase', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 24, 728000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'ns': u'admin'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createIndex', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 24, 730000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'indexSpec': {u'ns': u'admin.system.users', u'name': u'_id_', u'key': {u'_id': 1}, u'v': 1}, u'ns': u'admin.system.users', u'indexName': u'_id_'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createCollection', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 24, 732000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'ns': u'admin.system.roles'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createIndex', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 24, 732000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'indexSpec': {u'ns': u'admin.system.roles', u'unique': True, u'name': u'role_1_db_1', u'key': {u'db': 1, u'role': 1}, u'v': 1}, u'ns': u'admin.system.roles', u'indexName': u'role_1_db_1'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createIndex', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 24, 734000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'indexSpec': {u'ns': u'admin.system.roles', u'name': u'_id_', u'key': {u'_id': 1}, u'v': 1}, u'ns': u'admin.system.roles', u'indexName': u'_id_'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createCollection', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 24, 735000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'ns': u'db101\u04dc.c102\u0586'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createCollection', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 24, 742000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'ns': u'db101\u04dc.system.namespaces'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createCollection', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 24, 749000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'ns': u'db101\u04dc.system.indexes'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createIndex', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 24, 749000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'indexSpec': {u'ns': u'db101\u04dc.c102\u0586', u'name': u'_id_', u'key': {u'_id': 1}, u'v': 1}, u'ns': u'db101\u04dc.c102\u0586', u'indexName': u'_id_'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createDatabase', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 24, 750000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'ns': u'db101\u04dc'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createCollection', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 24, 752000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'ns': u'db103\u05d0.c105\u05d0\u0628'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createCollection', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 24, 759000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'ns': u'db103\u05d0.system.namespaces'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createCollection', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 24, 765000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'ns': u'db103\u05d0.system.indexes'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createIndex', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 24, 765000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'indexSpec': {u'ns': u'db103\u05d0.c105\u05d0\u0628', u'name': u'_id_', u'key': {u'_id': 1}, u'v': 1}, u'ns': u'db103\u05d0.c105\u05d0\u0628', u'indexName': u'_id_'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createDatabase', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 24, 766000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'ns': u'db103\u05d0'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'127.0.0.1', u'port': 52578}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'authenticate', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 36, 666000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'db': u'local', u'user': u'__system', u'mechanism': u'MONGODB-CR'}, u'result': 0, u'local': {u'ip': u'127.0.0.1', u'port': 27019}}
            {u'remote': {u'ip': u'127.0.0.1', u'port': 52579}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'authenticate', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 37, 671000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'db': u'local', u'user': u'__system', u'mechanism': u'MONGODB-CR'}, u'result': 0, u'local': {u'ip': u'127.0.0.1', u'port': 27019}}
            {u'remote': {u'ip': u'127.0.0.1', u'port': 52581}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'authenticate', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 38, 249000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'db': u'local', u'user': u'__system', u'mechanism': u'MONGODB-CR'}, u'result': 0, u'local': {u'ip': u'127.0.0.1', u'port': 27019}}
            {u'remote': {u'ip': u'127.0.0.1', u'port': 52584}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'authenticate', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 38, 252000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'db': u'local', u'user': u'__system', u'mechanism': u'MONGODB-CR'}, u'result': 0, u'local': {u'ip': u'127.0.0.1', u'port': 27019}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'userAdmin', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 38, 668000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'new': {u'_id': u'rs1', u'version': 2, u'members': [{u'host': u'127.0.0.1:27017', u'_id': 0}, {u'host': u'127.0.0.1:27018', u'_id': 1}, {u'priority': 6.0, u'host': u'127.0.0.1:27019', u'_id': 2}]}, u'old': {u'_id': u'rs1', u'version': 1, u'members': [{u'host': u'localhost:27017', u'_id': 0}, {u'host': u'localhost:27018', u'_id': 1}, {u'host': u'localhost:27019', u'_id': 2}]}}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'127.0.0.1', u'port': 52593}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'authenticate', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 39, 673000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'db': u'local', u'user': u'__system', u'mechanism': u'MONGODB-CR'}, u'result': 0, u'local': {u'ip': u'127.0.0.1', u'port': 27019}}
            {u'remote': {u'ip': u'127.0.0.1', u'port': 52595}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'authenticate', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 39, 674000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'db': u'local', u'user': u'__system', u'mechanism': u'MONGODB-CR'}, u'result': 0, u'local': {u'ip': u'127.0.0.1', u'port': 27019}}
            {u'remote': {u'ip': u'127.0.0.1', u'port': 52597}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'authenticate', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 54, 663000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'db': u'local', u'user': u'__system', u'mechanism': u'MONGODB-CR'}, u'result': 0, u'local': {u'ip': u'127.0.0.1', u'port': 27019}}
            {u'remote': {u'ip': u'127.0.0.1', u'port': 52598}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'authenticate', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 54, 664000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'db': u'local', u'user': u'__system', u'mechanism': u'MONGODB-CR'}, u'result': 0, u'local': {u'ip': u'127.0.0.1', u'port': 27019}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createCollection', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 55, 758000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'ns': u'local.slaves'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'(NONE)', u'port': 0}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'createIndex', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 55, 758000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'indexSpec': {u'ns': u'local.slaves', u'name': u'_id_', u'key': {u'_id': 1}, u'v': 1}, u'ns': u'local.slaves', u'indexName': u'_id_'}, u'result': 0, u'local': {u'ip': u'(NONE)', u'port': 0}}
            {u'remote': {u'ip': u'127.0.0.1', u'port': 52601}, u'users': [{u'userSource': u'admin', u'user': u'admin'}], u'atype': u'authenticate', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 58, 274000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'db': u'admin', u'user': u'admin', u'mechanism': u'MONGODB-CR'}, u'result': 0, u'local': {u'ip': u'127.0.0.1', u'port': 27019}}
            {u'remote': {u'ip': u'127.0.0.1', u'port': 52601}, u'users': [{u'userSource': u'admin', u'user': u'admin'}], u'atype': u'userAdmin', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 58, 275000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'new': {u'_id': u'rs1', u'version': 3, u'members': [{u'host': u'127.0.0.1:27017', u'_id': 0}, {u'host': u'127.0.0.1:27018', u'_id': 1}, {u'host': u'127.0.0.1:27019', u'_id': 2}]}, u'old': {u'_id': u'rs1', u'version': 2, u'members': [{u'host': u'127.0.0.1:27017', u'_id': 0}, {u'host': u'127.0.0.1:27018', u'_id': 1}, {u'priority': 6.0, u'host': u'127.0.0.1:27019', u'_id': 2}]}}, u'result': 0, u'local': {u'ip': u'127.0.0.1', u'port': 27019}}
            {u'remote': {u'ip': u'127.0.0.1', u'port': 52603}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'authenticate', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 58, 277000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'db': u'local', u'user': u'__system', u'mechanism': u'MONGODB-CR'}, u'result': 0, u'local': {u'ip': u'127.0.0.1', u'port': 27019}}
            {u'remote': {u'ip': u'127.0.0.1', u'port': 52604}, u'users': [{u'userSource': u'local', u'user': u'__system'}], u'atype': u'authenticate', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 58, 278000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'db': u'local', u'user': u'__system', u'mechanism': u'MONGODB-CR'}, u'result': 0, u'local': {u'ip': u'127.0.0.1', u'port': 27019}}
            {u'remote': {u'ip': u'127.0.0.1', u'port': 52602}, u'users': [{u'userSource': u'admin', u'user': u'admin'}], u'atype': u'authenticate', u'ts': datetime.datetime(2013, 11, 1, 13, 30, 58, 280000, tzinfo=<bson.tz_util.FixedOffset object at 0x14f5b10>), u'param': {u'db': u'admin', u'user': u'admin', u'mechanism': u'MONGODB-CR'}, u'result': 0, u'local': {u'ip': u'127.0.0.1', u'port': 27019}}
            
 
----------------------------------------------------------------------
Ran 41 tests in 40.649s
 
FAILED (failures=1)


Generated at Thu Feb 08 03:25:59 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.