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

Provide thread name for EvcitionTimer

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 1.3, 1.4
    • 2.0
    • None

    Description

      When taking thread dumps and while debugging, I always like when each thread has a speaking name. Therefore I suggest that Pool's EvictionTimer should have a name, too.

      E.g.:
      instead of
      _timer = new Timer(true);
      use
      _timer = new Timer("commons-pool-EvictionTimer", true);

      Attachments

        Activity

          People

            Unassigned Unassigned
            kutzi@gmx.de Christoph Kutzinski
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: