mynameborat opened a new pull request #1107: Cleanup store directories on startup for non-logged store only URL: https://github.com/apache/samza/pull/1107 During startup, the CSM cleans up the base directories for stores. Ideally, this cleanup should only be done for non-logged stores. In our current setup, if the applications configure both logged and non-logged store base directories to be the same, we delete the logged store directories as well which results in unnecessary bootstrap. In this PR, * We modify the clean up behavior on startup to impact only non-logged stores * Update the configuration documentation to reflect potential implications of not configuring `job.logged.store.base.dir` and `job.non.logged.store.base.dir` for stateful applications. * Add a warning if both logged and non-logged store base directories are configured to use same path.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
