Troubleshooting for full-text index replication - 7.3

Talend Installation Guide

Version
7.3
Language
English
Operating system
Linux
Subscription type
Subscription
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Activity Monitoring Console
Talend Administration Center
Talend Artifact Repository
Talend CommandLine
Talend Data Preparation
Talend Data Stewardship
Talend DQ Portal
Talend ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend LogServer
Talend MDM Server
Talend MDM Web UI
Talend Repository Manager
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
Installation and Upgrade
Last publication date
2022-10-30
Available in...

Data Fabric

MDM Platform

To ensure full-text index replication is enabled, verify that the following log message is output to mdm.log during the MDM server node startup:

INFO [JmsIndexReplicationManagerFactory] JmsIndexReplicationManagerFactory initialized
To debug the sending and receiving of JMS messages, edit the file <TomcatPath>/webapps/talendmdm/WEB-INF/conf/log4j.xml and add the following information:
<category name="com.amalto.core.storage.hibernate.search.jms">
   <priority value="DEBUG"/>
</category>

Additionally, make sure that the value of the "Threshold" parameter is at least DEBUG in the appenders.

Each time a replication message is received by a node, this log message is output to mdm.log:

DEBUG [JmsMessageListenerAdaptor] Received a message: [...]

This message may vary with our ActiveMQ version or system settings.

Each time a replication message is sent by a node, this log message is output to mdm.log:

DEBUG [JmsTopicLuceneWorkBroadcaster] JMS Message sent for index ...

This message may vary with our ActiveMQ version or system settings.