Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Point
Description
The response contains two instances of a single edge with different properties and scope name:
- "graph1:sg1:e2_0"
- "w1:graph1:sg1:e2_0"
The same is true for Activities where the stats appear to be on one version and the graph on the other:
{ "ScopeName": "w2:graph1:sg51:a60", "Id": "a60", "ScopeType": "activity", "Properties": { "Property": [ { "Name": "Label", "RawValue": "Disk Write\nSpill File", "Formatted": "Disk Write\nSpill File" }, { "Name": "Kind", "RawValue": "2", "Formatted": "2" }, { "Name": "EclText", "RawValue": "OUTPUT(..., , '~spill::3', __compressed__);\n", "Formatted": "OUTPUT(..., , '~spill::3', __compressed__);\n" }, { "Name": "RecordSize", "RawValue": "46", "Formatted": "46" }, { "Name": "Filename", "RawValue": "~spill::3", "Formatted": "~spill::3" } ] } }
{ "ScopeName": "graph1:sg51:a60", "Id": "a60", "ScopeType": "activity", "Properties": { "Property": [ { "Name": "TimeMinLocalExecute", "RawValue": "28981416", "Formatted": "28.981ms", "Measure": "ns" }, { "Name": "TimeMaxLocalExecute", "RawValue": "28981416", "Formatted": "28.981ms", "Measure": "ns" }, { "Name": "TimeAvgLocalExecute", "RawValue": "28981416", "Formatted": "28.981ms", "Measure": "ns" }, { "Name": "PerReplicated", "RawValue": "0", "Formatted": "0.00%", "Measure": "ppm" }, { "Name": "TimeMinDiskWriteIO", "RawValue": "1144518", "Formatted": "1.144ms", "Measure": "ns" }, { "Name": "TimeMaxDiskWriteIO", "RawValue": "1144518", "Formatted": "1.144ms", "Measure": "ns" }, { "Name": "TimeAvgDiskWriteIO", "RawValue": "1144518", "Formatted": "1.144ms", "Measure": "ns" }, { "Name": "SizeMinDiskWrite", "RawValue": "2097152", "Formatted": "2.000Mb", "Measure": "sz" }, { "Name": "SizeMaxDiskWrite", "RawValue": "2097152", "Formatted": "2.000Mb", "Measure": "sz" }, { "Name": "SizeAvgDiskWrite", "RawValue": "2097152", "Formatted": "2.000Mb", "Measure": "sz" }, { "Name": "NumMinDiskWrites", "RawValue": "2", "Formatted": "2", "Measure": "cnt" }, { "Name": "NumMaxDiskWrites", "RawValue": "2", "Formatted": "2", "Measure": "cnt" }, { "Name": "NumAvgDiskWrites", "RawValue": "2", "Formatted": "2", "Measure": "cnt" } ] } }
Attachments
Issue Links
- duplicates
-
HPCC-17678 Include wfid in the scopes
-
- Resolved
-