crossdc-producer/src/main/java/org/apache/solr/update/processor/MirroringUpdateProcessor.java [121:129]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      try {
        requestMirroringHandler.mirror(mirrorRequest);
      } catch (Exception e) {
        log.error("mirror submit failed", e);
        throw new SolrException(SERVER_ERROR, "mirror submit failed", e);
      }
    }

    if (log.isDebugEnabled())
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



crossdc-producer/src/main/java/org/apache/solr/update/processor/MirroringUpdateProcessor.java [190:197]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          try {
            requestMirroringHandler.mirror(mirrorRequest);
          } catch (Exception e) {
            log.error("mirror submit failed", e);
            throw new SolrException(SERVER_ERROR, "mirror submit failed", e);
          }
        }
        if (log.isDebugEnabled())
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



