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

WebRuntimeMonitor: Move initialization of handlers to start() method

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Reopened
    • Not a Priority
    • Resolution: Unresolved
    • 1.0.0
    • None
    • Runtime / Web Frontend
    • None

    Description

      HTTP handlers are initialized upon instance creation of WebRuntimeMonitor. However, this is useless because the initialization is not completed until the start(jobManager) method is called. In the meantime, user gets messages about ongoing leader elections from the webfrontend.

      I would suggest to move the starting code in the constructor to the start(jobManager) method.

      Attachments

        Activity

          People

            Unassigned Unassigned
            mxm Maximilian Michels
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: