----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70881/#review215973 -----------------------------------------------------------
Fix it, then Ship it! src/master/master.cpp Line 4346 (original), 4346 (patched) <https://reviews.apache.org/r/70881/#comment302892> Nit: you could use `CHECK_NE` here and elsewhere instead of just `CHECK`? - Greg Mann On June 19, 2019, 5:06 a.m., James Peach wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/70881/ > ----------------------------------------------------------- > > (Updated June 19, 2019, 5:06 a.m.) > > > Review request for mesos, Benjamin Mahler and Greg Mann. > > > Repository: mesos > > > Description > ------- > > For master CHECKs that fail by looking up some unique key, log > the key to aid debugging. > > > Diffs > ----- > > src/master/master.cpp 8a238aa1d5592f91d8c3b3c443aa30acd3a0cfd0 > > > Diff: https://reviews.apache.org/r/70881/diff/1/ > > > Testing > ------- > > make check (Fedora 30) > > > Thanks, > > James Peach > >
