You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2021/09/27 12:11:57 UTC

[GitHub] [ozone] captainzmc edited a comment on pull request #2682: HDDS-5705. [Ozone-Streaming] Streaming supports writing in Pipline mode

captainzmc edited 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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org