James DeFelice created MESOS-5537:
-------------------------------------
Summary: http v1 SUBSCRIBED scheduler event always has nil
http_interval_seconds
Key: MESOS-5537
URL: https://issues.apache.org/jira/browse/MESOS-5537
Project: Mesos
Issue Type: Bug
Reporter: James DeFelice
Fix For: 1.0.0
I'm writing a controller in Go to monitor heartbeats. I'd like to use the
interval as communicated by the master, which should be specified in the
SUBSCRIBED event. But it's not.
{code}
2016/06/03 18:34:04 {Type:SUBSCRIBED
Subscribed:&Event_Subscribed{FrameworkID:&mesos.FrameworkID{Value:ffdb6d6e-0167-4fa2-98f9-2c3f8157fc25-0004,},HeartbeatIntervalSeconds:nil,}
Offers:nil Rescind:nil Update:nil Message:nil Failure:nil Error:nil}
{code}
{code}
$ dpkg -l |grep -e mesos
ii mesos 0.28.0-2.0.16.ubuntu1404 amd64
Cluster resource manager with efficient resource isolation
{code}
I *am* seeing HEARTBEAT events. Just not seeing the interval specified in the
SUBSCRIBED event.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)