Commit d2ac0ad1 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 5247f617
...@@ -124,16 +124,15 @@ type PartitionTable struct { ...@@ -124,16 +124,15 @@ type PartitionTable struct {
type Cell struct { type Cell struct {
proto.CellInfo // .nid + .state proto.CellInfo // .nid + .state
// XXX ? + .haveUpToTid associated node has data up to such tid // TODO for S: state of in-progress updates
// = uptodate if haveUpToTid == lastTid // .backup_tid // last tid this cell has all data for
// // .replicating // currently replicating up to this tid
// XXX ? + .plannedToDelete (when after tweak another node will get data
// from here and here it will be removed) // XXX ? + .haveUpToTid associated node has data up to such tid
// // = uptodate if haveUpToTid == lastTid
// XXX something describing in-progress updates vvv ? //
// .backup_tid # last tid this cell has all data for // XXX ? + .plannedToDelete (when after tweak another node will get
// .replicating # currently replicating up to this (.replicating) tid // data from here and here it will be removed)
//
} }
// Get returns cells oid is associated with. // 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