captainzmc removed a comment on pull request #2682:
URL: https://github.com/apache/ozone/pull/2682#issuecomment-927810977


   Hi @szetszwo I have a question here. As far as I know if we support writing 
in pipline, we just need to build the right RoutingTable on the client side. 
   
   But after I pass in the RoutingTable, the pirmary block file can be init 
normally(call stack see the first image). However, the block file of peers 
cannot be properly init. After debug I found that the stream(RaftClientRequest 
request) method in ContainerStateMachine of peers is not called(see the call 
stack in the second image). The initialization request calls the 
applyTransaction(TransactionContext trx) method in ContainerStateMachine. The 
block file cannot be initialized because the stream method will not be called.
   
   I haven't found the cause of the problem so far. Do you have any suggestions?
   
   
![image](https://user-images.githubusercontent.com/13825159/134903580-302389f5-ecb6-47c8-9c03-5aac64717b44.png)
   
   
![image](https://user-images.githubusercontent.com/13825159/134903666-09362e2c-240a-427f-90f3-d1726ced9222.png)


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

To unsubscribe, e-mail: [email protected]

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