-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/19009/
-----------------------------------------------------------
Review request for mesos, Benjamin Hindman and Vinod Kone.
Bugs: MESOS-764
https://issues.apache.org/jira/browse/MESOS-764
Repository: mesos-git
Description
-------
This adds an in-memory storage implementation, similar to what we have for
InMemoryState.java.
I will be using this to enable us to commit Registrar integration with the
Master without changing any of the existing behavior.
Diffs
-----
src/Makefile.am 384b3122b61294401ba4a894c06e985d9fc2fb1e
src/state/in_memory.hpp PRE-CREATION
src/state/in_memory.cpp PRE-CREATION
Diff: https://reviews.apache.org/r/19009/diff/
Testing
-------
make check (no tests exist for the existing state implementations so I did not
add one for this, I will follow up with tests)
Thanks,
Ben Mahler