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 10:05:15 UTC

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

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


   Feature works as expected but I have some remarks regarding the usability.
   
   If a user starts and stops the cluster multiple times locally, the log list gets confusing quickly, i.e., it is difficult to find the latest/active log file. See screenshot below:
   
   ![image](https://user-images.githubusercontent.com/1681921/80359279-e3a8c700-887d-11ea-9ebd-8abd28d0fce7.png)
   
   You can simulate this yourself by running:
   
   ```
   for i in {0..10} do; bin/start-cluster.sh && bin/stop-cluster.sh done
   ```
   
   For task manager logs it is similar but perhaps a bit better since there is a way to access the _"main TM log"_ directly from the sub vertex page. 
   
   Do you have any ideas how this can be improved? Should we implement FLINK-16863 next and show the last modified time?
   
   
   
   
   
   


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