projects
/
postgres-xl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4e6301
)
Fix a typo in the log message during datanode failover
author
Pavan Deolasee
<
[email protected]
>
Tue, 12 Apr 2016 10:12:04 +0000
(15:42 +0530)
committer
Pavan Deolasee
<
[email protected]
>
Tue, 12 Apr 2016 10:12:04 +0000
(15:42 +0530)
contrib/pgxc_ctl/datanode_cmd.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pgxc_ctl/datanode_cmd.c
b/contrib/pgxc_ctl/datanode_cmd.c
index a839570332a9974c040cbbcb63683ae4c77fce62..9cfdbefd43ce16a77d4b7787beb720b5312496a9 100644
(file)
--- a/
contrib/pgxc_ctl/datanode_cmd.c
+++ b/
contrib/pgxc_ctl/datanode_cmd.c
@@
-870,7
+870,7
@@
static int failover_oneDatanode(int datanodeIdx)
if (pingNode(aval(VAR_datanodeMasterServers)[jj], aval(VAR_datanodePorts)[jj]) != 0)
{
elog(ERROR, "Datanode %s is not running. Skip reconfiguration for this datanode.\n",
- aval(VAR_
coord
Names)[jj]);
+ aval(VAR_
datanode
Names)[jj]);
continue;
}