-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/17423/
-----------------------------------------------------------

Review request for mesos, Ben Mahler and Jie Yu.


Repository: mesos-git


Description
-------

This is done in C++11, I've converted to C++03 in 
https://reviews.apache.org/r/17424.

Note that this does not implement diffs but that's probably okay for our 
initial use case. This also does not implement caching so all state entries are 
stored in memory, which is also okay for our initial use case. Finally, this 
does not implement defragmentation which again is probably okay for our use 
case. These are captured as TODOs in the code.


Diffs
-----

  src/Makefile.am d58b46e99e0a041cf2a26abe44bbd1504a9539c0 
  src/messages/state.proto 7f7a8a505d6f24b01fec0c3ad47b0e15b2b17ffa 
  src/state/log.hpp PRE-CREATION 
  src/state/log.cpp PRE-CREATION 
  src/tests/log_tests.cpp e493af4f2f2435efe168d07acd267b61afd37fe4 
  src/tests/state_tests.cpp 03c538861a88d3a07e2468dce5553eeb3acc9243 

Diff: https://reviews.apache.org/r/17423/diff/


Testing
-------

make check


Thanks,

Benjamin Hindman

Reply via email to