Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-7769

libprocess initializes to bind to random port if --ip is not specified

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • 1.4.0
    • 1.4.0
    • libprocess

    Description

      When running current HEAD,

      without --ip
      ./mesos-master.sh --work_dir=/tmp/mesos-test1
      ...
      I0707 14:14:05.927870  5820 master.cpp:438] Master db2a2d26-a9a9-4e6f-9909-b9eca47a2862 (<host>) started on <addr>:36839
      
      with --ip
      ./mesos-master.sh --ip=<addr> --work_dir=/tmp/mesos-test1
      I0707 14:09:56.851483  5729 master.cpp:438] Master 963e0f42-9767-4629-8e3d-02c6ab6ad225 (<host>) started on <addr>:5050
      

      It would be great this is caught by tests/CI.

      Attachments

        Activity

          People

            avinash.mesos Avinash Sridharan
            xujyan Yan Xu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: