Amrit Sarkar created SOLR-12063: ----------------------------------- Summary: Fix tlog entry indexes for replay in UpdateLog for CDCR to work smoothly. Key: SOLR-12063 URL: https://issues.apache.org/jira/browse/SOLR-12063 Project: Solr Issue Type: Bug Security Level: Public (Default Security Level. Issues are Public) Components: CDCR Affects Versions: 7.2 Reporter: Amrit Sarkar
In *UpdateLog*, {{RecentUpdates}} reads the entry of tlogs, and throughout the project the entry indexes for various operations are consistent, but odd in this part. As we included new entry in TransactionLog for CDCR, read operations in {{update()}} method of {{RecentUpdates}} throw error rightfully as elements are read from wrong indexes of tlog entry. The entry indexes of llog should be consistent throughout. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org