----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/75142/ -----------------------------------------------------------
(Updated Aug. 7, 2024, 3:35 p.m.) Review request for mesos and Benjamin Mahler. Summary (updated) ----------------- [device manager] add device state file path helper Repository: mesos Description ------- Currently we do not have a place to keep the checkpoint file for the device manager. This patch adds a path helper that gives us a file that lets us checkpoint the device manager state. Diffs (updated) ----- src/slave/containerizer/device_manager/state.proto 5b7ab36c3fa849f57e225401ad3500aa343a3969 src/slave/paths.hpp 7d43e9c0170c7bcced916a892590063005133d6f src/slave/paths.cpp 3e44b636c76c01f88b00f5f8d2db39cc5fe00c1c Diff: https://reviews.apache.org/r/75142/diff/3/ Changes: https://reviews.apache.org/r/75142/diff/2-3/ Testing ------- In later patches of the stack, this helper was able to let us write and recover from the file containing checkpointed state. Thanks, Jason Zhou
