Products | Versions |
---|---|
TIBCO Streaming | 10 |
In older versions of TIBCO StreamBase, the system-property setting "liveview.project.out" was used to specify the location of the recovery files when Table Persistence was enabled. This is no longer supported from TIBCO Streaming 10.4.0 and may prevent the application from starting.
What is the alternative way to specify the file location for table persistence?
{node-directory}\application\engines\default-engine-for-com.sbsupport.PersistTest\dataThis folder would be removed if the node directory is removed, losing the persisted data.
2019-10-21 11:33:37.726000-0400 [70388:OperatorThread(BizData.EngineFactory.EngineImpl.SnapQueryEP.CQEngine_write. TablePersistenceModuleRef1.TableFromFile:1)] INFO TableFromFile: Read 337 rows at 2,188 TPS from C:\tmp\test\A.persist\application\engines\default-engine-for-com.sbsupport.PersistTest\data\BizData \BizData_TablePersistenceModuleRef1_1571672010470.restore
systemProperties = { "liveview.systemdata.directory" = "../lvdata" }This example places the storage directory parallel to the node directory, where it will survive when the node directory is removed and re-installed.