szetszwo commented on pull request #298:
URL: https://github.com/apache/incubator-ratis/pull/298#issuecomment-736141905


   > 1. Until this moment I am still not sure what DataApi.link(..) is supposed 
to do for FileStoreStateMachine. ...
   
   link(..) is to tell the StateMachine that the stream data must be persisted 
with the log entry.   Later, we can ask the StateMachine to handle the data for 
log operations such as appendEntry and truncate.  Otherwise, the StateMachine 
won't know whether the log entry is persisted.
   
   > 2. I updated the unit test and found that transaction cannot be applied 
successfully. ...
   
   Please feel free to upload the code.  I can take a look.
   
   
   


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