You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/06/16 03:55:56 UTC

[GitHub] [rocketmq-client-go] cserwen opened a new issue, #843: The request offset will not be updated when pull message from slave.

cserwen opened a new issue, #843:
URL: https://github.com/apache/rocketmq-client-go/issues/843

   **BUG REPORT**  
   1. Please describe the issue you observed:
   
       - What did you do (The steps to reproduce)?
   Client consumes message form slave broker. When commitLog was removed, It will return `ResPullRetryImmediately` and suggest client pull form master to correct the request offset. But client still pulls from slave and offset is not changed.
   
       - What did you expect to see?
   The request offset should be min offset of queue.
   
       - What did you see instead?
   The request offset is not changed.
   
   2. Please tell us about your environment:
   
        - What is your OS?
   
        - What is your client version?
   
        - What is your RocketMQ version?
   
   3. Other information (e.g. detailed explanation, logs, related issues, suggestions on how to fix, etc):
   In java client will update the request node firstly. 
   ![image](https://user-images.githubusercontent.com/46882838/173987492-a9858512-3b6a-463a-8d6e-1f4dcc31a38c.png)
   
   But client only updates request node when pullFound in go.
   ![image](https://user-images.githubusercontent.com/46882838/173987730-32e0edfb-af8b-4752-9412-b4e9fe65217a.png)
   So if the pull request returns `PullNoMsgMatched` , client will not request master to update offset.
   
   


-- 
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: dev-unsubscribe@rocketmq.apache.org.apache.org

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


[GitHub] [rocketmq-client-go] ShannonDing closed issue #843: The request offset will not be updated when pull message from slave.

Posted by GitBox <gi...@apache.org>.
ShannonDing closed issue #843: The request offset will not be updated when pull message from slave.
URL: https://github.com/apache/rocketmq-client-go/issues/843


-- 
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: dev-unsubscribe@rocketmq.apache.org

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