You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by cm...@apache.org on 2014/02/01 03:31:15 UTC

svn commit: r1563363 - in /hadoop/common/branches/branch-2: ./ dev-support/test-patch.sh

Author: cmccabe
Date: Sat Feb  1 02:31:14 2014
New Revision: 1563363

URL: http://svn.apache.org/r1563363
Log:
HDFS-5746.  Add ShortCircuitSharedMemorySegment (cmccabe)

Modified:
    hadoop/common/branches/branch-2/   (props changed)
    hadoop/common/branches/branch-2/dev-support/test-patch.sh

Propchange: hadoop/common/branches/branch-2/
------------------------------------------------------------------------------
  Merged /hadoop/common/trunk:r1563362

Modified: hadoop/common/branches/branch-2/dev-support/test-patch.sh
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/dev-support/test-patch.sh?rev=1563363&r1=1563362&r2=1563363&view=diff
==============================================================================
--- hadoop/common/branches/branch-2/dev-support/test-patch.sh (original)
+++ hadoop/common/branches/branch-2/dev-support/test-patch.sh Sat Feb  1 02:31:14 2014
@@ -395,9 +395,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 -gt $OK_JAVADOC_WARNINGS ]] ; then
     JIRA_COMMENT="$JIRA_COMMENT