Anton Vinogradov created IGNITE-15287:
-----------------------------------------
Summary: Yardstick's -cwd params does not clean persistence and
wal directories
Key: IGNITE-15287
URL: https://issues.apache.org/jira/browse/IGNITE-15287
Project: Ignite
Issue Type: Bug
Environment: -
Reporter: Anton Vinogradov
Fix For: 2.10
The current code at IgniteNode.java is
{noformat}
if (args.cleanWorkDirectory())
FileUtils.cleanDirectory(U.workDirectory(c.getWorkDirectory(),
c.getIgniteHome()));
{noformat}
and we should append {dataStorageConfiguration#storagePath} and
{dataStorageConfiguration#walPath} clean-up as well.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)