hi all, I think I have coded the solution to the issue( https://issues.apache.org/jira/browse/MESOS-969 ) correctly but I am getting a make check failure .
the problem is that the tests are checking for memory value which is greater than the actual memory of system hence leading to failure. My code is returning the total memory of system if memory provided is more than the main memory. but, test expects the value provided by them. What should be done in this case . links: master status : http://pastebin.com/7pdRUEiN slave status : http://pastebin.com/w4zzjbrS make check : http://pastebin.com/cmScDQBX modification to containerizer.cpp : http://pastebin.com/cmas9x1Y -- REGARDS ASHUTOSH JAIN IIT-BHU VARANASI
