.. include:: /../getting_started/vars.rst RTI Infrastructure Services *************************** .. _section-Product-Persistence-700: Use tag instead of tag to be compliant with DDS-XML specification ============================================================================================================ In |CONNEXT| 7, the following Infrastructure Services products now allow use of the ```` tag in place of the ```` tag: *Routing Service, Recording Service, Persistence Service,* and *Cloud Discovery Service*. This change was already made to XML-Based Application creation and QoS profiles in the Core Libraries in 6.1.0. (See :numref:`section-General-XML-610`.) Now the mentioned Infrastructure Services have also applied the change. This change was made to the schema file ``rti_service_common_definitions.xsd`` and its included files to make them compliant with the `DDS-XML specification `_. Although the ```` tag is still supported for backward compatibility, you should transition to the new tag, ````. .. ROUTING-814 Removals in Cloud Discovery Service =================================== tag removed and replaced by new tags to configure announcement resends --------------------------------------------------------------------------------------- The ```` tag from previous releases has been replaced by the new tags described below. The ```` is still present in the XSD, and *Cloud Discovery Service* logs a warning if that tag is parsed; however, the value of ```` no longer influences the operation of *Cloud Discovery Service*. Using the following new mechanism in place of ```` allows for higher efficiency in bandwidth usage without sacrificing discovery speed: .. code-block:: xml This new mechanism enables the forwarder to resend an announcement a set number of times with a random interval between each resend. The random interval occurs within the range determined by ```` and ````. For further details on these new fields, see :link_cds_forwarder_730:`Forwarder, in the RTI Cloud Discovery Service documentation <>`. .. MG-113 domain_id_info_seq field in DatabasePeriodic type used in monitoring removed ---------------------------------------------------------------------------- The ``@optional sequence domain_id_info_seq`` field in the DatabasePeriodic type used for :link_cds_monitoring_730:`Monitoring, in RTI Cloud Discovery Service <>`, and defined in ``CdsMonitoring.idl``, has been removed. You will not be able to use your ``CdsMonitoring.idl`` file from your release 6.1.2 or earlier application to subscribe to monitoring data published by your |CONNEXT| 7 application, and vice versa. If you have *Cloud Discovery Service* in both |CONNEXT| 7 and a previous release, you will need to create different *DataReaders* for each monitoring *Topic* for each release. .. MG-114 Persistence Service =================== Durable writer history, durable reader state, and Persistence Service no longer support external databases ---------------------------------------------------------------------------------------------------------- See :numref:`MG-104` for details. Incompatible persistent storage (database) format ------------------------------------------------- In release 7, the schema of the persistent storage files and tables created by *Persistence Service* to store DDS samples and instances has changed. Therefore, you cannot use the files and/or tables generated with previous releases of *Persistence Service* with |CONNEXT| 7. If you have this requirement, contact RTI Support at support@rti.com. .. _section-MG-109: Default journal_mode and synchronization values have changed ------------------------------------------------------------ In release 7, the default values for the following configuration parameters in *Persistence Service* have changed: - ````: changed from DELETE to WAL - ````: changed from OFF to NORMAL This change provides the best out-of-box performance without sacrificing database integrity in the event of a crash or power failure. RTI does not expect your performance to be affected negatively by this change. See :link_persistent_storage_usersman_730:`Configuring Persistent Storage, in the RTI Connext Core Libraries User's Manual <>` for more information on these parameters. .. MG-109 Web Integration Service no longer installed in separate package --------------------------------------------------------------- .. include:: wis_install_change.txt