Thanks, Erick
I am not sure about hdfs transcation logs, it's intricate.
--
View this message in context:
http://lucene.472066.n3.nabble.com/why-leader-replica-does-not-call-HdfsTransactionLog-finish-tp4327139p4327399.html
Sent from the Solr - User mailing list archive at Nabble.com.
DistributedUpdateProcessor.java
@Override
public void finish() throws IOException {
assert ! finished : "lifecycle sanity check";
finished = true;
if (zkEnabled) doFinish();
if (next != null && nodes == null) next.finish();
}
HdfsTranscationLog.finish() will call hf