You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a typical indicator of a lack of executor memory. There could be multiple reasons for this:
Memory is ok, but there was no space available for the executor pod, causing it to remain in pending mode and putting pressure on the rest of the executors.
Memory is ok, but the executor failed to bind the PVC and remained in pending mode, putting pressure on the rest of the executors.
The memory settings are incorrect for the particular download
Some downloads fail with errors like these:
Caused by: java.lang.RuntimeException: java.nio.file.NoSuchFileException: /data/spark-x/executor-x/blockmgr-f5aa0006-89ef-4294-b499-2586060192f8/2a/shuffle_0_358_0.index
e.g.: 0003512-250218110819086: https://airflow.gbif.org/log?execution_date=2025-02-20T15%3A08%3A16.382463%2B00%3A00&task_id=download_query_monitor&dag_id=gbif_occurrence_download_dag&map_index=-1
The text was updated successfully, but these errors were encountered: