You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- _init_sfp_util_helper: also catch SystemExit raised by
platform_sfputil_helper load functions so the CLI falls back to
logical port names instead of terminating.
- _get_sfp_db_connections: keep successful per-namespace STATE_DB
connections and skip only the failing namespace, instead of
dropping all connections on any failure.
- _collect_sfp_sensors: prefetch TRANSCEIVER_DOM_THRESHOLD and
TRANSCEIVER_DOM_FLAG once per namespace via new _prefetch_table()
to avoid an N+1 hgetall pattern per port.
- _derive_sfp_warning: return 'True'/'False'/'N/A' strings to keep
the JSON output's Warning field type consistent with platform
sensor rows from TEMPERATURE_INFO.
Signed-off-by: Vasundhara Volam <vvolam@microsoft.com>
0 commit comments