smengcl commented on pull request #1680: URL: https://github.com/apache/ozone/pull/1680#issuecomment-742730703
> Here the problem is that we fetch too much DB update events to apply to recon db, right? How about doing the update event size limitation each time we get from OM? I see currently we just fetch all update events since from last sequence number. Getting smaller batches is indeed another viable approach. The current plan is to reduce the number of array copy when Recon is processing those events. At the moment the memory usage is very bloated (may use >2.0x memory). ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
