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 2020/04/27 11:46:02 UTC

[GitHub] [flink] vthinkxie commented on pull request #11731: [FLINK-17130][web] Enable listing JM Logs and displaying Logs by filename

vthinkxie commented on pull request #11731:
URL: https://github.com/apache/flink/pull/11731#issuecomment-619930895


   Hi @GJL 
   
   I have a discussion with @jinglining 
   what about the following solutions
   
   1. split the taskmanager and jobmanager logs into different folders to avoid they mixed together in the standalone mode.
   
   2. add `lastModified` describe in [FLINK-16863](https://issues.apache.org/jira/browse/FLINK-16863) and `current:boolean` data in the list item.
   
   the `current` means that the log has the same name as the previous API such as `/jobmanager/stdout`, I can add a highlight or a tag in the frontend to prompt the users with it.
   
   we can get it from https://github.com/apache/flink/blob/b41f09f43f2d0e49300873d1bd85c9f5196c5081/flink-runtime/src/main/java/org/apache/flink/runtime/webmonitor/WebMonitorUtils.java#L71-L75 


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