11.4. What’s Fixed in 7.1.0

11.4.1. Recording Service reported an exception when recording or replaying type registered as a union

Publishing a union type instead of a structure type caused Recording Service to report an exception. This was a regression from the previous release, where union was a valid type for Recording Service. This problem has been resolved.

[RTI Issue ID RECORD-1339]

11.4.2. Recording Service Crashed if -maxObjectsPerThread set too small

Recording Service crashed if the command-line option -maxObjectsPerThread had a value less than 1024. This issue, which also affected Routing Service, has been resolved. Now instead of crashing, the service will log the following warning and the default value will be used.

Max objects per thread can't be lower than 1024. Setting MaxObjectsPerThread to 1024.

[RTI Issue ID ROUTING-1024]