Uploaded image for project: 'Zeppelin'
  1. Zeppelin
  2. ZEPPELIN-1403

Should maintain the using port list

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 0.6.1
    • None
    • None
    • None

    Description

      For now, in RemoteInterpreterManagedProcess we will first find one available port (By using ServerSocket) and then use this port in the interpreter process. But it is possible that 2 interpreters use the same port. Here's the scenarios.

      1. Thread1 (Interpreter A) find available port 3000
      2. Thread2 (Interpreter B) find available port 3000
      3. Process for Interpreter A starts
      4. Process for Interpreter B starts

      Attachments

        Issue Links

          Activity

            People

              zjffdu Jeff Zhang
              zjffdu Jeff Zhang
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated: