Uploaded image for project: 'ActiveMQ Artemis'
  1. ActiveMQ Artemis
  2. ARTEMIS-1247

Allow tracing on ReplicatedJournal

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.1.0
    • 2.2.0
    • Broker
    • None

    Description

      There is disabled logging of ReplicatedJournal due to hardcoded value:

      private static final boolean trace = false;
      

      Every trace log can never be logged:

      if (ReplicatedJournal.trace) {
               ReplicatedJournal.trace("Append record id = " + id + " recordType = " + recordType);
            }
      

      This is not ideal for investivatigation purposes.

      Attachments

        Issue Links

          Activity

            People

              clebertsuconic Clebert Suconic
              rpelisse Romain PELISSE
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: