Github user rmetzger commented on a diff in the pull request:
https://github.com/apache/incubator-flink/pull/188#discussion_r20072728
--- Diff:
flink-core/src/main/java/org/apache/flink/configuration/ConfigConstants.java ---
@@ -364,6 +369,11 @@
public static final String DEFAULT_TASK_MANAGER_TMP_PATH =
System.getProperty("java.io.tmpdir");
/**
+ * The default value for the threshold (in MB) of the temporary file
directories in the taskmanager.
+ */
+ public static final int DEFAULT_TASK_MANAGER_TMP_DIR_THRESHOLD = 100;
--- End diff --
I would call the variable `DEFAULT_TASK_MANAGER_TMP_DIR_THRESHOLD_MB` so
that you can directly see the unit from the variable name
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---