alpapad commented on pull request #411:
URL: https://github.com/apache/incubator-ratis/pull/411#issuecomment-770117213


   @amaliujia  The problem exists when a statemachine snapshot needs to be 
transfered (for example because of a node failure). The snapshot should be 
chunked to a specific chunk-size but instead the whole file is read and the 
server does not expect it to be more than X Mb (I think 8, but I will need to 
check).
   
   I think the FileStore statemachine does not store much and file contents are 
not even stored in the ratis wal.
   
   I will create a jira for this. 


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


Reply via email to