mirror of https://github.com/citusdata/citus.git
Improve comment
parent
ef49e8ba04
commit
7cad050b62
|
@ -708,6 +708,7 @@ master_update_node(PG_FUNCTION_ARGS)
|
||||||
|
|
||||||
UpdateNodeLocation(nodeId, newNodeNameString, newNodePort);
|
UpdateNodeLocation(nodeId, newNodeNameString, newNodePort);
|
||||||
|
|
||||||
|
/* we should be able to find the new node from the metadata */
|
||||||
workerNode = FindWorkerNode(newNodeNameString, newNodePort);
|
workerNode = FindWorkerNode(newNodeNameString, newNodePort);
|
||||||
Assert(workerNode->nodeId == nodeId);
|
Assert(workerNode->nodeId == nodeId);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue