[
https://issues.apache.org/jira/browse/FLINK-18351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jark Wu closed FLINK-18351.
---------------------------
Fix Version/s: 1.11.0
Resolution: Fixed
- master (1.12.0): b37b8b09930a16b6ec772996a09eabdbc0c98853
- 1.11.0: 46a8ab9628a3297dccbea2de8cdd2f5f9d7cd5f9
> ModuleManager creates a lot of duplicate/similar log messages
> -------------------------------------------------------------
>
> Key: FLINK-18351
> URL: https://issues.apache.org/jira/browse/FLINK-18351
> Project: Flink
> Issue Type: Improvement
> Components: Table SQL / API
> Affects Versions: 1.12.0
> Reporter: Robert Metzger
> Assignee: Shengkai Fang
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.11.0
>
>
> This is a follow up to FLINK-17977:
> {code}
> 2020-06-03 15:02:11,982 INFO org.apache.flink.table.module.ModuleManager
> [] - Got FunctionDefinition 'as' from 'core' module.
> 2020-06-03 15:02:11,988 INFO org.apache.flink.table.module.ModuleManager
> [] - Got FunctionDefinition 'sum' from 'core' module.
> 2020-06-03 15:02:12,139 INFO org.apache.flink.table.module.ModuleManager
> [] - Got FunctionDefinition 'as' from 'core' module.
> 2020-06-03 15:02:12,159 INFO org.apache.flink.table.module.ModuleManager
> [] - Got FunctionDefinition 'equals' from 'core' module.
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)