The same query on different node got different result

Sorry, I can’t reproduce it

{
    "counter": "17",
    "groups": {
        "1": {
            "members": {
                "1": {
                    "id": "1",
                    "groupId": 1,
                    "addr": "localhost:7080",
                    "leader": true,
                    "lastUpdate": "1584072317"
                },
                "2": {
                    "id": "2",
                    "groupId": 1,
                    "addr": "localhost:7081"
                },
                "3": {
                    "id": "3",
                    "groupId": 1,
                    "addr": "localhost:7082"
                }
            },
            "tablets": {
                "dgraph.graphql.schema": {
                    "groupId": 1,
                    "predicate": "dgraph.graphql.schema"
                },
                "dgraph.type": {
                    "groupId": 1,
                    "predicate": "dgraph.type"
                },
                "gid": {
                    "groupId": 1,
                    "predicate": "gid"
                },
                "label": {
                    "groupId": 1,
                    "predicate": "label"
                }
            },
            "checksum": "11670762211979891901"
        }
    },
    "zeros": {
        "1": {
            "id": "1",
            "addr": "localhost:5080",
            "leader": true
        },
        "2": {
            "id": "2",
            "addr": "localhost:5081"
        },
        "3": {
            "id": "3",
            "addr": "localhost:5082"
        }
    },
    "maxLeaseId": "10000",
    "maxTxnTs": "10000",
    "maxRaftId": "3",
    "cid": "5c473ad9-1ed9-4d47-bb0f-daa72be7e609",
    "license": {
        "maxNodes": "18446744073709551615",
        "expiryTs": "1586664306",
        "enabled": true
    }
}

The results are totally normal here.