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/10/29 15:02:08 UTC

[GitHub] [helix] pkuwm opened a new issue #549: Deep copy mapFields and listFields for new ZNRecord(ZNRecord record, String id)

pkuwm opened a new issue #549: Deep copy mapFields and listFields for new ZNRecord(ZNRecord record, String id)
URL: https://github.com/apache/helix/issues/549
 
 
   new ZNRecord(ZNRecord record, String id) seems it wants to do a deep copy. But mapFields and listFields are not deep copied. 
   https://github.com/apache/helix/blob/824bc95c818f791f38315d10b206567fb22908d3/helix-core/src/main/java/org/apache/helix/ZNRecord.java#L104-L105
   
   If deep copy is expected, we would like to fix it.

----------------------------------------------------------------
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