Frage

I'm setting up a polymorphic cube on top of a horizontal one as described on the confluence site (http://support.quartetfs.com/confluence/display/AP4/Polymorphic+scalability+on+top+of+horizontal+scalability), but it anoys me that it seems I need to have one of the horizontal nodes configured differently from all the others (the one that participates in the polymorphic cluster). It is quite convenient to be able to deploy the same configuration to all the nodes of the horizontal cluster.

Going all the way back to the spring configuration, I guess I could make a conditional configuration to get around this, but does anyone have a more elegant solution to this?

War es hilfreich?

Lösung

If you want all your nodes to have the same configuration, you could define a polymorphic pivot on each node with the autoStart property set to false (please refer to http://support.quartetfs.com/confluence/display/AP4/Distribution%27s+properties#Distributionsproperties-autoStart). However, you'll then have to start one of them: this can be achieved by using the monitoring beans for instance.

Another possibility would be to deploy your horizontal nodes "as usual", then start an additional "proxy" node which will participate to both horizontal and polymorphic clusters. This extra node does not need any data: it's basically an empty horizontal pivot with a polymorphic pivot on top of it.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top