Runbook

Orphaned Processes in Apache Airflow

Back to Runbooks

Overview

This incident type refers to the presence of orphaned processes in Apache Airflow. Orphaned processes are those that have been started by a parent process but are not properly terminated when they are no longer needed. These processes can consume system resources and cause performance issues. In the context of Apache Airflow, orphaned processes can affect the scheduling and execution of tasks, leading to failures or delays in completing workflows. The incident requires identifying and removing these orphaned processes to restore normal system operations.

Parameters

Debug

Get the list of processes running in a specific container

Check the CPU and memory usage of a specific pod

Check the CPU and memory usage of all pods in the default namespace

Identify the orphaned processes in Apache Airflow using relevant tools and commands.

Repair

Kill the identified orphaned processes to prevent resource hogging and potential system crashes.

Learn more

Related Runbooks

Check out these related runbooks to help you debug and resolve similar issues.