xxs588 opened a new pull request, #3271: URL: https://github.com/apache/dubbo-go/pull/3271
## Summary - synchronize rootConfig publication/access paths to avoid concurrent shared-state mutation - remove shared versionInt map state in dubbo protocol paths to avoid concurrent reads - keep changes atomic in two commits for reviewability ## Verification - go test ./config ./protocol/dubbo/impl ./protocol/dubbo/hessian2 - go test -race ./config -run TestRootConfigConcurrentSetAndGet - go test -race ./protocol/dubbo/impl -run TestIsSupportResponseAttachmentConcurrent - go test -race ./protocol/dubbo/hessian2 -run TestIsSupportResponseAttachmentConcurrent Related to #3247 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
