decouple_lost_owner 231 B

1234
  1. o Code simplification and refactoring:
  2. - Treat the loss of an owning controller as equivalent to a SIGTERM
  3. signal. This removes a tiny amount of duplicated code, and simplifies
  4. our callgraph. Closes ticekt 16788.