JDG 7.3 Server output WARN log message "ISPN000292: Unrecognized attribute '...'. Please check your configuration. Ignoring!" when RocksDB specific properties are set in the <rocksdb-store> configuration
Issue
JDG Server output WARN log message ISPN000292: Unrecognized attribute '...'. Please check your configuration. Ignoring!
when RocksDB specific properties are set in <rocksdb-store>
.
For example, when the following cache is configured:
<local-cache name="vehicleCache">
<persistence>
<rocksdb-store path="/tmp/rocksdb/data">
<expiration path="/tmp/rocksdb/expired"/>
<property name="database.max_background_compactions">2</property>
<property name="data.write_buffer_size">512MB</property>
</rocksdb-store>
</persistence>
</local-cache>
The following ISPN000292 WARN messages are logged at the start-up:
WARN [org.infinispan.configuration.parsing.XmlConfigHelper] (ServerService Thread Pool -- 21) ISPN000292: Unrecognized attribute 'data.write_buffer_size'. Please check your configuration. Ignoring!
WARN [org.infinispan.configuration.parsing.XmlConfigHelper] (ServerService Thread Pool -- 21) ISPN000292: Unrecognized attribute 'database.max_background_compactions'. Please check your configuration. Ignoring!
Environment
- Red Hat Data Grid (RHDG)
- 7.3
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.