Commit ad8bdfdd authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 4c9fb9a2
Master shares view of cluster
-----------------------------
NotifyPartitionTable ; whole partTab = SendPartitionTable
NotifyPartitionChanges ; δ(partTab)
NotifyNodeInformation ; δ(nodeTab)
NotifyClusterState ; δ(clusterState)
On iteration
------------
......
......@@ -332,6 +332,7 @@ type AnswerPartitionTable struct {
// Send whole partition table to update other nodes. PM -> S, C.
// XXX py: named also as SendPartitionTable
type NotifyPartitionTable struct {
PTid
RowList []RowInfo
......
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