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
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
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