[
https://issues.apache.org/jira/browse/FLINK-8055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kostas Kloudas closed FLINK-8055.
---------------------------------
Resolution: Fixed
Merged with 5e059e968633c4292734ebed209fa1b3c30529a1
> 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
> Assignee: Kostas Kloudas
>
> 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)