-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/51101/
-----------------------------------------------------------
Review request for mesos, James Peach and Silas Snider.
Bugs: MESOS-6049
https://issues.apache.org/jira/browse/MESOS-6049
Repository: mesos
Description
-------
Old containers, after recovery of the agent, do not have any entries
stored in `infos` but could still get updated when executors
reregister, tasks terminate and queries for usage are made by the
containerizer.
Diffs
-----
src/slave/containerizer/mesos/isolators/xfs/disk.cpp
60e849322ff755e00eced1b80adadb47bf964cbf
src/tests/containerizer/xfs_quota_tests.cpp
243ef33686059f3ef46f0c29cc59fa2a79d4ba5b
Diff: https://reviews.apache.org/r/51101/diff/
Testing
-------
make check.
Added a test for this scenario.
Thanks,
Jiang Yan Xu