Re: why leader replica does not call HdfsTransactionLog.finish

2017-03-29 Thread Yang.Liu
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.

why leader replica does not call HdfsTransactionLog.finish

2017-03-28 Thread Yang.Liu
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