You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@zookeeper.apache.org by GitBox <gi...@apache.org> on 2019/12/08 01:34:05 UTC

[GitHub] [zookeeper] hanm commented on issue #1059: [ZOOKEEPER-3512] Real time data consistency check during broadcast time

hanm commented on issue #1059: [ZOOKEEPER-3512] Real time data consistency check during broadcast time
URL: https://github.com/apache/zookeeper/pull/1059#issuecomment-562903481
 
 
   regarding the spot check complains - one way to fix it is to change the `DataNode.getData` to `public synchronized byte[] getData()` and use this method in `PrepReqeustPrcoessor.getRecordForPath` (as opposed to directly access the data field of the DataNode). @lvfangmin . 

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