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/07/23 12:15:34 UTC

[GitHub] [rocketmq-client-go] WJL3333 opened a new pull request, #866: use uber atomic lib to avoid atomic value data race.

WJL3333 opened a new pull request, #866:
URL: https://github.com/apache/rocketmq-client-go/pull/866

   in golang direct read from atomic int64 will cause data race
   see https://stackoverflow.com/questions/54090404/what-is-causing-this-data-race


-- 
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-client-go] WJL3333 commented on pull request #866: use uber atomic lib to avoid atomic value data race.

Posted by GitBox <gi...@apache.org>.
WJL3333 commented on PR #866:
URL: https://github.com/apache/rocketmq-client-go/pull/866#issuecomment-1193116154

   @ShannonDing @guyinyou @cserwen 


-- 
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-client-go] guyinyou commented on pull request #866: [ISSUE #790] use uber atomic lib to avoid atomic value data race.

Posted by GitBox <gi...@apache.org>.
guyinyou commented on PR #866:
URL: https://github.com/apache/rocketmq-client-go/pull/866#issuecomment-1193494266

   wonderful


-- 
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-client-go] ShannonDing merged pull request #866: [ISSUE #790] use uber atomic lib to avoid atomic value data race.

Posted by GitBox <gi...@apache.org>.
ShannonDing merged PR #866:
URL: https://github.com/apache/rocketmq-client-go/pull/866


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