Gabriel Hartmann created MESOS-3990:
---------------------------------------
Summary: Doubles Don't Work for Resource Reservation
Key: MESOS-3990
URL: https://issues.apache.org/jira/browse/MESOS-3990
Project: Mesos
Issue Type: Bug
Reporter: Gabriel Hartmann
Priority: Critical
When issuing a RESERVE operation requesting the below, I received a reservation
with the wrong value (6566.4002):
resources {
name: "mem"
type: SCALAR
scalar {
value: 6566.4001
}
role: "role1"
reservation {
principal: "default-principal"
}
}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)