JPPF Issue Tracker
star_faded.png
Please log in to bookmark issues
bug_report_small.png
CLOSED  Bug report JPPF-271  -  Lower the visiblity of log message upon connectionFailed() notification
Posted May 21, 2014 - updated Mar 28, 2016
icon_info.png This issue has been closed with status "Closed" and resolution "RESOLVED".
Issue details
  • Type of issue
    Bug report
  • Status
     
    Closed
  • Assigned to
     lolo4j
  • Progress
       
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
  • Posted by
     lolo4j
  • Owned by
    Not owned by anyone
  • Category
    Client
  • Resolution
    RESOLVED
  • Priority
    Normal
  • Reproducability
    Always
  • Severity
    Low
  • Targetted for
    icon_milestones.png JPPF 4.1.x
Issue description
When a client connection fails to reconnect to a driver, the method AbstractGenericClient.connnectionFailed() logs the gollowing message at INFO level:
AbstractGenericClient: Connection [driver1-1] failed
Since setting the status of a connection to FAILED is part of normally closing the connection, this message could be confusing and lead users to think there is an error when there isn't. This message should be logged at DEBUG level or lower only.
Steps to reproduce this issue
  • start a driver
  • create a JPPFClient then close it
==> you will see the connection failed message in the log

#4
Comment posted by
 lolo4j
May 24, 09:20
Fixed in: