snvijaya opened a new pull request #2525: URL: https://github.com/apache/hadoop/pull/2525
Delete idempotency code returns success with a dummy success HttpOperation. the calling code that checks continuation token throws NPE as the dummy success instance does not have any response headers. In case of non-HNS account, server could return continuation token. Dummy success response code is modified to not fail while accessing response headers. Existing test for delete idempotency was modified to reproduce the NPE and test the fix. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
