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

Invalid index on config.lockpings on the 2.4.1 config server

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major - P3
    • Resolution: Fixed
    • 2.4.0
    • 2.4.3, 2.5.0
    • Sharding
    • None

    Description

      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> 

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: