RuiLi8080 opened a new pull request #3216: [STORM-3589] Prevent inconsistent results from consecutive hasNext and next calls in LazyNodeSortingIterator URL: https://github.com/apache/storm/pull/3216 Prevent the problem that consecutive hasNext() calls will lose elements in nodeIterator without using it. Prevent the problem that consecutive next() calls will skip to post iterator since _nextValueFromNode_ is null even if nodeIterator still have available elements.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
