tianxiaoliang commented on a change in pull request #577: Clear no-instance
services automatically
URL:
https://github.com/apache/servicecomb-service-center/pull/577#discussion_r317056500
##########
File path: server/mux/mux.go
##########
@@ -33,8 +33,9 @@ func (m *MuxType) String() (s string) {
}
const (
- GLOBAL_LOCK MuxType = "/cse-sr/lock/global"
- DEP_QUEUE_LOCK MuxType = "/cse-sr/lock/dep-queue"
+ GLOBAL_LOCK MuxType = "/cse-sr/lock/global"
Review comment:
GLOBAL_LOCK => GlobalLock
all const should use MixedCabs
----------------------------------------------------------------
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]
With regards,
Apache Git Services