Details
Description
LoadGenerator#genFile's write close timing code looks like the following:
startTime = Time.now(); executionTime[WRITE_CLOSE] += (Time.now() - startTime);
That code will generate a zero (or near zero) write close timing since it isn't actually closing the file in-between timestamp lookups.
Attachments
Attachments
Issue Links
- is broken by
-
HADOOP-10328 loadGenerator exit code is not reliable
- Closed