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 2020/05/01 18:38:22 UTC

[GitHub] [samza] kw2542 commented on a change in pull request #1354: SAMZA-2518: Update JobCoordinatorLaunchUtil to fetch launch config from metadata store.

kw2542 commented on a change in pull request #1354:
URL: https://github.com/apache/samza/pull/1354#discussion_r418678071



##########
File path: samza-core/src/main/java/org/apache/samza/config/JobConfig.java
##########
@@ -132,7 +132,7 @@
 
   // Auto-sizing related configs that take precedence over respective sizing confings job.container.count, etc,
   // *only* when job.autosizing.enabled is true. Otherwise current behavior is maintained.
-  private static final String JOB_AUTOSIZING_CONFIG_PREFIX = "job.autosizing."; // used to determine if a config is related to autosizing
+  public static final String JOB_AUTOSIZING_CONFIG_PREFIX = "job.autosizing."; // used to determine if a config is related to autosizing

Review comment:
       Updated




----------------------------------------------------------------
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