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

TaskManagersHandler can block web frontend

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Duplicate
    • 0.10.1
    • 1.4.0
    • Runtime / Web Frontend
    • None

    Description

      In TaskManagersHandler:

      Future<Object> future = jobManager.ask(
          new JobManagerMessages.RequestTaskManagerInstance(instanceID),
          timeout);
      
      TaskManagerInstance instance = (TaskManagerInstance) Await.result(
          future,
          timeout);
      

      The default timeout is 10 seconds. Depending on the number of event loop threads and requests this can block the web server.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              uce Ufuk Celebi
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: