Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-4124

[Java Broker] TransactionTimeout logging has duplication and some erroneously uses default Object.toString

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 0.14, 0.15, 0.16, 0.17, 0.18
    • 0.19
    • Broker-J
    • None

    Description

      In AMQChannel, code such as

      _logger.warn("IDLE TRANSACTION ALERT " + _logSubject.toString() ...

      should be replaced by

      _logger.warn("IDLE TRANSACTION ALERT " + _logSubject.toLogString() ...

      because the first example uses Object.toString, which is not very useful for logging.

      Attachments

        Activity

          People

            philharveyonline Phil Harvey
            philharveyonline Phil Harvey
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: