All Downloads are FREE. Search and download functionalities are using the official Maven repository.

web.partials.jobs.job.plan.node.checkpoints.job.html Maven / Gradle / Ivy

There is a newer version: 1.14.6
Show newest version


Configuration

Interval Timeout Minimum Pause between Checkpoints Maximum Concurrent Checkpoints Persist Checkpoints Externally
{{ jobCheckpointConfig['interval'] | humanizeDuration }} {{ jobCheckpointConfig['timeout'] | humanizeDuration }} {{ jobCheckpointConfig['min_pause'] | humanizeDuration }} {{ jobCheckpointConfig['max_concurrent'] }} Enabled (delete on cancellation)(retain on cancellation) Disabled
ID Acknowledged Trigger Time Latest Ack Duration State Size
{{ checkpoint['id'] }} {{ checkpoint['subtasks']['acknowledged'] }}/{{ checkpoint['subtasks']['count'] }} {{ checkpoint['trigger_timestamp'] | amDateFormat:'H:mm:ss' }} {{ checkpoint['latest_ack_timestamp'] | amDateFormat:'H:mm:ss' }} {{ checkpoint['duration'] | humanizeDuration }} {{ checkpoint['size'] | humanizeBytes }} More details
Back
Name Size Duration Duration (Operator sync) Status
Min Average Max Sum
{{ v.name | humanizeText }} {{ operatorCheckpointStats[checkpoint['id']][v.id]['size']['min'] | humanizeBytes }} {{ operatorCheckpointStats[checkpoint['id']][v.id]['size']['avg'] | humanizeBytes }} {{ operatorCheckpointStats[checkpoint['id']][v.id]['size']['max'] | humanizeBytes }} {{ operatorCheckpointStats[checkpoint['id']][v.id]['size']['sum'] | humanizeBytes }} min: {{ operatorCheckpointStats[checkpoint['id']][v.id]['duration']['coordinator']['min'] | humanizeDuration }}, max: {{ operatorCheckpointStats[checkpoint['id']][v.id]['duration']['coordinator']['max'] | humanizeDuration }}, average: {{ operatorCheckpointStats[checkpoint['id']][v.id]['duration']['coordinator']['avg'] | humanizeDuration }} min: {{ operatorCheckpointStats[checkpoint['id']][v.id]['duration']['operator']['sync']['min'] | humanizeDuration }}, max: {{ operatorCheckpointStats[checkpoint['id']][v.id]['duration']['operator']['sync']['max'] | humanizeDuration }}, average: {{ operatorCheckpointStats[checkpoint['id']][v.id]['duration']['operator']['sync']['avg'] | humanizeDuration }} {{v.status}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy