Hey folks, Been taking a look at SOLR-8733. Basically the versions=true param doesn't work in SolrCloud unless you manage to direct each update to the leader. The docs don't mention that this is broken in SolrCloud, and according to Jira it seems like @yonik never intended this to be a public feature in the first place.
It still seems like a useful feature, and it would make our life easier. >From poking around in the code for the last hour or so, I think this could be made to work by taking a similar approach to how the Replication Factor is tracked across nodes (using RollupRequestReplicationTracker and LeaderRequestReplicationTracker). I think I'm going to spend some time implementing this and I'll see if I can submit a patch. Given the age of the jira issue (2016) I figured I'd check in first. Is there any reason why this would be a terrible idea or why this might end up not getting merged? Thanks, - Bram --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
