-
Enhancement
-
Resolution: Done
-
Minor
-
None
-
None
Just spotted while reviewing unrelated patches:
the @Start annotated method of component QueryInterceptor loops throught the known entries of the clusterRegistry field, and will reboot the SearchFactory once for each entry.
It's important to use the capability to pass multiple class types at once when mutating the SearchFactory, as this is an extremely slow operation, and especially in this case, if it's a node joining an existing cluster we expect to see a considerable amount of indexed types (probably all of them).