smengcl opened a new pull request #1601: URL: https://github.com/apache/ozone/pull/1601
This is an improved version of the previous fix (https://github.com/apache/ozone/pull/1552) for [HDDS-4404](https://issues.apache.org/jira/browse/HDDS-4404). The approach is relatively straightforward: DN will only save the latest `containerReport`/`nodeReport`/`pipelineReport` in `StateContext` (instead of the previous behavior where DN keeps putting all reports back on communication error.) ## Testing Existing tests in `TestHeartbeatEndpointTask` passed locally. I may add some new tests to ensure functionality (or even repro the OOM w/o patch in UT, if possible?). Also pending scale test at 1M containers. ---------------------------------------------------------------- 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]
