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
When under load with zabbix_agent_bench, if all zabbix_agentd: listener pids happen to process identical item keys at the same time, they appear to deadlock at futex().
I didn't find any calls to futex() in the Zabbix or g2z codebase, so I'm assuming it's occurring somewhere in Go's concurrency logic.
The text was updated successfully, but these errors were encountered:
When under load with
zabbix_agent_bench
, if allzabbix_agentd: listener
pids happen to process identical item keys at the same time, they appear to deadlock atfutex()
.I didn't find any calls to
futex()
in the Zabbix or g2z codebase, so I'm assuming it's occurring somewhere in Go's concurrency logic.The text was updated successfully, but these errors were encountered: