-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/72832/#review221820
-----------------------------------------------------------
Fix it, then Ship it!
src/master/master.cpp
Lines 10801 (patched)
<https://reviews.apache.org/r/72832/#comment310907>
Should we use `CHECK_NOTNULL` here instead?
- Greg Mann
On Sept. 8, 2020, 11:47 p.m., Benjamin Mahler wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/72832/
> -----------------------------------------------------------
>
> (Updated Sept. 8, 2020, 11:47 p.m.)
>
>
> Review request for mesos and Greg Mann.
>
>
> Repository: mesos
>
>
> Description
> -------
>
> To avoid the potential for accidental insertion into the maps,
> we prefer to use the .at operator for const access.
>
>
> Diffs
> -----
>
> src/master/master.cpp 02723296e569fac9d553b1494a5ca7daa6ef9aa4
>
>
> Diff: https://reviews.apache.org/r/72832/diff/1/
>
>
> Testing
> -------
>
> make check
>
>
> Thanks,
>
> Benjamin Mahler
>
>
|