You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/05/27 13:28:44 UTC

[GitHub] [flink] zentol commented on issue #8485: [FLINK-12555] Introduce an encapsulated metric group layout for shuffle API

zentol commented on issue #8485: [FLINK-12555] Introduce an encapsulated metric group layout for shuffle API
URL: https://github.com/apache/flink/pull/8485#issuecomment-496213298
 
 
   > And if we think there are no concerns for creating one metric group twice
   
   There are concerns; it prints a warning to the user as it is not how the API is supposed to be used. If any components need access to a shared group then this group should be created once and passed around as needed.
   Things were implemented this way on purpose to prevent components from interfering with each other by accident. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services