Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-13987

Better TM/JM Log Display

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.11.0
    • Runtime / REST
    • None

    Description

      As the job running, the log files are becoming large.

      As the application runs on JVM, sometimes the user needs to see the log of GC, but there isn't this content.

      Above all, we need new apis:

      •  list taskmanager all log file
        • /taskmanagers/taskmanagerid/logs
        • {
            "logs": [
              {
                "name": "taskmanager.log",
                "size": 12529
              }
            ]
          } 
      • read taskmanager log file
        •  /taskmanagers/logs/[filename]
        • response: same as taskmanager’s log
      • list jobmanager all log file
        • /jobmanager/logs
        • {
            "logs": [
              {
                "name": "jobmanager.log",
                "size": 12529
              }
            ]
          }
      • read jobmanager log file
        •  /jobmanager/logs/[filename]
        • response: same as jobmanager's log

      Attachments

        Issue Links

          Activity

            People

              lining lining
              lining lining
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 1h 50m
                  1h 50m