Confused about FLINK task slot
问题 I know a task manager could have several task slots. But, what is a task slot ? A JVM process or an object in memory or a thread? 回答1: The answer might come late. But: A Taskmanager (TM) is a JVM process, whereas a Taskslot (TS) is a Thread within the respective JVM process (TM). The managed memory of a TM is equally split up between the TS within a TM. No CPU isolation happens between the slots, just the managed memory is divided. Moreover, TS in the same TM share TCP connections (via