Hanisha Koneru created HDFS-11877:
-------------------------------------

             Summary: FileJournalManager#getLogFile should have an option to 
ignore in progress edit logs
                 Key: HDFS-11877
                 URL: https://issues.apache.org/jira/browse/HDFS-11877
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: hdfs
            Reporter: Hanisha Koneru
            Assignee: Hanisha Koneru


Due to synchronization introduced in HDFS-4025, a journal might have an edit 
log and an in progress edit log with the same start tx id. This would create an 
exception if GetJournalEditServlet tries to download edit with that start tx id 
from FileJournalManager. 

FileJournalManager#getLogFile should have an option to specify whether in 
progress edit logs should be considered or not.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org

Reply via email to