You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by StephanEwen <gi...@git.apache.org> on 2017/10/13 10:24:35 UTC

[GitHub] flink issue #4801: [FLINK-7812] Log system resources metrics

Github user StephanEwen commented on the issue:

    https://github.com/apache/flink/pull/4801
  
    Thanks for this addition. Few comments:
    
      - Please try to follow the common (though not enforced) code style when it comes to empty lines between class declarations, fields, methods, etc.
    
      - What is the license of the new dependency? Can you send a link so we can verify that?
    
      - If possible, let's shade that dependency, avoid increasing the dependency footprint.
    
      - Can we harmonize the config keys between the memory logger and the new system metrics?


---