Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-8055

Deduplicate logging messages about QS start

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.4.0
    • None
    • None

    Description

      When starting the queryable state servers the following is printed in the logs both the NetworkEnvironment and AbstractServerBase are logging events about it.

      I suggest to remove the logging message from the NetworkEnvironment. Furthermore i think it would be good to use a non-static logger in AbstractServerBase to better differentiate between classes.

      2017-11-13 13:51:32,042 INFO  org.apache.flink.queryablestate.network.AbstractServerBase    - Started the Queryable State Server @ /127.0.0.1:9067.
      2017-11-13 13:51:32,042 INFO  org.apache.flink.runtime.io.network.NetworkEnvironment        - Started the Queryable State Data Server @ /127.0.0.1:9067
      2017-11-13 13:51:32,049 INFO  org.apache.flink.queryablestate.network.AbstractServerBase    - Started the Queryable State Proxy Server @ /127.0.0.1:9069.2017-11-13 13:51:32,049 INFO  org.apache.flink.runtime.io.network.NetworkEnvironment        - Started the Queryable State Client Proxy @ /127.0.0.1:9069
      

      Attachments

        Activity

          People

            kkl0u Kostas Kloudas
            chesnay Chesnay Schepler
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: