Changes by: Cristian Tapus (crt at cs.caltech.edu)
Date: 2005-11-06 01:11:25 -0800 (Sun, 06 Nov 2005)
Revision: 8113
Log message:
The code works as expected for two nodes, including timeouts, failure
detection and consensus.
We had a few nasty bugs that would depend on a particular interleaving of
messages that were hard to debug but now they are fixed.
We need to take out the output and try to get some benchmarks. We also have
to tweak the timeouts and the time we hold on to the token to be able to
get good results.
Changes | Path |
+1 -1 | mojavefs/shmem/OMakefile |
+2 -0 | mojavefs/shmem/common/gctimer.ml |
+278 -201 | mojavefs/shmem/gc/gcomm.ml |
+1 -1 | mojavefs/shmem/gc/helper_functions.ml |