epugh commented on PR #2391: URL: https://github.com/apache/solr/pull/2391#issuecomment-3812367820
> > I wonder if the -c mode and the `Managed embedded quorum` are just the same? Maybe it's "the first three nodes that get fired up are all zk nodes". > > I don't like that kind of magic. I hope we can introduce this as an additional mode, then once it proves itself and is stable, we can make this mode the default when just starting a single node. But then we're at phase 4, where we have some degree of dynamic configuration and support for growing a quorum. I don't think that is important in the first few releases. > > I come to value stability and some degree of static non-mutable config. So it is not a crisis if you need to specify the `ZK_HOST` with all your quorum nodes when starting a solr cluster. It gives you clarify and stability. You don't get the cool dynamic stuff but in large clusters you setup quorum nodes once, either 3 or 5 and then don't touch them for years. All your 50 solr data nodes will have that exact same `ZK_HOST` string. And if you change it, well, you'll have a fun rolling restart of the entire cluster. that makes sense... I suspect you have a lot more experience in running clusters at scale than I do! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
