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 being set at some later stage in Solr? When reading cloud information, do i always have to get a new cloudDescriptor instance? Many thanks! Markus