1.13 00:29:23 Small changes and fixes for long failures and adaptive optimization
2004/11/04 mbalazin Bug fixes for running with very long failures.
2004/11/03 mbalazin Adaptive reconciliation algorithm... finally.
2004/10/29 mbalazin small changes in undo history management... mostly want to synch up.
2004/10/27 mbalazin - Added support for blocking style failure recovery
- Changed trimming of undo buffers
- other small changes.
2004/10/27 mbalazin Changed protocol between replicas so the one reconciling really gets the time
to finish before getting clients back
2004/10/25 mbalazin Just a bunch of small things.
2004/10/25 mbalazin undo/redo limits history, trims it and drops tuples as necessary
2004/10/23 mbalazin Modified checkpoint() method to re-use BoxPackage.
Making join and the consistency manager log some measurements
2004/10/23 mbalazin We now figure out how far to undo based on generic state information
gathered at runtime.
Also a few bug fixes.
2004/10/22 mbalazin - SUnion and SOutput now both inherit from an SControlQBox that holds all
the common stuff for boxes with an output control stream
- ConsistencyMngr now listens for inputs from both types of control streams.
- SOutput signals when reconciliation is completed (instead of SUnion)
- Also bug fix when suspending data path.. cannot suspend it completely
or control messages don't get through
2004/10/20 mbalazin Reconciling my tuple types with the other standard types.
Also, removed a useless method that I added yesterday in the TupleType structure because we can convert automatically between TupleType the struct and TupleType::Type the enum (since the struct contains on purpose just one attribute of type enum).
2004/10/20 mbalazin Moved fault tolerance boxes from udb to boxes directly because these boxes are not part of a specific type of applications but should rather always be available as part of the core engine.