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 2019/09/06 12:30:14 UTC

[GitHub] [rocketmq-client-go] xujianhai666 opened a new issue #186: OffsetStore differ from java impl

xujianhai666 opened a new issue #186: OffsetStore differ from java impl
URL: https://github.com/apache/rocketmq-client-go/issues/186
 
 
   **BUG REPORT**
   
   1. Please describe the issue you observed:
   In impl, OffsetTable type is map[string]map[int]*queueOffset, which mean topic -> queueId -> offset, but actually, we maybe get queue1 on broker1 and broker2 if we deploy 10 queue on 3 broker. so  OffsetTable impl is wrong.
   in Java, offsetTable type is ConcurrentMap<MessageQueue, AtomicLong>, so there is no 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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services