Hello, I recently started experimenting with Apache Ignite. I want to experiment the persistent store feature in particular. I am running Apache Ignite and I successfully tried example programs for persisting data on SSD. Now, I want run yardstick benchmarks in similar configuration, I followed the same configuration steps like I followed for examples but no luck. I can not see data on SSD that I have mounted.
So question are 1) Does Yardstick benchmarks have implementation to write data to storage device. 2) If yes, how to configure or do we need any modification to benchmarks? here are couple of line I followed in java code- - setPersistenceEnabled to true - setCustomStoragePath to custom location - setWalArchivePath to custom - setWlPath to custom - set data store configuration -start ignite server Thanks, AW
