jmark99 opened a new pull request #360: ACCUMULO-4780 Add overflow check to seq num in CommitSession URL: https://github.com/apache/accumulo/pull/360 ACCUMULO-4780 Add overflow check to sequence number in CommitSession Ticket suggested adding overflow check to sequence number or converting to long. This PR converted the sequence number from an int to long to prevent fear of future overflow. The change propagated to several other files that made use of or called methods that utilized the sequence number. Updated the affected files and re-ran uni and integration (sunnyday) tests to verify all tests still passed. All tests still passed.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
