You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@helix.apache.org by GitBox <gi...@apache.org> on 2019/11/01 06:20:27 UTC

[GitHub] [helix] jiajunwang opened a new issue #562: AssignmentMetadataStore should skip updating if the new version is identical to the old one

jiajunwang opened a new issue #562: AssignmentMetadataStore should skip updating if the new version is identical to the old one
URL: https://github.com/apache/helix/issues/562
 
 
   Currently, our AssignmentMetadataStore always update to ZK on any new version of assignment data. This is not necessary and increases ZK traffic.
   We should compare the new version with the in-memory cache and avoid write if updating is not necessary.

----------------------------------------------------------------
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: reviews-unsubscribe@helix.apache.org
For additional commands, e-mail: reviews-help@helix.apache.org