Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-9399

Invalid index on config.lockpings on the 2.4.1 config server

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.4.3, 2.5.0
    • Affects Version/s: 2.4.0
    • Component/s: Sharding
    • None

      The ping index is invalid: "ping" : ISODate("1970-01-01T00:00:00.001Z")

      configsvr> db.lockpings.getIndexes()
      [
      	{
      		"v" : 1,
      		"key" : {
      			"_id" : 1
      		},
      		"ns" : "config.lockpings",
      		"name" : "_id_"
      	},
      	{
      		"v" : 1,
      		"key" : {
      			"ping" : ISODate("1970-01-01T00:00:00.001Z")
      		},
      		"ns" : "config.lockpings",
      		"name" : "ping_"
      	}
      ]
      configsvr> 
      

            Assignee:
            alerner Alberto Lerner
            Reporter:
            steve.briskin Steve Briskin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: