Chesnay Schepler created FLINK-8055:
---------------------------------------
Summary: Deduplicate logging messages about QS start
Key: FLINK-8055
URL: https://issues.apache.org/jira/browse/FLINK-8055
Project: Flink
Issue Type: Improvement
Components: Queryable State
Affects Versions: 1.4.0
Reporter: Chesnay Schepler
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.
{code}
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
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)