[ https://issues.apache.org/jira/browse/FLINK-9972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16558461#comment-16558461 ]
ASF GitHub Bot commented on FLINK-9972: --------------------------------------- zentol commented on issue #6431: [FLINK-9972][flip6] Handle debug memory logging in flip6 URL: https://github.com/apache/flink/pull/6431#issuecomment-408146047 _much_ simpler? You just have to copy a jar from /opt to /lib and copy&paste this into the config: ``` metrics.reporter.slf4j.class: org.apache.flink.metrics.slf4j.Slf4jReporter metrics.reporter.slf4j.interval: 60 SECONDS ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Debug memory logging not working > --------------------------------- > > Key: FLINK-9972 > URL: https://issues.apache.org/jira/browse/FLINK-9972 > Project: Flink > Issue Type: Bug > Components: TaskManager > Affects Versions: 1.5.0, 1.5.1, 1.5.2, 1.6.0 > Reporter: Piotr Nowojski > Assignee: Piotr Nowojski > Priority: Critical > Labels: pull-request-available > > It seems like with introduction of Flip6, debug memory logging is not being > initialised anymore and following config properties are ignored: > * `taskmanager.debug.memory.log` > * `taskmanager.debug.memory.log-interval` > after disabling flip6 it works just fine. -- This message was sent by Atlassian JIRA (v7.6.3#76005)