GitHub user bharathkk opened a pull request: https://github.com/apache/samza/pull/701
Fix side input stores to use logged store directory Side input stores are non-changelog stores that still needs to use logged stored directory to guarantee durability. You can merge this pull request into a Git repository by running: $ git pull https://github.com/bharathkk/samza side-input-fix Alternatively you can review and apply these changes as the patch at: https://github.com/apache/samza/pull/701.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #701 ---- commit 505c3cea1c5abad5ae98a48eb251770028f6c00e Author: bharathkk <codin.martial@...> Date: 2018-10-09T18:52:53Z Fix side input stores to use logged store directory ---- ---