You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2020/01/23 02:42:03 UTC

[GitHub] [hadoop-ozone] linyiqun commented on issue #480: HDDS-2927. Cache EndPoint tasks instead of creating them all the time in RunningDatanodeState

linyiqun commented 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-577479365
 
 
   Thanks for the review @adoroszlai .
   Actually I was thinking about there will be multiple endpoints here. If we just construct <State, EndPointTask> cache mapping, the same state of some other end point task will be override. But seems current logic is still not correct. I do a minor change to construct <EndPoint Adderess, <EndPointState, EndPointTask>> mapping. This mapping should be right now.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org