eBay / HomeStore

Storage Engine for block and key/value stores.
Apache License 2.0
23 stars 21 forks source link

OOM after follower lagging #580

Open Besroy opened 3 weeks ago

Besroy commented 3 weeks ago

Description: During the log replay process, there is a potential issue where new data is transmitted simultaneously. This concurrent data transmission can lead to an excessive accumulation of data in memory. If the data stored in memory exceed the quota, it results in OOM.

Additional Details: For a more detailed analysis and potential mitigation strategies, please refer to the documentation available at the following link: Google Docs

xiaoxichen commented 3 days ago

@Besroy pls check if we can close this issue