5.19. Entities
5.19.1. [Major] Unable to create DistLogger singleton if remote administration was disabled
If you disabled remote administration using
RTI_DLOptions::setRemoteAdministrationEnabled(false), and then you
attempted to create the DistLogger singleton using
RTI_DLDistLogger::getInstance(), this attempt would have failed with
these errors:
DL Error: RTI_DL_DistLogger_createInstance: Unable to set listener for CommandRequests
DL Error: RTI_DistLogger_getInstance: Unable to create DistLogger singleton!
The problem affected all language APIs and has been fixed in all languages; creating the DistLogger singleton now succeeds.
[RTI Issue ID DISTLOG-224]
5.19.2. [Major] Error when setting QoS on Publisher or Subscriber without endpoints *
When changing the PartitionQosPolicy of Publishers or Subscribers without endpoints (DataWriters or DataReaders), the operation could have unexpectedly failed and logged this error:
FAILURE | Notify of group or partition change
The likelihood of running into this issue increased with the number of Publishers or Subscribers created by your application.
[RTI Issue ID CORE-15322]
* This bug did not affect you if you are upgrading from 6.1.x or earlier.