[
https://issues.apache.org/jira/browse/SOLR-8368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15049463#comment-15049463
]
Yonik Seeley commented on SOLR-8368:
------------------------------------
Hmmm, it looks like "startingVersions" are the most recent versions, regardless
of whether the tlog has been replayed or not?
UpdateLog.init
{code}
// TODO: these startingVersions assume that we successfully recover from
all non-complete tlogs.
try (RecentUpdates startingUpdates = getRecentUpdates()) {
{code}
> A SolrCore needs to replay it's tlog before the leader election process.
> ------------------------------------------------------------------------
>
> Key: SOLR-8368
> URL: https://issues.apache.org/jira/browse/SOLR-8368
> Project: Solr
> Issue Type: Bug
> Reporter: Mark Miller
> Assignee: Mark Miller
> Attachments: SOLR-8368.patch
>
>
> If we do it after like now, the correct leader may not be able to become
> leader.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]