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 om...@apache.org on 2011/03/04 04:27:05 UTC

svn commit: r1076972 - /hadoop/common/branches/branch-0.20-security-patches/src/c++/pipes/impl/HadoopPipes.cc

Author: omalley
Date: Fri Mar  4 03:27:05 2011
New Revision: 1076972

URL: http://svn.apache.org/viewvc?rev=1076972&view=rev
Log:
commit 52e61090b3a7e311ffa85bb8c5c5b0937bb1bc1b
Author: Yahoo\! <lt...@yahoo-inc.com>
Date:   Mon Aug 17 12:53:24 2009 -0700

    Roll 383 back forward for the next agile release.
    Revert "Walk back the 0.20 branch to the correct point"
    
    This reverts commit 07c4b6b4d50383d6a46f560194e3b013fbdce95b.

Modified:
    hadoop/common/branches/branch-0.20-security-patches/src/c++/pipes/impl/HadoopPipes.cc

Modified: hadoop/common/branches/branch-0.20-security-patches/src/c++/pipes/impl/HadoopPipes.cc
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20-security-patches/src/c%2B%2B/pipes/impl/HadoopPipes.cc?rev=1076972&r1=1076971&r2=1076972&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.20-security-patches/src/c++/pipes/impl/HadoopPipes.cc (original)
+++ hadoop/common/branches/branch-0.20-security-patches/src/c++/pipes/impl/HadoopPipes.cc Fri Mar  4 03:27:05 2011
@@ -596,6 +596,7 @@ namespace HadoopPipes {
         combiner->reduce(context);
       }
       data.clear();
+      numBytes = 0;
     }
   };