[ https://issues.apache.org/jira/browse/HDFS-4903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13683071#comment-13683071 ]
Arpit Agarwal commented on HDFS-4903: ------------------------------------- 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} > Print trash configuration and trash emptier state in namenode log > ----------------------------------------------------------------- > > Key: HDFS-4903 > URL: https://issues.apache.org/jira/browse/HDFS-4903 > Project: Hadoop HDFS > Issue Type: Improvement > Components: namenode > Reporter: Suresh Srinivas > Assignee: Arpit Agarwal > Priority: Minor > > Namenode should print an info level log that print trash interval and if > trash emptier is started or not. > Also fix a typo "Cannot start tresh" in Namenode.java. -- 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