{{ node.description }}
- State
-
- Parallelism
-
{{ node.detail.parallelism }}
-
Max Parallelism
-
{{ node.detail.maxParallelism }}
- Start Time
-
{{ node.detail['start-time'] | humanizeDate: 'yyyy-MM-dd HH:mm:ss' }}
- End Time
-
{{ node.detail['end-time'] | humanizeDate: 'yyyy-MM-dd HH:mm:ss' }}
- Duration
-
{{ node.detail.duration | humanizeDuration }}
- Task
-
- Records Sent
-
{{ node.detail.metrics['write-records'] | number: '1.0-0' }}
- Records Received
-
{{ node.detail.metrics['read-records'] | number: '1.0-0' }}
- Bytes Sent
-
{{ node.detail.metrics['write-bytes'] | humanizeBytes }}
- Bytes Received
-
{{ node.detail.metrics['read-bytes'] | humanizeBytes }}
This value represents the maximum parallelism the vertex can scale to, calculated as the minimum
of maximum parallelisms of underlying operators that the vertex consists of.