wongoo commented on PR #2312:
URL: https://github.com/apache/dubbo-go/pull/2312#issuecomment-1536948327

   There is an error in the integration test. This PR only contains some fix 
for hessian serialization. But the error is about registering server. Can 
anyone help to see what's problem?
   
   ```
   2023-05-05T17:04:22.820Z     INFO    config/config_loader.go:95      
Starting register instance address &{10.1.0.86:20000 myApp 10.1.0.86 20000 true 
true map[dubbo.endpoints:[{"port":20000,"protocol":"dubbo"}] 
dubbo.metadata-service.url-params:{"application":"myApp","group":"myApp","port":"35667","protocol":"dubbo","release":"dubbo-golang-3.0.4","timestamp":"1683306262","version":"1.0.0"}
 dubbo.metadata.revision:4260813324 dubbo.metadata.storage-type:local 
dubbo.subscribed-services.revision:0] <nil>   []}
   panic: could not register the instance. myApp: 
Polaris-1004(ErrCodeAPITimeoutError): fail to do register after retry 1 times, 
cause: Polaris-1007(ErrCodeNetworkError): fail to get connection, opKey 
RegisterInstance, cause: fail to connect to 183.47.111.80:8091, timeout is 
500.114724ms, service is {ServiceKey: {namespace: "Polaris", service: 
"polaris-default"}, ClusterType: builtin}, because context deadline exceeded
   
   goroutine 1 [running]:
   dubbo.apache.org/dubbo-go/v3/config.registerServiceInstance()
        
/home/runner/go/pkg/mod/github.com/wongoo/dubbo-go/[email protected]/config/config_loader.go:98
 +0x28b
   dubbo.apache.org/dubbo-go/v3/config.(*RootConfig).Start.func1()
        
/home/runner/go/pkg/mod/github.com/wongoo/dubbo-go/[email protected]/config/root_config.go:216
 +0x4f
   sync.(*Once).doSlow(0x40f8a7, 0xa8)
        /opt/hostedtoolcache/go/1.17.13/x64/src/sync/once.go:68 +0xd2
   sync.(*Once).Do(...)
        /opt/hostedtoolcache/go/1.17.13/x64/src/sync/once.go:59
   dubbo.apache.org/dubbo-go/v3/config.(*RootConfig).Start(0x1a41ae0)
        
/home/runner/go/pkg/mod/github.com/wongoo/dubbo-go/[email protected]/config/root_config.go:210
 +0x46
   dubbo.apache.org/dubbo-go/v3/config.(*RootConfig).Init(0xc00012f4a0)
        
/home/runner/go/pkg/mod/github.com/wongoo/dubbo-go/[email protected]/config/root_config.go:205
 +0x565
   dubbo.apache.org/dubbo-go/v3/config.Load({0x0, 0x1804800, 0xc0000001a0})
        
/home/runner/go/pkg/mod/github.com/wongoo/dubbo-go/[email protected]/config/config_loader.go:59
 +0xb1
   main.main()
        
/home/runner/work/dubbo-go/dubbo-go/samples/polaris/registry/go-server/cmd/server.go:82
 +0x25
   ```


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