Author: cmccabe
Date: Sat Feb 1 02:25:33 2014
New Revision: 1563362
URL: http://svn.apache.org/r1563362
Log:
HDFS-5746. Add ShortCircuitSharedMemorySegment (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=1563362&r1=1563361&r2=1563362&view=diff
==============================================================================
--- hadoop/common/trunk/dev-support/test-patch.sh (original)
+++ hadoop/common/trunk/dev-support/test-patch.sh Sat Feb 1 02:25:33 2014
@@ -425,9 +425,9 @@ checkJavadocWarnings () {
echo ""
echo "There appear to be $javadocWarnings javadoc warnings generated by the
patched build."
- #There are 12 warnings that are caused by things that are caused by using
sun internal APIs.
+ #There are 14 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=14;
+ OK_JAVADOC_WARNINGS=16;
### if current warnings greater than OK_JAVADOC_WARNINGS
if [[ $javadocWarnings -ne $OK_JAVADOC_WARNINGS ]] ; then
JIRA_COMMENT="$JIRA_COMMENT