DaWesen commented on code in PR #3695:
URL: https://github.com/apache/dubbo-go/pull/3695#discussion_r3842575244


##########
registry/service_discovery.go:
##########
@@ -56,15 +55,15 @@ type ServiceDiscovery interface {
 
        // GetInstancesByPage will return a page containing instances of 
ServiceInstance
        // with the serviceName the page will start at offset
-       GetInstancesByPage(serviceName string, offset int, pageSize int) 
gxpage.Pager
+       GetInstancesByPage(serviceName string, offset int, pageSize int) Pager

Review Comment:
   已完成



##########
global/shutdown_config.go:
##########
@@ -76,7 +75,7 @@ type ShutdownConfig struct {
        ProviderActiveCount atomic.Int32
 
        // provider last received request timestamp
-       ProviderLastReceivedRequestTime atomic.Time
+       ProviderLastReceivedRequestTime atomic.Pointer[time.Time]

Review Comment:
   已完成



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

Reply via email to