Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.4.0
-
Reviewed
Description
The method TestDFSStripedOutputStreamUpdatePipeline.testDFSStripedOutputStreamUpdatePipeline contains the following line:
for (int i = 0; i < Long.MAX_VALUE; i++) {
Because i is an int the condition i < Long.MAX_VALUE will always be true and i will simply overflow.
Attachments
Issue Links
- links to