Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
8.2.0
-
None
-
community_8.2.1-closedown0Debug[heads/upstream-candidate-8.2.x-0-g59db20]
Description
Sample code I had handy:
IMPORT Std; DataRec := RECORD UNSIGNED4 a; UNSIGNED4 b; END; ds0 := DATASET ( 10000, TRANSFORM ( DataRec, SELF.a := RANDOM() % 1000, SELF.b := RANDOM() % 1000 + 1000 ), DISTRIBUTED ); ds := NOFOLD(ds0); blah := Std.DataPatterns.BestRecordStructure ( ds, emitTransform := TRUE, textOutput := TRUE ); OUTPUT(blah, ALL);
Issuing this against thor and hthor then viewing the graphs shows the difference: hthor jobs don't show any activity as green. See enclosed screenshots.
Attachments
Issue Links
- clones
-
HPCC-25975 Graph view for hthor jobs does not show green (completed) activities
-
- Resolved
-