[
https://issues.jboss.org/browse/ISPN-9498?page=com.atlassian.jira.plugin....
]
Galder Zamarreño commented on ISPN-9498:
----------------------------------------
But the user should be free to choose another folder outside the
data/ path if he wants.
They can if they want... but in server this is not something they should be doing
really...
Does the file-store/rocksbd store "force" the storage to be
under data/ ?
By default in server yes:
https://github.com/infinispan/infinispan/blob/master/server/integration/i...
https://github.com/infinispan/infinispan/blob/master/server/integration/i...
The user can still provide their own values if they want and if defined those are used.
Index filesystem paths in server should point to data directory
---------------------------------------------------------------
Key: ISPN-9498
URL:
https://issues.jboss.org/browse/ISPN-9498
Project: Infinispan
Issue Type: Bug
Components: Indexing, Server
Affects Versions: 9.4.0.CR1, 9.3.3.Final
Reporter: Galder Zamarreño
Assignee: Gustavo Fernandes
Certain indexing configurations result in using filesystem as index storage.
When running such configurations in a server environment, filesystem path should be
somewhere within the server's data directory. This is the natural place for such
data.
When running in OpenShift, server's data folder can be backed by a persistent volume.
This means that the fileystem volume survives after restarts.
Plugging server's data directory is already happening for
[
file-store|https://github.com/infinispan/infinispan/blob/master/server/in...]
and
[
rocksdb-store|https://github.com/infinispan/infinispan/blob/master/server...].
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)