mhansonp opened a new pull request #6195: URL: https://github.com/apache/geode/pull/6195
Basically this code was being run to individually get keys for "older versions" that could have been done in bulk except this code didn't have a version limit. Older versions of the correct vintage are not supported anymore so this code should be (have been) removed. Unfortunately older versions for this code mean any previous version, so it was choosing the single entry approach when it should have been using the bulk approach. This gets rid of the single approach. -- 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]
