nandakumar131 removed a comment on issue #480: HDDS-2927. Cache EndPoint tasks instead of creating them all the time in RunningDatanodeState URL: https://github.com/apache/hadoop-ozone/pull/480#issuecomment-589254882 Previously `getEndPointTask` would return `null` for `EndPointStates.SHUTDOWN` and the `execute` method handles this `null`. With this change we will start throwing `IllegalArgumentException`, we should retain the old behavior of returning `null` for `EndPointStates.SHUTDOWN` .
---------------------------------------------------------------- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
