全文索引复制故障排除 - 7.3

Talend安装指南

Version
7.3
Language
中文(简体)
Operating system
Windows
Subscription type
订阅
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 Log Server
Talend MDM Server
Talend MDM Web UI
Talend Repository Manager
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
安装和升级
Last publication date
2022-10-30
适用产品...

Data Fabric

MDM Platform

要确保启用全文索引复制,请验证 MDM 服务器节点启动期间有以下日志消息输出到 mdm.log

INFO [JmsIndexReplicationManagerFactory] JmsIndexReplicationManagerFactory initialized
要调试 JMS 消息的发送和接收,请编辑文件 <TomcatPath>/webapps/talendmdm/WEB-INF/conf/log4j.xml 并添加以下信息:
<category name="com.amalto.core.storage.hibernate.search.jms">
   <priority value="DEBUG"/>
</category>

此外,请确保 appender 中“Threshold”(阈值) 参数的值至少为 DEBUG (调试)

每当节点收到复制消息时,都会将此日志消息输出到 mdm.log

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

此消息可能因 ActiveMQ 版本或系统设置而异。

每当节点发送复制消息时,都会将此日志消息输出到 mdm.log

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

此消息可能因 ActiveMQ 版本或系统设置而异。