Skip to content

Commit

Permalink
Add missing flex counter op str to consumer_table_pops.lua
Browse files Browse the repository at this point in the history
without it the system failed when "synchronous_mode": "disable"

Fixed Problems/New Changes:

Should be Tested:
  • Loading branch information
aviramd committed Sep 4, 2024
1 parent aba0f66 commit 76382ee
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion common/consumer_table_pops.lua
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,12 @@ for i = n, 1, -3 do
op == 'object_type_get_availability_query' or
op == 'object_type_get_availability_response' or
op == 'stats_capability_query' or
op == 'stats_capability_response' then
op == 'stats_capability_response' or
op == 'start_poll' or
op == 'stop_poll' or
op == 'set_counter_group' or
op == 'del_counter_group' or
op == 'counter_response'then

-- do not modify db entries when spotted those commands, they are used to
-- trigger actions or get data synchronously from database
Expand Down

0 comments on commit 76382ee

Please sign in to comment.