Skip to content

Checksum is different wether you use (for example) "export --using all:summary" or "export --using clusterPropertyByName" #98

@OchristianBRC

Description

@OchristianBRC

Hi,

A customer made me aware of this checksum difference and I could reproduce is as shown below:

g export --using all:summary | grep cluster.hostname

{
"name": "cluster.hostname",
"checksum": "c668f5caaa30d208c04a5736b33840da32597432"
}

g export --using clusterPropertyByName --variables.name cluster.hostname

{
"clusterProperties": [
{
"name": "cluster.hostname",
"checksum": "93e04fa0f5bb11283384d1ae403e061f72113852",
"hiddenProperty": false,
"value": "gwd"
}

Is this a normal behaviour?

(using gateway 11.1.1 and graphman client 1.3.13)

Thanks.

Christian

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions