|
From: Pavan D. <pav...@gm...> - 2014-04-24 04:31:59
|
> > I just want to make sure I'm not missing something obvious. If this is the way it's designed to work, then that's fine. > Yes, this is per design. Having said that, I wonder if we should make it easier for users. One reason why we don't do it automatically today is because the nodes being added may not be online when they are being added. We discussed a scheme to handle this in the past. One option is to add an ONLINE option to create node command and if specified, coordinator can try connecting to the new node and make appropriate catalog changes there too. Command can fail if the node is Unreachable. We can also find a way to fire pgxc_pool_reload automatically when cluster definition changes. Thanks, Pavan |