Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UnavailableDataError for Key "COUNTERS_PORT_NAME_MAP" in COUNTERS_DB … #117

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jerry-chang3300
Copy link

The root cause is that SNMP may query queue_stat_map before it's created.
SNMP would try to query again after 3-7 seconds, so it wouldn't actually affect others.
So we modify the following:

  • logging level from error to warning when SNMP query failed
  • move sleep before it queries

Signed-off-by: jerry_chang jerry_chang@edge-core.com

@msftclas
Copy link

msftclas commented Oct 15, 2019

CLA assistant check
All CLA requirements met.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants