-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30014/
-----------------------------------------------------------
(Updated Feb. 27, 2015, 10:48 p.m.)
Review request for mesos, Ben Mahler, Dominic Hamon, and Vinod Kone.
Changes
-------
Fixed the broken test which was using the older function as well as removed
dependency from patch #30015 (which is to be deleted).
The following still need to be done:
1) Adding more explanatory comments.
2) Adding more tests.
I will do those things as soon as I get a go ahead that the patch is on the
right track overall.
Bugs: MESOS-391
https://issues.apache.org/jira/browse/MESOS-391
Repository: mesos
Description
-------
A fix to enable the slave garbage collector to take the number of hard links
(st_nlinks) into account when creating new directories.
Diffs (updated)
-----
src/slave/constants.hpp fd1c1aba0aa62372ab399bee5709ce81b8e92cec
src/slave/constants.cpp 2a99b1105af0e2d62b956fa96988f477937a46bd
src/slave/flags.hpp 56b25caf3901b38bdecb50310e8bcae0b114efa8
src/slave/paths.hpp 1618439d728ded347ec75317ce8dd998acd7ee94
src/slave/paths.cpp 01ea856aa2e628d4aee5fd31f7e49d147f740e8f
src/slave/slave.hpp 7b58cade9ada5f0a56b4c60c502eb907ccae33b4
src/slave/slave.cpp 9f31fa46304398e8f87b41b55d8f4cfd4aba10b9
src/tests/gc_tests.cpp deaa6b1b6c32ae6d153229248d7d4f57caa0ebcf
Diff: https://reviews.apache.org/r/30014/diff/
Testing
-------
Mesos builds sucessfully and all existing tests pass.
Thanks,
Ritwik Yadav