Can't delete a device with more than 110 interfaces #7777

Closed
opened 2025-12-29 20:28:04 +01:00 by adam · 0 comments
Owner

Originally created by @ghost on GitHub (Mar 21, 2023).

NetBox version

v3.4.6

Python version

3.9

Steps to Reproduce

Choose a device with a lot of interfaces (>110 interfaces) and try to delete it using the UI Delete button.

Expected Behavior

The deletion process should succeed.

Observed Behavior

After 30 seconds, the request will get timed out and the following logs will be displayed on the POD logs:

[2023-03-21 09:59:21 +0000] [12] [DEBUG] POST /dcim/devices/20337/delete/
[2023-03-21 09:59:52 +0000] [1] [CRITICAL] WORKER TIMEOUT (pid:12)
[2023-03-21 09:59:52 +0000] [12] [INFO] Worker exiting (pid: 12)
[2023-03-21 09:59:53 +0000] [1] [WARNING] Worker with pid 12 was terminated due to signal 9
[2023-03-21 09:59:53 +0000] [16] [INFO] Booting worker with pid: 16
[2023-03-21 09:59:59 +0000] [16] [DEBUG] Ignoring EPIPE

This is causing the pod to terminate and no HTTP response will be sent back to the client.

Originally created by @ghost on GitHub (Mar 21, 2023). ### NetBox version v3.4.6 ### Python version 3.9 ### Steps to Reproduce Choose a device with a lot of interfaces (>110 interfaces) and try to delete it using the UI Delete button. ### Expected Behavior The deletion process should succeed. ### Observed Behavior After 30 seconds, the request will get timed out and the following logs will be displayed on the POD logs: ~~~ [2023-03-21 09:59:21 +0000] [12] [DEBUG] POST /dcim/devices/20337/delete/ [2023-03-21 09:59:52 +0000] [1] [CRITICAL] WORKER TIMEOUT (pid:12) [2023-03-21 09:59:52 +0000] [12] [INFO] Worker exiting (pid: 12) [2023-03-21 09:59:53 +0000] [1] [WARNING] Worker with pid 12 was terminated due to signal 9 [2023-03-21 09:59:53 +0000] [16] [INFO] Booting worker with pid: 16 [2023-03-21 09:59:59 +0000] [16] [DEBUG] Ignoring EPIPE ~~~ This is causing the pod to terminate and no HTTP response will be sent back to the client.
adam closed this issue 2025-12-29 20:28:04 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#7777