Re: Debugging Scheduler HTTP API Failures

2016-08-15 Thread Zameer Manji
Dario was right. I filed MESOS-6041 to enhance the error message. On Sun, Aug 14, 2016 at 10:35 PM, Dario Rexin wrote: > Zameer, > > the header value is enclosed in []. This is because headers can have > multiple values and

Re: Debugging Scheduler HTTP API Failures

2016-08-14 Thread Dario Rexin
Oh, sorry, I didn't see you actually set the header (wall of text ;) ). That's an interesting issue, do you set the header case sensitive? I know headers shouldn't be case sensitive, but maybe there's a bug in the Mesos code. I have not seen this issue before. > On Aug 14, 2016, at 5:58 PM,

Re: Debugging Scheduler HTTP API Failures

2016-08-14 Thread Dario Rexin
HinZameer, when you send the SUBSCRIBE to Mesos, the response will contain a header 'Mesos-Stream-Id'. You have to send that header with every subsequent call you send to Mesos for that framework. -- Dario > On Aug 14, 2016, at 5:58 PM, Zameer Manji wrote: > > Hey, > >