RaulGracia commented on issue #2497: URL: https://github.com/apache/bookkeeper/issues/2497#issuecomment-734385215
thanks @eolivelli, this is indeed a potential reason for this problem to happen: if the client is using a byte[] and it is concurrently modified by the application, it may lead to this kind of issues. However, I remember discussions about the possibility this happens with @andreipaduroiu and I remember that he was quite sure that such byte[] are not modified once delivered to the Bookkeeper client. @andreipaduroiu knows much better than me how this is guaranteed in Pravega, so perhaps he can elaborate on that. ---------------------------------------------------------------- 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]
