Author: cmccabe
Date: Fri Nov 8 03:00:19 2013
New Revision: 1539909
URL: http://svn.apache.org/r1539909
Log:
HDFS-5394: Fix race conditions in DN caching and uncaching (cmccabe)
Modified:
hadoop/common/trunk/dev-support/test-patch.sh
Modified: hadoop/common/trunk/dev-support/test-patch.sh
URL:
http://svn.apache.org/viewvc/hadoop/common/trunk/dev-support/test-patch.sh?rev=1539909&r1=1539908&r2=1539909&view=diff
==============================================================================
--- hadoop/common/trunk/dev-support/test-patch.sh (original)
+++ hadoop/common/trunk/dev-support/test-patch.sh Fri Nov 8 03:00:19 2013
@@ -425,9 +425,9 @@ checkJavadocWarnings () {
echo ""
echo "There appear to be $javadocWarnings javadoc warnings generated by the
patched build."
- #There are 11 warnings that are caused by things that are caused by using
sun internal APIs.
+ #There are 12 warnings that are caused by things that are caused by using
sun internal APIs.
#There are 2 warnings that are caused by the Apache DS Dn class used in
MiniKdc.
- OK_JAVADOC_WARNINGS=13;
+ OK_JAVADOC_WARNINGS=14;
### if current warnings greater than OK_JAVADOC_WARNINGS
if [[ $javadocWarnings -ne $OK_JAVADOC_WARNINGS ]] ; then
JIRA_COMMENT="$JIRA_COMMENT