Uploaded image for project: 'Commons Pool'
  1. Commons Pool
  2. POOL-197

PooledObject: risky init of lastBorrowTime & lastReturnTime

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.0
    • None

    Description

      PooledObject inits lastBorrowTime & lastReturnTime (and createTime) using System.currentTimeMillis().

      As well as being wasteful to call the System method 3 times, it's possible that the clock will change between invocations.
      This could result in getActiveTimeMillis() returning non-zero active time even though the object has never been used.

      Should probably init lastBorrowTime & lastReturnTime from createTime.

      Attachments

        Activity

          People

            Unassigned Unassigned
            sebb Sebb
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: