Publish per part record counts

Description

Thor currently doesn't publish record counts per part.
It would be useful for various things to know the per part record count, e.g. firstn, where it can inform the next slave of the previous count. Currently it does this only if the record size is fixed.

Conclusion

None

Activity

Show:

Jacob Cobbett-Smith September 26, 2018 at 10:18 PM

When disk write slaves finishes CWriteMasterBase::slaveDone() is called, and properties sent by the slaves are deserialized.
the part size is serialized and set into the logical file properties at this point.
So a similar thing needs to happen for part record counts.

Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Components

Assignee

Reporter

Priority

Compatibility

Minor

Fix versions

Labels

Created March 6, 2018 at 12:13 PM
Updated October 4, 2018 at 6:30 AM
Resolved October 4, 2018 at 6:30 AM