sigram commented on code in PR #2975:
URL: https://github.com/apache/solr/pull/2975#discussion_r2175031491
##########
solr/modules/cross-dc/src/java/org/apache/solr/crossdc/update/processor/MirroringUpdateProcessor.java:
##########
@@ -135,6 +136,13 @@ UpdateRequest createMirrorRequest() {
@Override
public void processAdd(final AddUpdateCommand cmd) throws IOException {
+ boolean isReplayOrPeersync =
Review Comment:
I think it's better to have this logic as a utility method.
--
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]