machi/include
Scott Lystig Fritchie f4d16881c0 WIP: bugfix for rare flapping infinite loop (better fix I hope)
%% So, I'd tried this kind of "if everyone is doing it, then we
        %% 'agree' and we can do something different" strategy before,
        %% and it didn't work then.  Silly me.  Distributed systems
        %% lesson #823: do not forget the past.  In a situation created
        %% by PULSE, of all=[a,b,c,d,e], b & d & e were scheduled
        %% completely unfairly.  So a & c were the only authors ever to
        %% suceessfully write a suggested projection to a public store.
        %% Oops.
        %%
        %% So, we're going to keep track in #ch_mgr state for the number
        %% of times that this insane judgement has happened.
2015-07-17 14:51:39 +09:00
..
machi.hrl WIP: giant hairball, bleh, low-level checksum_list() barely working 2015-06-26 16:25:12 +09:00
machi_chain_manager.hrl Add basic process & bookkeeping structure for repair proc 2015-05-11 19:50:21 +09:00
machi_projection.hrl WIP: bugfix for rare flapping infinite loop (better fix I hope) 2015-07-17 14:51:39 +09:00
machi_verbose.hrl Add machi_verbose.hrl 2015-07-16 16:01:53 +09:00