Details
-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
None
-
None
-
3
-
5283
Description
Looking through the LNet code, I have found that the LNet errors counter (in lnet_counter_t) never gets incremented. This is very misleading to users looking at this stat via /proc/sys/lnet/stats.
It should be incremented at places where we have encountered an error when sending or receiving messages.