3 Replies Latest reply on Nov 16, 2015 5:43 AM by johnfosborneiii

    Single File Store Configuration (Remote Client-Server Mode)

    sanpingz

      I configured multiple Infinispan Remote Servers as follows. But I didn't find any data on the disk after loading data into Infinispan cluster, only found  "FCS1" in the default.dat file. Did I misconfigure anything?

      <distributed-cache name="default" mode="SYNC" segments="20" owners="2" remote-timeout="30000" start="EAGER">
          <locking acquire-timeout="30000" concurrency-level="1000" striping="false"/>
          <transaction mode="NONE"/>
          <file-store name="default"
              passivation="true"
              purge="true"
              path="singlefile"
              max-entries="5000000"
              fetch-state="false"
              preload="false">
              <write-behind modification-queue-size="1024"
                  shutdown-timeout="25000"
                  flush-lock-timeout="15000"
                  thread-pool-size="5" />
          </file-store>
      </distributed-cache>