[
https://issues.apache.org/jira/browse/MESOS-7765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Avinash Sridharan updated MESOS-7765:
-------------------------------------
Fix Version/s: 1.4.0
> MasterTest.KillUnknownTask is failling due to a bug in `net::IPv4::ANY()`
> -------------------------------------------------------------------------
>
> Key: MESOS-7765
> URL: https://issues.apache.org/jira/browse/MESOS-7765
> Project: Mesos
> Issue Type: Bug
> Environment: Linux
> Reporter: Avinash Sridharan
> Assignee: Avinash Sridharan
> Priority: Blocker
> Labels: mesosphere
> Fix For: 1.4.0
>
>
> Seeing the following failure when running `MasterTest.KillUnknownTask`:
> ```
> I0706 14:08:20.724071 25596 sched.cpp:1041] Scheduler::statusUpdate took
> 19411ns
> [libprotobuf FATAL google/protobuf/message_lite.cc:294] CHECK failed:
> IsInitialized(): Can't serialize message of type "mesos.scheduler.Call"
> because it is missing required fields: acknowledge.slave_id.value
> libprocess: [email protected]:44650
> terminating due to CHECK failed: IsInitialized(): Can't serialize message of
> type "mesos.scheduler.Call" because it is missing required fields:
> acknowledge.slave_id.valueI0706 14:08:20.724196 25570 sched.cpp:2021] Asked
> to stop the driver
> ```
> Looks we introduced a bug when we create the `net::IPv4` class. The `ANY`
> method of this class returns `INADDR_LOOPBACK` instead of `INADDR_ANY`. This
> ends up causing weird issues in terms of connectivity. We need to fix
> `net::IPv4::ANY` to return `INADDR_ANY`.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)