Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-2175

Reduce server log verbosity at info level

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Pending Closed
    • 0.9.0.0
    • None
    • controller, zkclient

    Description

      Currently, the broker logs two messages at INFO level that should be at a lower level. This serves only to fill up log files on disk, and can cause performance issues due to synchronous logging as well.

      The first is the "Closing socket connection" message when there is no error. This should be reduced to debug level. The second is the message that ZkUtil writes when updating the partition reassignment JSON. This message contains the entire JSON blob and should never be written at info level. In addition, there is already a message in the controller log stating that the ZK node has been updated.

      Attachments

        1. KAFKA-2175.patch
          2 kB
          Todd Palino

        Activity

          People

            toddpalino Todd Palino
            toddpalino Todd Palino
            Joel Jacob Koshy Joel Jacob Koshy
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: