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.

Re: why leader replica does not call HdfsTransactionLog.finish

2017-03-28 Thread Erick Erickson
I'm pretty sure that transaction logs are local to each replica. On Tue, Mar 28, 2017 at 12:35 AM, Yang.Liu wrote: > DistributedUpdateProcessor.java > @Override > public void finish() throws IOException { > assert ! finished : "lifecycle sanity check"; > finished = true; > > if (z