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/12/06 09:09:38 UTC

[GitHub] [flink] zentol opened a new pull request #10459: [FLINK-15085][hs] Simplify dashboard config generation

zentol opened a new pull request #10459: [FLINK-15085][hs] Simplify dashboard config generation
URL: https://github.com/apache/flink/pull/10459
 
 
   Fixes an issue in the HistoryServer where the dashboard configuration JSON was generated manually, resulting in it being out-of-sync with the actual representation.
   
   Instead we now use an `ObjectMapper` to directly map the object to json, just like how the REST handlers work.

----------------------------------------------------------------
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