Description
We observed the following check failure
F0822 22:27:10.364923 10489 owned.hpp:110] Check failed: 'get()' Must be non NULL
called from mesos::internal::master::allocator::internal::HierarchicalAllocatorProcess::_resources_total
The code:
double HierarchicalAllocatorProcess::_resources_total( const string& resource) { Option<Value::Scalar> total = roleSorter->totalScalarQuantities() .get<Value::Scalar>(resource); return total.isSome() ? total->value() : 0; }
See github