Menu

#2849 smf: Incorrect logging may flood syslog

future
review
None
defect
smf
d
major
False
2022-01-23
2018-05-08
elunlen
No

In function getNodeDestination() in SmfUtils there is a:
LOG_NO("%s: className '%s'", FUNCTION, className);
That should be changed to a TRACE or removed.

It is printed in a loop that may go on for 10 seconds with a delay of 2 seconds meaning that this printout may happen 5 times. The problem however, is that this function is called in aloop by waitForNodeDestination() . The logging is not done at very high speed though. One log every 2 seconds

Discussion

  • Gary Lee

    Gary Lee - 2018-06-29
    • Milestone: 5.18.06 --> 5.18.08
     
  • Krishna Pawar

    Krishna Pawar - 2018-09-06
    • status: unassigned --> accepted
    • assigned_to: Krishna Pawar
     
  • Krishna Pawar

    Krishna Pawar - 2018-09-14
    • status: accepted --> review
     
  • Gary Lee

    Gary Lee - 2018-09-29
    • Milestone: 5.18.09 --> 5.18.12
     
  • Gary Lee

    Gary Lee - 2019-01-09
    • Milestone: 5.19.01 --> 5.19.03
     
  • Gary Lee

    Gary Lee - 2019-03-26
    • Milestone: 5.19.03 --> 5.19.06
     
  • Gary Lee

    Gary Lee - 2019-07-23
    • Milestone: 5.19.07 --> 5.19.10
     
  • Gary Lee

    Gary Lee - 2019-10-21
    • Milestone: 5.19.10 --> 5.20.01
     
  • Gary Lee

    Gary Lee - 2020-02-15
    • Milestone: 5.20.02 --> 5.20.05
     
  • Gary Lee

    Gary Lee - 2020-05-30
    • Milestone: 5.20.05 --> 5.20.08
     
  • Gary Lee

    Gary Lee - 2020-08-31
    • Milestone: 5.20.08 --> 5.20.11
     
  • Gary Lee

    Gary Lee - 2020-12-01
    • Milestone: 5.20.11 --> 5.21.03
     
  • Gary Lee

    Gary Lee - 2021-03-01
    • Milestone: 5.21.03 --> 5.21.06
     
  • Gary Lee

    Gary Lee - 2021-06-01
    • Milestone: 5.21.06 --> 5.21.10
     
  • Gary Lee

    Gary Lee - 2021-09-14
    • Milestone: 5.21.09 --> 5.21.12
     
  • Gary Lee

    Gary Lee - 2022-01-23
    • Milestone: 5.22.01 --> future
     

Log in to post a comment.