Description
MapOutputBuffer.flush will throw an NPE if it is invoked twice, since it blindly assumes kvbuffer is not null yet sets kvbuffer to null towards the end of the method.
MapOutputBuffer.flush will throw an NPE if it is invoked twice, since it blindly assumes kvbuffer is not null yet sets kvbuffer to null towards the end of the method.