mkhludnev commented on PR #2078: URL: https://github.com/apache/solr/pull/2078#issuecomment-1815296178
It fails when we have leader and replica, when committed document is updated, leader updates a replica `Remote error message: ERROR: [doc=1] Error adding field 'uuid'='java.util.UUID:fb4e3bbc-8fc6-46e4-8f65-f7e0cc9989dc' ` Then leader goes to recover replica `RecoveringCoreTermWatcher Start recovery on core_node4 because core's term is less than leader's term` `o.a.s.u.DefaultSolrCoreState Running recovery` Then update request complete with success. but selecting from replica (leader:false) fails to see this update. I think it's a severe error when failed replica update, falls back to shard recovery, fails recovery, but return success to client. Why? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
