Sorry, this is probably related to bug in my framework's code. From the logs it looks like I am rejecting the offer twice in my framework.
On Thu, Jul 3, 2014 at 10:02 PM, Diptanu Choudhury <[email protected]> wrote: > Hi Guys, > > I just upgraded to Mesos 0.19.0 from 0.18.0 and I can see the "failed to > validate" errors in Mesos Master logs. We are caching the resource offers > Mesos is making for 10 seconds before using them or rejecting them in our > scheduler. Could Mesos be rejecting the offers by the time we make a > decision about using or rejecting them? If that is the case, is it possible > to set the time limit for invalidation in Mesos Master? This was not > happening in Mesos 0.18.0 > > This is the error from my logs - > > I0703 20:54:21.746167 195792896 hierarchical_allocator_process.hpp:589] > Framework titan-framework-1 filtered slave > 20140703-205251-1090627776-5050-7543-0 for 5secs > W0703 20:54:21.988715 194719744 master.cpp:1865] Failed to validate offer > 20140703-205251-1090627776-5050-7543-10: Offer > 20140703-205251-1090627776-5050-7543-10 is no longer valid > I0703 20:54:26.749335 192573440 master.cpp:2933] Sending 1 offers to > framework titan-framework-1 > I0703 20:54:26.750829 195256320 master.cpp:1889] Processing reply for > offers: [ 20140703-205251-1090627776-5050-7543-13 ] on slave > 20140703-205251-1090627776-5050-7543-0 at slave(1)@192.168.1.65:5051 > (dchoudhury) for framework titan-framework-1 > > -- > Thanks, > Diptanu Choudhury > Web - www.linkedin.com/in/diptanu > Twitter - @diptanu <http://twitter.com/diptanu> > -- Thanks, Diptanu Choudhury Web - www.linkedin.com/in/diptanu Twitter - @diptanu <http://twitter.com/diptanu>

