Home
last modified time | relevance | path

Searched refs:existingInprogressNode (Results 1 – 1 of 1) sorted by relevance

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/contrib/bkjournal/src/main/java/org/apache/hadoop/contrib/bkjournal/
H A DBookKeeperJournalManager.java410 String existingInprogressNode = ci.read(); in startLogSegment() local
411 if (null != existingInprogressNode in startLogSegment()
412 && zkc.exists(existingInprogressNode, false) != null) { in startLogSegment()