Ted Yu created FLINK-10389:
------------------------------
Summary: TaskManagerServicesConfiguration ctor contains self assignment
Key: FLINK-10389
URL:
https://issues.apache.org/jira/browse/FLINK-10389 Project: Flink
Issue Type: Task
Reporter: Ted Yu
TaskManagerServicesConfiguration has:
{code}
this.systemResourceMetricsEnabled = systemResourceMetricsEnabled;
{code}
There is no systemResourceMetricsEnabled parameter to the ctor.
This was reported by findbugs.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)