GlenGeng commented on pull request #1981:
URL: https://github.com/apache/ozone/pull/1981#issuecomment-791952958


   Thanks @bshashikant  for the work! 
   
   One more thing about recon, `MockSCMHAManager` and 
`SCMHADBTransactionBuffer` is used by `ReconStorageContainerManagerFacade`, as
   ```
       this.scmhaManager = MockSCMHAManager.getInstance(
           true, new MockSCMHADBTransactionBuffer(dbStore));
   ```
   
   Need replace `MockSCMHADBTransactionBuffer ` with 
`SCMDBTransactionBufferImpl`, otherwise recon will OOM, since flush is called.


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

Reply via email to