PRESPsService_assertFilteredwrrRecord:pres filtered writer remote reader already created

1 post / 0 new
Offline
Last seen: 5 years 7 months ago
Joined: 08/04/2017
Posts: 5
PRESPsService_assertFilteredwrrRecord:pres filtered writer remote reader already created

I am trying to find information about the following error message that we have encountered on 5.2.3 on OS X:

PRESPsService_assertFilteredwrrRecord:pres filtered writer remote reader already created

It is very uncommon for us to encounter this error and so it is difficult to reproduce. I have read the following in section 5.5.8 the 5.2.3 release notes and wonder if this is another instance of the same underlying issue:

 

 Error Creating DataWriters/DataReaders after Many DataWriters/DataReaders Already Created/Deleted

Connext DDS did not check whether an entity GUID (assigned automatically by default) was already in use before assigning it to a new DataWriter/DataReader. This may have caused the entity creation to fail with a messages like these:

PRESPsService_createLocalEndpoint:!assert pres psWriter DDS_DataWriter_create_presentation_writerI:!create LocalEndpoint DDS_DataWriter_createI:!create PRESPsWriter DDS_Publisher_create_datawriter_disabledI:!create DataWriter DDSDataWriter_impl::createI:!create writer

You would have only run into this problem if you had previously created/deleted thousands of DataWriters/DataReaders (so that the counter used to build GUIDs rolled over).

 Does anyone have any info on what causes this output?