Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/604#discussion_r28758925 --- Diff: docs/config.md --- @@ -370,8 +370,7 @@ system, such as */tmp* in Linux systems. ### Configuring TaskManager processing slots -A processing slot allows Flink to execute a distributed DataSet transformation, such as a -data source or a map-transformation. +A processing slot allows Flink to execute an instance of a job. --- End diff -- I think the term *instance of a job* might be misleading. The document uses *operator instance* or *(user) function instance* but IMO it is not clear what an *instance of a job* is. I agree that the previous description wasn't good either, but we might try to come up with something better. What about "Flink executes a program in parallel by splitting it into subtasks and scheduling these subtasks to processing slots."?
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---