[ https://issues.apache.org/jira/browse/HDFS-4904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13683073#comment-13683073 ]
Arpit Agarwal commented on HDFS-4904: ------------------------------------- Not sure about this reference to journalservice in hadoop-hdfs-project/hadoop-hdfs/pom.xml. It was introduced by HDFS-3077. {code:xml} <execution> <id>journal</id> <phase>generate-sources</phase> <goals> <goal>compile</goal> </goals> <configuration> <compile>false</compile> <workingDirectory>${project.build.directory}/generated-sources/java</workingDirectory> <webFragmentFile>${project.build.directory}/journal-jsp-servlet-definitions.xml</webFragmentFile> <packageName>org.apache.hadoop.hdfs.server.journalservice</packageName> <sources> <directory>${basedir}/src/main/webapps/journal</directory> <includes> <include>*.jsp</include> </includes> </sources> {code} > Remove JournalService > --------------------- > > Key: HDFS-4904 > URL: https://issues.apache.org/jira/browse/HDFS-4904 > Project: Hadoop HDFS > Issue Type: Bug > Components: namenode > Affects Versions: 2.0.3-alpha > Reporter: Suresh Srinivas > Assignee: Arpit Agarwal > > JournalService class was added in HDFS-3099. Since it was not used in > HDFS-3077, which has JournalNodeRpcServer instead, I propose deleting this > dead code. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira