imaffe commented on issue #2094: URL: https://github.com/apache/rocketmq/issues/2094#issuecomment-645105895
I think here( -1000 - this.getRefCount()) probably means : it just want to set the refCount to a negative value indicating a shutdown. (-1000) is just a "negative enough" number that guarantees the result (-1000 - this.getRefCount()) will always be negative. How do you think ? ---------------------------------------------------------------- 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: [email protected]
