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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
