You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/08/11 10:54:35 UTC

[GitHub] [dubbo] viscropst opened a new issue #8475: Some problem with nacos after graceful shutdown

viscropst opened a new issue #8475:
URL: https://github.com/apache/dubbo/issues/8475


   - [x] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
   - [x] I have checked the [FAQ](https://github.com/apache/dubbo/blob/master/FAQ.md) of this repository and believe that this is not a duplicate.
   
   ### Environment
   
   * Dubbo version: 3.0.0
   * Operating System version: Windows 11 (Dev Channel,10.0.22000.120)
   * Java version: AdoptOpenJDK-11.0.11+9(Eclipse OpenJ9)
   * Application Server: Open Liberty 21.0.0.8/wlp-1.0.55.cl210820210727-1323
   
   ### Steps to reproduce this issue
   1.Implement the 'GuiceResteasyBootstrapServletContextListener' class and invoke the `DubboShutdownHook.getDubboShutdownHook().start()`
   2. Stop an Application (do not exit the Application Server)
   3. Look at the Log
   
   I'll push source code later (uses guice+resteasy+mybatis)
   
   ### Expected Result
   
   nacos-client's grpc worker should stop and don't handle the request from the nacos server
   
   ### Actual Result
   
   after shutdown I received some logs that handle the inbounds from nacos-client's grpc worker,when I redeploy or restart the application (by application server) and shutdown the application (by application server),it's shows twice of log from nacos-client's grpc worker.
   
   here is the log after shutdown first time:
   ```
   2021-08-11 18:48:40,402 [DubboShutdownHook] [] [X-UID-] DEBUG org.apache.dubbo.config.bootstrap.DubboBootstrap -  [DUBBO] DubboBootstrap's all ServiceDiscoveries have been destroyed., dubbo version: 3.0.0, current host: 172.17.192.1
   2021-08-11 18:48:40,406 [DubboShutdownHook] [] [X-UID-] DEBUG org.apache.dubbo.config.bootstrap.DubboBootstrap -  [DUBBO] DubboBootstrap's configs have been clear., dubbo version: 3.0.0, current host: 172.17.192.1
   2021-08-11 18:48:40,406 [DubboShutdownHook] [] [X-UID-] INFO  org.apache.dubbo.config.bootstrap.DubboBootstrap -  [DUBBO] DubboBootstrap is about to shutdown..., dubbo version: 3.0.0, current host: 172.17.192.1
   2021-08-11 18:48:40,528 [DubboShutdownHook] [] [X-UID-] INFO  org.apache.dubbo.config.DubboShutdownHook -  [DUBBO] Dubbo Service has been destroyed., dubbo version: 3.0.0, current host: 172.17.192.1
   2021-08-11 18:48:43,897 [com.alibaba.nacos.naming.failover] [] [X-UID-] DEBUG com.alibaba.nacos.client.naming - failover switch is not found, failover00-00---000-VIPSRV_FAILOVER_SWITCH-000---00-00
   2021-08-11 18:48:43,945 [grpc-nio-worker-ELG-1-4] [] [X-UID-] DEBUG com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x34e0dbce, L:/127.0.0.1:56649 - R:localhost/127.0.0.1:9848] OUTBOUND HEADERS: streamId=39 headers=GrpcHttp2OutboundHeaders[:authority: localhost:9848, :path: /Request/request, :method: POST, :scheme: http, content-type: application/grpc, te: trailers, user-agent: grpc-java-netty/1.24.0, grpc-accept-encoding: gzip] streamDependency=0 weight=16 exclusive=false padding=0 endStream=false
   2021-08-11 18:48:43,946 [grpc-nio-worker-ELG-1-4] [] [X-UID-] DEBUG com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x34e0dbce, L:/127.0.0.1:56649 - R:localhost/127.0.0.1:9848] OUTBOUND DATA: streamId=39 padding=0 endStream=true length=80 bytes=000000004b12231a124865616c7468436865636b52657175657374420d3139322e3136382e3234312e311a2412227b2268656164657273223a7b7d2c226d6f64...
   2021-08-11 18:48:43,950 [grpc-nio-worker-ELG-1-4] [] [X-UID-] DEBUG com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x34e0dbce, L:/127.0.0.1:56649 - R:localhost/127.0.0.1:9848] INBOUND HEADERS: streamId=39 headers=GrpcHttp2ResponseHeaders[:status: 200, content-type: application/grpc, grpc-encoding: identity, grpc-accept-encoding: gzip] streamDependency=0 weight=16 exclusive=false padding=0 endStream=false
   2021-08-11 18:48:43,951 [grpc-nio-worker-ELG-1-4] [] [X-UID-] DEBUG com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x34e0dbce, L:/127.0.0.1:56649 - R:localhost/127.0.0.1:9848] INBOUND DATA: streamId=39 padding=0 endStream=false length=79 bytes=000000004a12151a134865616c7468436865636b526573706f6e73651a31122f7b22726573756c74436f6465223a3230302c226572726f72436f6465223a302c...
   2021-08-11 18:48:43,952 [grpc-nio-worker-ELG-1-4] [] [X-UID-] DEBUG com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x34e0dbce, L:/127.0.0.1:56649 - R:localhost/127.0.0.1:9848] INBOUND HEADERS: streamId=39 headers=GrpcHttp2ResponseHeaders[grpc-status: 0] streamDependency=0 weight=16 exclusive=false padding=0 endStream=true
   2021-08-11 18:48:48,911 [com.alibaba.nacos.naming.failover] [] [X-UID-] DEBUG com.alibaba.nacos.client.naming - failover switch is not found, failover00-00---000-VIPSRV_FAILOVER_SWITCH-000---00-00
   2021-08-11 18:48:48,958 [grpc-nio-worker-ELG-1-4] [] [X-UID-] DEBUG com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x34e0dbce, L:/127.0.0.1:56649 - R:localhost/127.0.0.1:9848] OUTBOUND HEADERS: streamId=41 headers=GrpcHttp2OutboundHeaders[:authority: localhost:9848, :path: /Request/request, :method: POST, :scheme: http, content-type: application/grpc, te: trailers, user-agent: grpc-java-netty/1.24.0, grpc-accept-encoding: gzip] streamDependency=0 weight=16 exclusive=false padding=0 endStream=false
   2021-08-11 18:48:48,958 [grpc-nio-worker-ELG-1-4] [] [X-UID-] DEBUG com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x34e0dbce, L:/127.0.0.1:56649 - R:localhost/127.0.0.1:9848] OUTBOUND DATA: streamId=41 padding=0 endStream=true length=80 bytes=000000004b12231a124865616c7468436865636b52657175657374420d3139322e3136382e3234312e311a2412227b2268656164657273223a7b7d2c226d6f64...
   2021-08-11 18:48:48,964 [grpc-nio-worker-ELG-1-4] [] [X-UID-] DEBUG com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x34e0dbce, L:/127.0.0.1:56649 - R:localhost/127.0.0.1:9848] INBOUND HEADERS: streamId=41 headers=GrpcHttp2ResponseHeaders[:status: 200, content-type: application/grpc, grpc-encoding: identity, grpc-accept-encoding: gzip] streamDependency=0 weight=16 exclusive=false padding=0 endStream=false
   2021-08-11 18:48:48,965 [grpc-nio-worker-ELG-1-4] [] [X-UID-] DEBUG com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x34e0dbce, L:/127.0.0.1:56649 - R:localhost/127.0.0.1:9848] INBOUND DATA: streamId=41 padding=0 endStream=false length=79 bytes=000000004a12151a134865616c7468436865636b526573706f6e73651a31122f7b22726573756c74436f6465223a3230302c226572726f72436f6465223a302c...
   2021-08-11 18:48:48,966 [grpc-nio-worker-ELG-1-4] [] [X-UID-] DEBUG com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x34e0dbce, L:/127.0.0.1:56649 - R:localhost/127.0.0.1:9848] INBOUND HEADERS: streamId=41 headers=GrpcHttp2ResponseHeaders[grpc-status: 0] streamDependency=0 weight=16 exclusive=false padding=0 endStream=true
   
   ```
   
   here is the log after shutdown next time:
   ```
   2021-08-11 18:52:20,597 [DubboShutdownHook] [] [X-UID-] INFO  org.apache.dubbo.config.bootstrap.DubboBootstrap -  [DUBBO] DubboBootstrap is about to shutdown..., dubbo version: 3.0.0, current host: 172.17.192.1
   2021-08-11 18:52:20,701 [DubboShutdownHook] [] [X-UID-] INFO  org.apache.dubbo.config.DubboShutdownHook -  [DUBBO] Dubbo Service has been destroyed., dubbo version: 3.0.0, current host: 172.17.192.1
   2021-08-11 18:52:23,556 [com.alibaba.nacos.naming.failover] [] [X-UID-] DEBUG com.alibaba.nacos.client.naming - failover switch is not found, failover00-00---000-VIPSRV_FAILOVER_SWITCH-000---00-00
   2021-08-11 18:52:23,626 [grpc-nio-worker-ELG-1-4] [] [X-UID-] DEBUG com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x003d6b44, L:/127.0.0.1:56871 - R:localhost/127.0.0.1:9848] OUTBOUND HEADERS: streamId=47 headers=GrpcHttp2OutboundHeaders[:authority: localhost:9848, :path: /Request/request, :method: POST, :scheme: http, content-type: application/grpc, te: trailers, user-agent: grpc-java-netty/1.24.0, grpc-accept-encoding: gzip] streamDependency=0 weight=16 exclusive=false padding=0 endStream=false
   2021-08-11 18:52:23,626 [grpc-nio-worker-ELG-1-4] [] [X-UID-] DEBUG com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x003d6b44, L:/127.0.0.1:56871 - R:localhost/127.0.0.1:9848] OUTBOUND DATA: streamId=47 padding=0 endStream=true length=80 bytes=000000004b12231a124865616c7468436865636b52657175657374420d3139322e3136382e3234312e311a2412227b2268656164657273223a7b7d2c226d6f64...
   2021-08-11 18:52:23,632 [grpc-nio-worker-ELG-1-4] [] [X-UID-] DEBUG com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x003d6b44, L:/127.0.0.1:56871 - R:localhost/127.0.0.1:9848] INBOUND HEADERS: streamId=47 headers=GrpcHttp2ResponseHeaders[:status: 200, content-type: application/grpc, grpc-encoding: identity, grpc-accept-encoding: gzip] streamDependency=0 weight=16 exclusive=false padding=0 endStream=false
   2021-08-11 18:52:23,633 [grpc-nio-worker-ELG-1-4] [] [X-UID-] DEBUG com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x003d6b44, L:/127.0.0.1:56871 - R:localhost/127.0.0.1:9848] INBOUND DATA: streamId=47 padding=0 endStream=false length=79 bytes=000000004a12151a134865616c7468436865636b526573706f6e73651a31122f7b22726573756c74436f6465223a3230302c226572726f72436f6465223a302c...
   2021-08-11 18:52:23,633 [grpc-nio-worker-ELG-1-4] [] [X-UID-] DEBUG com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x003d6b44, L:/127.0.0.1:56871 - R:localhost/127.0.0.1:9848] INBOUND HEADERS: streamId=47 headers=GrpcHttp2ResponseHeaders[grpc-status: 0] streamDependency=0 weight=16 exclusive=false padding=0 endStream=true
   2021-08-11 18:52:24,300 [com.alibaba.nacos.naming.failover] [] [X-UID-] DEBUG com.alibaba.nacos.client.naming - failover switch is not found, failover00-00---000-VIPSRV_FAILOVER_SWITCH-000---00-00
   2021-08-11 18:52:24,659 [grpc-nio-worker-ELG-1-4] [] [X-UID-] DEBUG com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x34e0dbce, L:/127.0.0.1:56649 - R:localhost/127.0.0.1:9848] OUTBOUND HEADERS: streamId=147 headers=GrpcHttp2OutboundHeaders[:authority: localhost:9848, :path: /Request/request, :method: POST, :scheme: http, content-type: application/grpc, te: trailers, user-agent: grpc-java-netty/1.24.0, grpc-accept-encoding: gzip] streamDependency=0 weight=16 exclusive=false padding=0 endStream=false
   2021-08-11 18:52:24,659 [grpc-nio-worker-ELG-1-4] [] [X-UID-] DEBUG com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x34e0dbce, L:/127.0.0.1:56649 - R:localhost/127.0.0.1:9848] OUTBOUND DATA: streamId=147 padding=0 endStream=true length=80 bytes=000000004b12231a124865616c7468436865636b52657175657374420d3139322e3136382e3234312e311a2412227b2268656164657273223a7b7d2c226d6f64...
   2021-08-11 18:52:24,665 [grpc-nio-worker-ELG-1-4] [] [X-UID-] DEBUG com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x34e0dbce, L:/127.0.0.1:56649 - R:localhost/127.0.0.1:9848] INBOUND HEADERS: streamId=147 headers=GrpcHttp2ResponseHeaders[:status: 200, content-type: application/grpc, grpc-encoding: identity, grpc-accept-encoding: gzip] streamDependency=0 weight=16 exclusive=false padding=0 endStream=false
   2021-08-11 18:52:24,666 [grpc-nio-worker-ELG-1-4] [] [X-UID-] DEBUG com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x34e0dbce, L:/127.0.0.1:56649 - R:localhost/127.0.0.1:9848] INBOUND DATA: streamId=147 padding=0 endStream=false length=79 bytes=000000004a12151a134865616c7468436865636b526573706f6e73651a31122f7b22726573756c74436f6465223a3230302c226572726f72436f6465223a302c...
   2021-08-11 18:52:24,666 [grpc-nio-worker-ELG-1-4] [] [X-UID-] DEBUG com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x34e0dbce, L:/127.0.0.1:56649 - R:localhost/127.0.0.1:9848] INBOUND HEADERS: streamId=147 headers=GrpcHttp2ResponseHeaders[grpc-status: 0] streamDependency=0 weight=16 exclusive=false padding=0 endStream=true
   2021-08-11 18:52:28,563 [com.alibaba.nacos.naming.failover] [] [X-UID-] DEBUG com.alibaba.nacos.client.naming - failover switch is not found, failover00-00---000-VIPSRV_FAILOVER_SWITCH-000---00-00
   2021-08-11 18:52:28,642 [grpc-nio-worker-ELG-1-4] [] [X-UID-] DEBUG com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x003d6b44, L:/127.0.0.1:56871 - R:localhost/127.0.0.1:9848] OUTBOUND HEADERS: streamId=49 headers=GrpcHttp2OutboundHeaders[:authority: localhost:9848, :path: /Request/request, :method: POST, :scheme: http, content-type: application/grpc, te: trailers, user-agent: grpc-java-netty/1.24.0, grpc-accept-encoding: gzip] streamDependency=0 weight=16 exclusive=false padding=0 endStream=false
   2021-08-11 18:52:28,643 [grpc-nio-worker-ELG-1-4] [] [X-UID-] DEBUG com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x003d6b44, L:/127.0.0.1:56871 - R:localhost/127.0.0.1:9848] OUTBOUND DATA: streamId=49 padding=0 endStream=true length=80 bytes=000000004b12231a124865616c7468436865636b52657175657374420d3139322e3136382e3234312e311a2412227b2268656164657273223a7b7d2c226d6f64...
   2021-08-11 18:52:28,647 [grpc-nio-worker-ELG-1-4] [] [X-UID-] DEBUG com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x003d6b44, L:/127.0.0.1:56871 - R:localhost/127.0.0.1:9848] INBOUND HEADERS: streamId=49 headers=GrpcHttp2ResponseHeaders[:status: 200, content-type: application/grpc, grpc-encoding: identity, grpc-accept-encoding: gzip] streamDependency=0 weight=16 exclusive=false padding=0 endStream=false
   2021-08-11 18:52:28,648 [grpc-nio-worker-ELG-1-4] [] [X-UID-] DEBUG com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x003d6b44, L:/127.0.0.1:56871 - R:localhost/127.0.0.1:9848] INBOUND DATA: streamId=49 padding=0 endStream=false length=79 bytes=000000004a12151a134865616c7468436865636b526573706f6e73651a31122f7b22726573756c74436f6465223a3230302c226572726f72436f6465223a302c...
   2021-08-11 18:52:28,648 [grpc-nio-worker-ELG-1-4] [] [X-UID-] DEBUG com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x003d6b44, L:/127.0.0.1:56871 - R:localhost/127.0.0.1:9848] INBOUND HEADERS: streamId=49 headers=GrpcHttp2ResponseHeaders[grpc-status: 0] streamDependency=0 weight=16 exclusive=false padding=0 endStream=true
   2021-08-11 18:52:29,313 [com.alibaba.nacos.naming.failover] [] [X-UID-] DEBUG com.alibaba.nacos.client.naming - failover switch is not found, failover00-00---000-VIPSRV_FAILOVER_SWITCH-000---00-00
   2021-08-11 18:52:29,676 [grpc-nio-worker-ELG-1-4] [] [X-UID-] DEBUG com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x34e0dbce, L:/127.0.0.1:56649 - R:localhost/127.0.0.1:9848] OUTBOUND HEADERS: streamId=149 headers=GrpcHttp2OutboundHeaders[:authority: localhost:9848, :path: /Request/request, :method: POST, :scheme: http, content-type: application/grpc, te: trailers, user-agent: grpc-java-netty/1.24.0, grpc-accept-encoding: gzip] streamDependency=0 weight=16 exclusive=false padding=0 endStream=false
   2021-08-11 18:52:29,677 [grpc-nio-worker-ELG-1-4] [] [X-UID-] DEBUG com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x34e0dbce, L:/127.0.0.1:56649 - R:localhost/127.0.0.1:9848] OUTBOUND DATA: streamId=149 padding=0 endStream=true length=80 bytes=000000004b12231a124865616c7468436865636b52657175657374420d3139322e3136382e3234312e311a2412227b2268656164657273223a7b7d2c226d6f64...
   2021-08-11 18:52:29,681 [grpc-nio-worker-ELG-1-4] [] [X-UID-] DEBUG com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x34e0dbce, L:/127.0.0.1:56649 - R:localhost/127.0.0.1:9848] INBOUND HEADERS: streamId=149 headers=GrpcHttp2ResponseHeaders[:status: 200, content-type: application/grpc, grpc-encoding: identity, grpc-accept-encoding: gzip] streamDependency=0 weight=16 exclusive=false padding=0 endStream=false
   2021-08-11 18:52:29,682 [grpc-nio-worker-ELG-1-4] [] [X-UID-] DEBUG com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x34e0dbce, L:/127.0.0.1:56649 - R:localhost/127.0.0.1:9848] INBOUND DATA: streamId=149 padding=0 endStream=false length=79 bytes=000000004a12151a134865616c7468436865636b526573706f6e73651a31122f7b22726573756c74436f6465223a3230302c226572726f72436f6465223a302c...
   2021-08-11 18:52:29,682 [grpc-nio-worker-ELG-1-4] [] [X-UID-] DEBUG com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x34e0dbce, L:/127.0.0.1:56649 - R:localhost/127.0.0.1:9848] INBOUND HEADERS: streamId=149 headers=GrpcHttp2ResponseHeaders[grpc-status: 0] streamDependency=0 weight=16 exclusive=false padding=0 endStream=true
   2021-08-11 18:52:31,710 [grpc-nio-worker-ELG-1-4] [] [X-UID-] DEBUG com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x003d6b44, L:/127.0.0.1:56871 - R:localhost/127.0.0.1:9848] OUTBOUND HEADERS: streamId=51 headers=GrpcHttp2OutboundHeaders[:authority: localhost:9848, :path: /Request/request, :method: POST, :scheme: http, content-type: application/grpc, te: trailers, user-agent: grpc-java-netty/1.24.0, grpc-accept-encoding: gzip] streamDependency=0 weight=16 exclusive=false padding=0 endStream=false
   2021-08-11 18:52:31,711 [grpc-nio-worker-ELG-1-4] [] [X-UID-] DEBUG com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x003d6b44, L:/127.0.0.1:56871 - R:localhost/127.0.0.1:9848] OUTBOUND DATA: streamId=51 padding=0 endStream=true length=269 bytes=000000010812341a13536572766963655175657279526571756573743a0e0a036170701207756e6b6e6f776e420d3139322e3136382e3234312e311acf0112cc...
   2021-08-11 18:52:31,715 [grpc-nio-worker-ELG-1-4] [] [X-UID-] DEBUG com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x003d6b44, L:/127.0.0.1:56871 - R:localhost/127.0.0.1:9848] INBOUND HEADERS: streamId=51 headers=GrpcHttp2ResponseHeaders[:status: 200, content-type: application/grpc, grpc-encoding: identity, grpc-accept-encoding: gzip] streamDependency=0 weight=16 exclusive=false padding=0 endStream=false
   2021-08-11 18:52:31,716 [grpc-nio-worker-ELG-1-4] [] [X-UID-] DEBUG com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x003d6b44, L:/127.0.0.1:56871 - R:localhost/127.0.0.1:9848] INBOUND DATA: streamId=51 padding=0 endStream=false length=345 bytes=000000015412161a14517565727953657276696365526573706f6e73651ab90212b6027b22726573756c74436f6465223a3230302c226572726f72436f646522...
   2021-08-11 18:52:31,716 [grpc-nio-worker-ELG-1-4] [] [X-UID-] DEBUG com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x003d6b44, L:/127.0.0.1:56871 - R:localhost/127.0.0.1:9848] INBOUND HEADERS: streamId=51 headers=GrpcHttp2ResponseHeaders[grpc-status: 0] streamDependency=0 weight=16 exclusive=false padding=0 endStream=true
   2021-08-11 18:52:31,919 [grpc-nio-worker-ELG-1-4] [] [X-UID-] DEBUG com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x003d6b44, L:/127.0.0.1:56871 - R:localhost/127.0.0.1:9848] OUTBOUND HEADERS: streamId=53 headers=GrpcHttp2OutboundHeaders[:authority: localhost:9848, :path: /Request/request, :method: POST, :scheme: http, content-type: application/grpc, te: trailers, user-agent: grpc-java-netty/1.24.0, grpc-accept-encoding: gzip] streamDependency=0 weight=16 exclusive=false padding=0 endStream=false
   2021-08-11 18:52:31,919 [grpc-nio-worker-ELG-1-4] [] [X-UID-] DEBUG com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x003d6b44, L:/127.0.0.1:56871 - R:localhost/127.0.0.1:9848] OUTBOUND DATA: streamId=53 padding=0 endStream=true length=295 bytes=000000012212341a13536572766963655175657279526571756573743a0e0a036170701207756e6b6e6f776e420d3139322e3136382e3234312e311ae90112e6...
   2021-08-11 18:52:31,926 [grpc-nio-worker-ELG-1-4] [] [X-UID-] DEBUG com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x003d6b44, L:/127.0.0.1:56871 - R:localhost/127.0.0.1:9848] INBOUND HEADERS: streamId=53 headers=GrpcHttp2ResponseHeaders[:status: 200, content-type: application/grpc, grpc-encoding: identity, grpc-accept-encoding: gzip] streamDependency=0 weight=16 exclusive=false padding=0 endStream=false
   2021-08-11 18:52:31,927 [grpc-nio-worker-ELG-1-4] [] [X-UID-] DEBUG com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x003d6b44, L:/127.0.0.1:56871 - R:localhost/127.0.0.1:9848] INBOUND DATA: streamId=53 padding=0 endStream=false length=371 bytes=000000016e12161a14517565727953657276696365526573706f6e73651ad30212d0027b22726573756c74436f6465223a3230302c226572726f72436f646522...
   2021-08-11 18:52:31,928 [grpc-nio-worker-ELG-1-4] [] [X-UID-] DEBUG com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x003d6b44, L:/127.0.0.1:56871 - R:localhost/127.0.0.1:9848] INBOUND HEADERS: streamId=53 headers=GrpcHttp2ResponseHeaders[grpc-status: 0] streamDependency=0 weight=16 exclusive=false padding=0 endStream=true
   2021-08-11 18:52:31,936 [grpc-nio-worker-ELG-1-4] [] [X-UID-] DEBUG com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x003d6b44, L:/127.0.0.1:56871 - R:localhost/127.0.0.1:9848] OUTBOUND HEADERS: streamId=55 headers=GrpcHttp2OutboundHeaders[:authority: localhost:9848, :path: /Request/request, :method: POST, :scheme: http, content-type: application/grpc, te: trailers, user-agent: grpc-java-netty/1.24.0, grpc-accept-encoding: gzip] streamDependency=0 weight=16 exclusive=false padding=0 endStream=false
   2021-08-11 18:52:31,937 [grpc-nio-worker-ELG-1-4] [] [X-UID-] DEBUG com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x003d6b44, L:/127.0.0.1:56871 - R:localhost/127.0.0.1:9848] OUTBOUND DATA: streamId=55 padding=0 endStream=true length=297 bytes=000000012412341a13536572766963655175657279526571756573743a0e0a036170701207756e6b6e6f776e420d3139322e3136382e3234312e311aeb0112e8...
   2021-08-11 18:52:31,942 [grpc-nio-worker-ELG-1-4] [] [X-UID-] DEBUG com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x003d6b44, L:/127.0.0.1:56871 - R:localhost/127.0.0.1:9848] INBOUND HEADERS: streamId=55 headers=GrpcHttp2ResponseHeaders[:status: 200, content-type: application/grpc, grpc-encoding: identity, grpc-accept-encoding: gzip] streamDependency=0 weight=16 exclusive=false padding=0 endStream=false
   2021-08-11 18:52:31,942 [grpc-nio-worker-ELG-1-4] [] [X-UID-] DEBUG com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x003d6b44, L:/127.0.0.1:56871 - R:localhost/127.0.0.1:9848] INBOUND DATA: streamId=55 padding=0 endStream=false length=373 bytes=000000017012161a14517565727953657276696365526573706f6e73651ad50212d2027b22726573756c74436f6465223a3230302c226572726f72436f646522...
   2021-08-11 18:52:31,942 [grpc-nio-worker-ELG-1-4] [] [X-UID-] DEBUG com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler - [id: 0x003d6b44, L:/127.0.0.1:56871 - R:localhost/127.0.0.1:9848] INBOUND HEADERS: streamId=55 headers=GrpcHttp2ResponseHeaders[grpc-status: 0] streamDependency=0 weight=16 exclusive=false padding=0 endStream=true
   2021-08-11 18:52:33,568 [com.alibaba.nacos.naming.failover] [] [X-UID-] DEBUG com.alibaba.nacos.client.naming - failover switch is not found, failover00-00---000-VIPSRV_FAILOVER_SWITCH-000---00-00
   
   ```
   
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] li-xiao-shuang commented on issue #8475: Some problem with nacos after graceful shutdown

Posted by GitBox <gi...@apache.org>.
li-xiao-shuang commented on issue #8475:
URL: https://github.com/apache/dubbo/issues/8475#issuecomment-979715115


   I want to deal 


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] Ejaz29 removed a comment on issue #8475: Some problem with nacos after graceful shutdown

Posted by GitBox <gi...@apache.org>.
Ejaz29 removed a comment on issue #8475:
URL: https://github.com/apache/dubbo/issues/8475#issuecomment-945089212


   hi @viscropst 
   I am beginner to the opensource but I would also like to contribute to this issue if it is open.
   Can you help me?
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] Ejaz29 commented on issue #8475: Some problem with nacos after graceful shutdown

Posted by GitBox <gi...@apache.org>.
Ejaz29 commented on issue #8475:
URL: https://github.com/apache/dubbo/issues/8475#issuecomment-945089212


   hi @viscropst 
   I am beginner to the opensource but I would also like to contribute to this issue if it is open.
   Can you help me?
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] CrazyHZM closed issue #8475: Some problem with nacos after graceful shutdown

Posted by GitBox <gi...@apache.org>.
CrazyHZM closed issue #8475:
URL: https://github.com/apache/dubbo/issues/8475


   


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] Jahvey commented on issue #8475: Some problem with nacos after graceful shutdown

Posted by GitBox <gi...@apache.org>.
Jahvey commented on issue #8475:
URL: https://github.com/apache/dubbo/issues/8475#issuecomment-979723846


   Is it solved?


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] CrazyHZM commented on issue #8475: Some problem with nacos after graceful shutdown

Posted by GitBox <gi...@apache.org>.
CrazyHZM commented on issue #8475:
URL: https://github.com/apache/dubbo/issues/8475#issuecomment-1003291860


   @viscropst 
   Try it with the latest version, if you still have problems, you can reopen the issue


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org