6.7. Known Issues with Content Filters and Query Conditions

6.7.1. Writer-side filtering may cause missed deadline

If you are using a ContentFilteredTopic and you set the Deadline QosPolicy, the deadline may be missed due to filtering by a DataWriter.

[RTI Issue ID CORE-1634, Bug # 10765]

6.7.2. filter_sample_* statistics in DDS_DataWriterProtocolStatus not updated correctly

The filter_sample_* statistics in the DDS_DataWriterProtocolStatus are not updated correctly. The values that you get after calling the following APIs may be smaller than the actual values:

  • DDS_DataWriter::get_datawriter_protocol_status

  • DDS_DataWriter::get_matched_subscription_datawriter_protocol_status

  • DDS_DataWriter::get_matched_subscription_datawriter_protocol_status_by_locator

[RTI Issue ID CORE-5157]