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/08/04 03:07:07 UTC

[GitHub] [rocketmq] ycy1991 opened a new issue, #4773: MappedFile fileFromOffset Assignment error

ycy1991 opened a new issue, #4773:
URL: https://github.com/apache/rocketmq/issues/4773

   **BUG REPORT**
   
   1. Please describe the issue you observed:
   NumberFormatException
   ![image](https://user-images.githubusercontent.com/16506338/182754021-3c656574-91bd-459c-92c9-fe29cc28d20f.png)
   - What is expected to see?
   I think when initializing a file, the initial offset should be zero
   - What did you see instead?


-- 
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] ycy1991 closed issue #4773: MappedFile fileFromOffset Assignment error

Posted by GitBox <gi...@apache.org>.
ycy1991 closed issue #4773: MappedFile fileFromOffset Assignment error
URL: https://github.com/apache/rocketmq/issues/4773


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


[GitHub] [rocketmq] panzhi33 commented on issue #4773: MappedFile fileFromOffset Assignment error

Posted by GitBox <gi...@apache.org>.
panzhi33 commented on issue #4773:
URL: https://github.com/apache/rocketmq/issues/4773#issuecomment-1204969444

   The initial offset is 0, what's the problem? org.apache.rocketmq.common.UtilAll#offset2FileName


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


[GitHub] [rocketmq] ycy1991 commented on issue #4773: MappedFile fileFromOffset Assignment error

Posted by GitBox <gi...@apache.org>.
ycy1991 commented on issue #4773:
URL: https://github.com/apache/rocketmq/issues/4773#issuecomment-1206012941

   - OK, I see. I didn't read the complete code


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