Versions Compared

Key

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

...

  • Make the IntermediateResultPartitionID being composed of (IntermediateDataSetID, partitionIndex)
  • Make the ExecutionAttemptID being composed of (ExecutionVertexID, attemptNumber)
  • Add the producer info to the string literal of IntermediateDataSetID, IntermediateResultPartitionID. Just like ResultPartitionID.

These changes may not compatible with the current AbstractID definition. We should either refactor the AbstractID or let them not extend AbstractID.

...