g2z icon indicating copy to clipboard operation
g2z copied to clipboard

Deadlocks under load

Open cavaliercoder opened this issue 8 years ago • 0 comments

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.

cavaliercoder avatar Aug 29 '15 15:08 cavaliercoder