-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
coordinator bypass recovery SAI-4705 #164
base: fs/branch_9_3
Are you sure you want to change the base?
Conversation
@@ -328,6 +329,13 @@ public final void run() { | |||
} | |||
|
|||
public final void doRecovery(SolrCore core) throws Exception { | |||
if (core.getCoreDescriptor() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding, in our previous queryaggregator implementation we have avoided all these checks by creating proxy core (by overriding few functions in SolrCore
class). That avoided exposing collection to zookeeper. As exposing collection further creates issue (if app is ZK, or some solr cluster api which returns that collection).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These checks are not required. These are just optimisations.
@noblepaul i'm merging this into fs/branch_9_3. Can you open another pr to merge same in fs/branch_9x |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Coordinator test is failing
|
|
https://fullstory.atlassian.net/jira/software/c/projects/SAI/boards/78?selectedIssue=SAI-4705