Yes, Because the rest of urls are fetched automatically by Java client from cluster during connection to cluster. It is done in class which is called remote storage.
On Mon, Dec 8, 2014 at 4:03 PM, Alexander Sahler <[email protected]> wrote: > > I'm using exactly that OPartitionedDatabasePoolFactory (as described in > the message). However, according to then manual, it takes only one argument > with one server IP-address. > > 2014-12-04 10:33 GMT+01:00 Andrey Lomakin <[email protected]>: > >> Hi >> Many users work with single server if you want to use pool with many URLs >> just use >> com.orientechnologies.orient.core.db.OPartitionedDatabasePoolFactory . >> >> >> On Wed, Dec 3, 2014 at 2:40 PM, Alexander Sahler <[email protected]> >> wrote: >> >>> Hello everybody. >>> >>> When configuring an OPartitionedDatabasePoolFactory instance, I can give >>> only one seed node of the cluster. >>> What if that seed node is not available because it'*s down? >>> >>> Wouldn't it be much more convenient, to give an array of seed nodes in >>> case one of the nodes is currently down when I start the application? >>> >>> Regards, Alexander >>> >>> -- >>> >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "OrientDB" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> >> -- >> Best regards, >> Andrey Lomakin. >> >> -- >> >> --- >> You received this message because you are subscribed to a topic in the >> Google Groups "OrientDB" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/orient-database/v0kOpOmoJ94/unsubscribe >> . >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > > --- > You received this message because you are subscribed to the Google Groups > "OrientDB" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Best regards, Andrey Lomakin. -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
