captainzmc commented on pull request #2682: URL: https://github.com/apache/ozone/pull/2682#issuecomment-928924289
> 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? > >  > >  @szetszwo Please ignore the problem, I have found the root cause. I will fix the problem -- 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]
