[infinispan-issues] [JBoss JIRA] (ISPN-9498) Index filesystem paths in server should point to data directory

Galder Zamarreño (JIRA) issues at jboss.org
Tue Sep 11 05:03:00 EDT 2018


Galder Zamarreño created ISPN-9498:
--------------------------------------

             Summary: 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.3.3.Final, 9.4.0.CR1
            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/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/CacheConfigurationAdd.java#L766] and [rocksdb-store|https://github.com/infinispan/infinispan/blob/master/server/integration/infinispan/src/main/java/org/jboss/as/clustering/infinispan/subsystem/CacheConfigurationAdd.java#L857].



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)



More information about the infinispan-issues mailing list