Configuration Properties of Apache Ignite

Configuration Properties for Apache Ignite. The following table lists the properties of Apache Ignite specified in Configurator:
Property Name Location Value Description
Cache Type ( com.tibco.cim.cache.type) Cluster level (InitialConfig > Optimization) The available options are AS, Ignite, and Custom. The default value is AS, that is, ActiveSpaces. Type of cache used in TIBCO MDM. To use Apache Ignite as cache for TIBCO MDM, select Ignite for this property.
Ignite members configuration (com.tibco.mdm.ignite.config.filename) Cluster level (InitialConfig > Optimization) The default value is IgniteMember.xml. Apache Ignite cache cluster configuration file name, relative to $MQ_CONFIG
Ignite Log Logging Level Default (log4j.logger.org.apache.ignite) Node level (Member1 > Logging > Default Ignite Log) The default value is INFO,ignitelogdefault. Logging level for the ignite log
Ignite Log File Name Default (log4j.appender.ignitelogdefault.File) Node level (Member1 > Logging > Default Ignite Log) The default value is ${MQ_LOG}/ignite.log. Path and name of the log file
Ignite Log Maximum File Size Default (log4j.appender.ignitelogdefault.MaxFileSize) Node level (Member1 > Logging > Default Ignite Log) The default value is 5MB. Maximum size of the ignite log file
Ignite Log File Backup Count Default (log4j.appender.ignitelogdefault.MaxBackupIndex) Node level (Member1 > Logging > Default Ignite Log) The default value is 40. Number of the ignite log backup files
Ignite Log Layout Pattern Default (log4j.appender.ignitelogdefault.layout.ConversionPattern) Node level (Member1 > Logging > Default Ignite Log) The default value is %d,[%t],%m%n. Pattern of an entry in the ignite log file
Ignite Log Appender (log4j.appender.ignitelogdefault) Node level (Member1 > Logging > Default Ignite Log) The default value is org.apache.log4j.RollingFileAppender. Appender used for the ignite log
Ignite Log Entry Layout (log4j.appender.ignitelogdefault.layout) Node level (Member1 > Logging > Default Ignite Log) The default value is org.apache.log4j.PatternLayout. Layout of the ignite log entries
Ignite Log Appender Encoding (log4j.appender.ignitelogdefault.encoding) Node level (Member1 > Logging > Default Ignite Log) The default value is UTF-8. Encoding used for the appender of the ignite log
Ignite Log Logging Level Threshold Default (log4j.appender.ignitelogdefault.Threshold) Node level (Member1 > Logging > Default Ignite Log) The valid values are FATAL, ERROR, WARN, INFO, and DEBUG. The default value is INFO. Logging level threshold for ignite logging