vipyxc-byte commented on issue #2981: URL: https://github.com/apache/dubbo-go/issues/2981#issuecomment-3509121095
> > 按照官方的泛化调用使用姿势也遇到这个问题,历史上好像有人也提过这个 [#2739](https://github.com/apache/dubbo-go/issues/2739) 在哪一个版本解决掉了呢? > > session Already Closed github.com/apache/dubbo-getty.init :1 runtime.doInit1 /usr/local/go/src/runtime/proc.go:7353 runtime.doInit /usr/local/go/src/runtime/proc.go:7320 runtime.main /usr/local/go/src/runtime/proc.go:254 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1700 > > xxx/xxx/xxx/ai/pkg/transporter/dubbo.Invoke /compile/src/pkg/transporter/dubbo/generic_invoke.go:68 tuya.com/xxx/xxx/ai/pkg/transporter/dubbo.InvokeAndDecoded[...] /compile/src/pkg/transporter/dubbo/generic_invoke.go:83 tuya.com/xxx/xxx/ai/pkg/transporter/dubbo.ProxyInvoke[...] /compile/src/pkg/transporter/dubbo/generic_invoke_proxy.go:77 tuya.com/xxx/xxx/ai/pkg/infra.(*jwtKeypairManager).getPublicKeyBySecretId /compile/src/pkg/infra/jwt_keypair.go:137 tuya.com/xxx/xxx/ai/pkg/infra.GetPublicKeyForJwt /compile/src/pkg/infra/jwt_keypair.go:88 tuya.com/xxx/xxx/ai/pkg/infra.VerifyTenantJwtToken /compile/src/pkg/infra/jwt_keypair.go:232 tuya.com/xxx/xxx/ai/pkg/proxy_mcp.initStreamableMcpServerM3.VerifyMiddleware.TokenVerify.func9 /compile/src/pkg/proxy_mcp/mcp_token_verify.go:41 > > 请问是哪个官方示例调用的时候是有问题的呢,我测试了dubbo-go-samples/compatibility/generic没出现这种情况 服务端频繁重启会导致这样的情况,我在本地测试没有模拟出,但是k8s频繁重启/发布会导致session Already Closed -- 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]
