Versions Compared

Key

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

...

  1. One way to delete stale ContainerPlacementMessages is to delete request/responses from the previous incarnation of the job in the metastore on job restarts, this is the responsibility of ContainerPlacementService 
  2. Once the request is complete, ContainerPlacementService can issue an async delete to clean up the request from the metastore
  3. Request/response message can be externally cleaned by a tool

...