You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by GitBox <gi...@apache.org> on 2019/10/22 23:36:33 UTC

[GitHub] [samza] bharathkumarasubramanian commented on a change in pull request #1200: SAMZA-2360 : Adding config stores.init.clean to clean all store-dirs on init, regardless of contents

bharathkumarasubramanian commented on a change in pull request #1200: SAMZA-2360 : Adding config stores.init.clean to clean all store-dirs on init, regardless of contents
URL: https://github.com/apache/samza/pull/1200#discussion_r337795035
 
 

 ##########
 File path: samza-core/src/main/java/org/apache/samza/config/StorageConfig.java
 ##########
 @@ -73,6 +73,8 @@
   static final String INMEMORY_KV_STORAGE_ENGINE_FACTORY =
       "org.apache.samza.storage.kv.inmemory.InMemoryKeyValueStorageEngineFactory";
 
+  public static final String CLEAN_LOGGED_STOREDIRS_ON_START = STORE_PREFIX + "container.start.clean";
 
 Review comment:
   Is this supposed to be an internal config? If not, can you add a configuration doc for this?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services