getShardVersion should also show epoch

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Gone away
    • Priority: Major - P3
    • None
    • Affects Version/s: 3.4.0
    • Component/s: Sharding
    • ALL
    • Sharding 2017-12-18
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Currently, it only shows the major/minor version on the shards:

      {
      	"configServer" : "test-configRS/x:y",
      	"inShardedMode" : false,
      	"mine" : Timestamp(0, 0),
      	"global" : Timestamp(1, 0),
      	"ok" : 1
      }
      

      The mongos version has the epoch (but in a slightly different format):

      {
      	"version" : Timestamp(1, 0),
      	"versionEpoch" : ObjectId("584837449927ec3e340dbf2b"),
      	"ok" : 1
      }
      

            Assignee:
            Randolph Tan
            Reporter:
            Randolph Tan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: