xintongsong commented on a change in pull request #10146:
[FLINK-14188][runtime] TaskExecutor derive and register with default slot
resource profile
URL: https://github.com/apache/flink/pull/10146#discussion_r354096829
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/TaskManagerServices.java
##########
@@ -329,20 +328,22 @@ private static TaskSlotTable createTaskSlotTable(
* directories (not files), and are writable.
*
* @param tmpDirs The array of directory paths to check.
- * @throws IOException Thrown if any of the directories does not exist
and cannot be created or is not writable
- * or is a file, rather than a directory.
+ * @throws IOException Thrown if any of the directories does not exist
and cannot be created or is not writable or
Review comment:
Don't know what happened with this commit. So many format changes that I'm
not aware of. Probably some triggered some IDE function by accident.
----------------------------------------------------------------
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]
With regards,
Apache Git Services