-
Notifications
You must be signed in to change notification settings - Fork 933
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[3.1] fix: metadata port reuse #2548
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## release-3.1 #2548 +/- ##
===============================================
- Coverage 44.91% 44.85% -0.06%
===============================================
Files 270 270
Lines 18354 18366 +12
===============================================
- Hits 8243 8238 -5
- Misses 9225 9242 +17
Partials 886 886 ☔ View full report in Codecov by Sentry. |
if ok { | ||
port = protocolConfig.Port | ||
} else { | ||
logger.Warnf("[Metadata Service] Dubbo-go %s version's MetadataService does not support triple protocol,"+ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The warning message would better be "[Metadata Service] Dubbo-go %s version's MetadataService only support dubbo protocol, ". Because it might be other protocols beyond dubbo and triple.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, that's better
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
@FoghostCn PTAL. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
#2537