You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<td>Timestamp when the job initialization has started.</td>
129
129
</tr>
@@ -157,7 +157,11 @@ Flink reports a single span trace for the whole checkpoint and job initializatio
157
157
</tr>
158
158
<tr>
159
159
<td>(Max/Sum)DownloadStateDurationMs<br><br>(optional - currently only supported by RocksDB Incremental)</td>
160
-
<td>The aggregated (max and sum) across all subtasks duration of downloading state files from the DFS.</td>
160
+
<td>The aggregated (max and sum) duration across all subtasks of downloading state files from the DFS.</td>
161
+
</tr>
162
+
<tr>
163
+
<td>(Max/Sum)RestoreStateDurationMs<br><br>(optional - currently only supported by RocksDB Incremental)</td>
164
+
<td>The aggregated (max and sum) duration across all subtasks of restoring the state backend from fully localized state, i.e. after all remote state was downloaded.</td>
<td>Timestamp when the job initialization has started.</td>
129
129
</tr>
@@ -157,7 +157,11 @@ Flink reports a single span trace for the whole checkpoint and job initializatio
157
157
</tr>
158
158
<tr>
159
159
<td>(Max/Sum)DownloadStateDurationMs<br><br>(optional - currently only supported by RocksDB Incremental)</td>
160
-
<td>The aggregated (max and sum) across all subtasks duration of downloading state files from the DFS.</td>
160
+
<td>The aggregated (max and sum) duration across all subtasks of downloading state files from the DFS.</td>
161
+
</tr>
162
+
<tr>
163
+
<td>(Max/Sum)RestoreStateDurationMs<br><br>(optional - currently only supported by RocksDB Incremental)</td>
164
+
<td>The aggregated (max and sum) duration across all subtasks of restoring the state backend from fully localized state, i.e. after all remote state was downloaded.</td>
0 commit comments