Description
Coordinator node uses a "synthetic collection/core" (Prefixed with `.sys.COORDINATOR-COLL-`) to proxy queries to other data node.
However, such collection was actually registered to the ZK as well (like a normal collection). This could be problematic at times when we have other tools that read the cluster status and are mistaken that as a real collection.
The proposal here is the introduction of a new `SyntheticSolrCore` which subclasses `SolrCore`, such core bypasses ZK publish steps of regular core (and avoid creating core.properties etc) hence preventing other tools from detecting such synthetic collection.
Attachments
Issue Links
- causes
-
SOLR-17386 it's now impossible to update solrconfig for coordinators after core creation
- Resolved
- is related to
-
SOLR-17388 add coordinator support for costume RH by setting a list on solrconfig.xml
- Open
- links to