Skip to content

Commit

Permalink
Remove fabric queue counters. (#2862)
Browse files Browse the repository at this point in the history
What I did
Remove fabric queue counters.

Why I did it
This is fixing issue #15586. Where the following messages are seen

NOTICE syncd0#syncd: :- setQueueCounterList: FABRIC_QUEUE_STAT_COUNTER: queue oid:0x18d051500000001 does not has supported counters

Based on case CS00012300922, the support of these queue counters objects are removed after 9.x for DNX.
  • Loading branch information
jfeng-arista authored Aug 18, 2023
1 parent bb99f41 commit b4fcfc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchagent/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ int main(int argc, char **argv)
{
orchDaemon->setFabricEnabled(true);
orchDaemon->setFabricPortStatEnabled(true);
orchDaemon->setFabricQueueStatEnabled(true);
orchDaemon->setFabricQueueStatEnabled(false);
}
}
else
Expand Down

0 comments on commit b4fcfc9

Please sign in to comment.