[
https://jira.jboss.org/browse/ISPN-636?page=com.atlassian.jira.plugin.sys...
]
Supin Ko commented on ISPN-636:
-------------------------------
This is actually a workable solution for me. The problem I was having was that I will have
many auto-created (by the cache store) cache directories, each of which would have needed
the je.properties file. With Manik's solution, it allows me to deploy a single
je.properties file along with the HotRod server next to the infinispan.xml config file.
Need a way to apply je.* properties to BdbjeCacheStore's
EnvironmentConfig without using je.properties.
-------------------------------------------------------------------------------------------------------
Key: ISPN-636
URL:
https://jira.jboss.org/browse/ISPN-636
Project: Infinispan
Issue Type: Feature Request
Components: Configuration
Affects Versions: 4.1.0.Final
Reporter: Supin Ko
Assignee: Manik Surtani
Fix For: 4.2.0.BETA1, 4.2.0.Final
There are a number of Sleepycat-specific properties that I need to set in the
EnvironmentConfig for BdbjeCacheStore, for example, "je.log.useODSYNC=true".
Since we will have many different cache directories (one per customer), it becomes
impractical to have use the je.properties file.
Since these properties would be the same for all cache instances, it makes sense for them
to be in the cache server's config file. This might entail modifying the
infinispan/default/loaders/loader/properties element to accomodate implementation-specific
properties. Or, it could be done using a naming convention for the properties, for
example, apply everything that starts with "je." to the BDBJE EnvironmentConfig.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira