Commit d2ac0ad1 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 5247f617
......@@ -124,16 +124,15 @@ type PartitionTable struct {
type Cell struct {
proto.CellInfo // .nid + .state
// XXX ? + .haveUpToTid associated node has data up to such tid
// = uptodate if haveUpToTid == lastTid
//
// XXX ? + .plannedToDelete (when after tweak another node will get data
// from here and here it will be removed)
//
// XXX something describing in-progress updates vvv ?
// .backup_tid # last tid this cell has all data for
// .replicating # currently replicating up to this (.replicating) tid
//
// TODO for S: state of in-progress updates
// .backup_tid // last tid this cell has all data for
// .replicating // currently replicating up to this tid
// XXX ? + .haveUpToTid associated node has data up to such tid
// = uptodate if haveUpToTid == lastTid
//
// XXX ? + .plannedToDelete (when after tweak another node will get
// data from here and here it will be removed)
}
// Get returns cells oid is associated with.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment