RE: CloudDescription sometimes null

2016-04-13 Thread Markus Jelsma
nesday 13th April 2016 16:23 > To: solr-user > Subject: Re: CloudDescription sometimes null > > It takes a little time for core discovery to enumerate all of the > cores and fill in the various descriptors. That said, I'd be surprised > if you actually can hit this very often s

Re: CloudDescription sometimes null

2016-04-13 Thread Erick Erickson
It takes a little time for core discovery to enumerate all of the cores and fill in the various descriptors. That said, I'd be surprised if you actually can hit this very often since the coreDescriptor creation code also creates the cloudDescriptor and they're both loaded by the enumeration process

CloudDescription sometimes null

2016-04-13 Thread Markus Jelsma
Hello - we use CloudDescriptor to get information about the collection. Very early after starting Solr, we obain an instance: cloudDescriptor = core.getCoreDescriptor().getCloudDescriptor(); In some strange cases, at some later point cloudDescriptor is null? Is it possible cloudDescriptor is