Realtime queue not reload members

here is situation.
realtime queue get info from mysql DB.

i do change of member, do “queue reload memeber all”, do test call and see that it still call OLD memeber’s agent
debug show that queue do query like

[Feb 22 15:00:46] DEBUG[9249]: res_config_mysql.c:381 realtime_mysql: MySQL RealTime: Retrieve SQL: SELECT * FROM queue_get WHERE name = ‘2’
[Feb 22 15:00:46] DEBUG[9249]: res_config_mysql.c:1626 mysql_reconnect: MySQL RealTime: Connection okay.
[Feb 22 15:00:46] DEBUG[9249]: res_config_mysql.c:504 realtime_multi_mysql: MySQL RealTime: Retrieve SQL: SELECT * FROM queue_member_get WHERE interface LIKE ‘%’ AND queue_name = ‘2’ ORDER BY interface

dooign that request from mysql give NEW data, but queue still do call to old number.

any ideas?