dxichen commented on a change in pull request #1490:
URL: https://github.com/apache/samza/pull/1490#discussion_r625496838
##########
File path:
samza-core/src/main/scala/org/apache/samza/container/SamzaContainer.scala
##########
@@ -517,13 +514,16 @@ object SamzaContainer extends Logging {
val loggedStorageBaseDir = getLoggedStorageBaseDir(jobConfig,
defaultStoreBaseDir)
info("Got base directory for logged data stores: %s" format
loggedStorageBaseDir)
+ // TODO dchen should we enforce restore factories to be subset of backup
factories?
+ val stateStorageBackendRestoreFactory = ReflectionUtil
Review comment:
removed this comment, since this check may not always be relevant, we
may add this as needed with general onboarding
--
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]