Skip to content

Commit 4048483

Browse files
authored
Revert "Optimize counter polling interval by making it more accurate (sonic-net#1457) …" (sonic-net#1570)
Revert "Optimize counter polling interval by making it more accurate
1 parent 420d92f commit 4048483

5 files changed

Lines changed: 50 additions & 664 deletions

File tree

lib/RedisRemoteSaiInterface.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -568,8 +568,6 @@ sai_status_t RedisRemoteSaiInterface::notifyCounterGroupOperations(
568568
std::string key((const char*)flexCounterGroupParam->counter_group_name.list, flexCounterGroupParam->counter_group_name.count);
569569

570570
emplaceStrings(POLL_INTERVAL_FIELD, flexCounterGroupParam->poll_interval, entries);
571-
emplaceStrings(BULK_CHUNK_SIZE_FIELD, flexCounterGroupParam->bulk_chunk_size, entries);
572-
emplaceStrings(BULK_CHUNK_SIZE_PER_PREFIX_FIELD, flexCounterGroupParam->bulk_chunk_size_per_prefix, entries);
573571
emplaceStrings(STATS_MODE_FIELD, flexCounterGroupParam->stats_mode, entries);
574572
emplaceStrings(flexCounterGroupParam->plugin_name, flexCounterGroupParam->plugins, entries);
575573
emplaceStrings(FLEX_COUNTER_STATUS_FIELD, flexCounterGroupParam->operation, entries);

0 commit comments

Comments
 (0)