JPPF Issue Tracker
star_faded.png
Please log in to bookmark issues
enhancement_small.png
CLOSED  Enhancement JPPF-350  -  Add a CLOSED status for client to server connections
Posted Nov 24, 2014 - updated Nov 24, 2014
action_vote_minus_faded.png
0
Votes
action_vote_plus_faded.png
icon_info.png This issue has been closed with status "Closed" and resolution "RESOLVED".
Issue details
  • Type of issue
    Enhancement
  • Status
     
    Closed
  • Assigned to
     lolo4j
  • 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
  • Targetted for
    icon_milestones.png JPPF 5.0
Issue description
Currently, when closing a client via JPPFClient.close(), the connections to the server have their status set to FAILED to indicate that they are being closed and no further connection attempt should be made. This is semantically incorrect and misleading, especially when diagnosing issues, since FAILED appears in many places in the client logs.

We propose to add a CLOSED status to the enum defined in JPPFClientConnectionStatus, to properly reflect the state of connection closed by the user.

#3
Comment posted by
 lolo4j
Nov 24, 07:06
implemented in trunk revision 3484