symious commented on pull request #2956: URL: https://github.com/apache/ozone/pull/2956#issuecomment-1005316750
@bharatviswa504 Thanks for the review. Yes, there will be another ticket for Recon to use this new API. The performance issue is when Recon trying to get delta updates from OM, the updates are too large which causes the GC of OM, even after OM fully retrieved the result, the error of "org.apache.hadoop.ipc.RemoteException(java.lang.NegativeArraySizeException): java.lang.NegativeArraySizeException" could be thrown, which should be indicating the large response can not be parsed with protobuf. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
