----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/71916/ -----------------------------------------------------------
Review request for mesos and Benno Evers. Repository: mesos Description ------- Since `disk` resources can be re-reserved we need to allow for them to appear in `RESERVE` operations. The validity of the operation and the resources appearing in them are already check elsewhere and the check removed here was intended more as a sanity check/avenue to create a better error message. With re-reservations it is now incorrect. Diffs ----- src/master/validation.cpp c5fbbdd55e4a217c756e2ece3f8fd6ed5e88048f Diff: https://reviews.apache.org/r/71916/diff/1/ Testing ------- * `make check` * tested re-reserving a `disk` resource in a test cluster with authorization enabled Thanks, Benjamin Bannier
