Re: Review Request 24486: Drop HostAttributes with no slaveId when recovering from persistent storage.

2014-08-07 Thread Maxim Khutornenko
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24486/#review49992 --- Ship it! src/main/java/org/apache/aurora/scheduler/storage/log/Log

Re: Review Request 24486: Drop HostAttributes with no slaveId when recovering from persistent storage.

2014-08-07 Thread Kevin Sweeney
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24486/#review49993 --- Ship it! Ship It! - Kevin Sweeney On Aug. 7, 2014, 5:42 p.m., Bi

Re: Review Request 24486: Drop HostAttributes with no slaveId when recovering from persistent storage.

2014-08-07 Thread Bill Farner
> On Aug. 8, 2014, 12:45 a.m., Kevin Sweeney wrote: > > Any reason to do this at write-time instead of boot-time via > > StorageBackfill? Yes - backfill doesn't help here since it's a step between recovered storage and exposure of state. The error we encounter is during storage population.

Re: Review Request 24486: Drop HostAttributes with no slaveId when recovering from persistent storage.

2014-08-07 Thread Kevin Sweeney
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24486/#review49987 --- Any reason to do this at write-time instead of boot-time via Storage