Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can find a detailed list of the ExecutionGraphInfo data structure in the Appendix. But essentially, we could provide a JSON representation of the data structure by keeping the three items mentioned above as Base64-encoded Strings (and provide a human-readable version if possible).

...

The HistoryServer gives us the capability to access jobs from older Flink versions without worrying about the backwards compatibility of the ArchivedExecutionGraph. Working on such a topic would require additional investigations which is out-of-scope for this FLIP.

Appendix
Anchor
appendix
appendix

ExecutionGraphInfo Data Structure

...