1
0

remote-digest.log.2025-07-16.0 5.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. 2025-07-16 19:01:10,607 INFO Connection transportReady,connectionId = 1752663670607_127.0.0.1_58455
  2. 2025-07-16 19:01:10,607 INFO Connection transportReady,connectionId = 1752663670607_127.0.0.1_58457
  3. 2025-07-16 19:01:10,607 INFO Connection transportReady,connectionId = 1752663670607_127.0.0.1_58456
  4. 2025-07-16 19:01:10,665 INFO Connection transportTerminated,connectionId = 1752663670607_127.0.0.1_58455
  5. 2025-07-16 19:01:10,667 INFO Connection transportTerminated,connectionId = 1752663670607_127.0.0.1_58456
  6. 2025-07-16 19:01:10,668 INFO Connection transportReady,connectionId = 1752663670667_127.0.0.1_58458
  7. 2025-07-16 19:01:10,668 INFO Connection transportTerminated,connectionId = 1752663670607_127.0.0.1_58457
  8. 2025-07-16 19:01:10,677 INFO Connection transportTerminated,connectionId = 1752663670667_127.0.0.1_58458
  9. 2025-07-16 19:01:12,871 INFO Connection transportReady,connectionId = 1752663672871_127.0.0.1_58462
  10. 2025-07-16 19:01:12,887 INFO Connection transportReady,connectionId = 1752663672887_127.0.0.1_58463
  11. 2025-07-16 19:01:12,887 INFO Connection transportReady,connectionId = 1752663672887_127.0.0.1_58464
  12. 2025-07-16 19:01:12,910 INFO Connection transportReady,connectionId = 1752663672910_127.0.0.1_58465
  13. 2025-07-16 19:06:17,320 INFO Connection transportReady,connectionId = 1752663977319_127.0.0.1_58946
  14. 2025-07-16 19:06:26,573 INFO Connection transportTerminated,connectionId = 1752663977319_127.0.0.1_58946
  15. 2025-07-16 19:06:26,578 INFO [1752663977319_127.0.0.1_58946]client disconnected,clear config listen context
  16. 2025-07-16 19:07:39,897 INFO Connection transportReady,connectionId = 1752664059897_127.0.0.1_59225
  17. 2025-07-16 19:07:47,117 INFO Connection transportReady,connectionId = 1752664067117_127.0.0.1_59236
  18. 2025-07-16 19:09:07,455 INFO Connection transportTerminated,connectionId = 1752664067117_127.0.0.1_59236
  19. 2025-07-16 19:09:07,456 WARN [1752664067117_127.0.0.1_59236] connection close exception : {}
  20. java.lang.IllegalStateException: call already closed
  21. at com.google.common.base.Preconditions.checkState(Preconditions.java:508)
  22. at io.grpc.internal.ServerCallImpl.closeInternal(ServerCallImpl.java:219)
  23. at io.grpc.internal.ServerCallImpl.close(ServerCallImpl.java:212)
  24. at io.grpc.stub.ServerCalls$ServerCallStreamObserverImpl.onCompleted(ServerCalls.java:395)
  25. at com.alibaba.nacos.core.remote.grpc.GrpcConnection.closeBiStream(GrpcConnection.java:143)
  26. at com.alibaba.nacos.core.remote.grpc.GrpcConnection.close(GrpcConnection.java:131)
  27. at com.alibaba.nacos.core.remote.ConnectionManager.unregister(ConnectionManager.java:159)
  28. at com.alibaba.nacos.core.remote.grpc.AddressTransportFilter.transportTerminated(AddressTransportFilter.java:77)
  29. at io.grpc.internal.ServerImpl$ServerTransportListenerImpl.transportTerminated(ServerImpl.java:455)
  30. at io.grpc.netty.shaded.io.grpc.netty.NettyServerTransport.notifyTerminated(NettyServerTransport.java:207)
  31. at io.grpc.netty.shaded.io.grpc.netty.NettyServerTransport.access$100(NettyServerTransport.java:51)
  32. at io.grpc.netty.shaded.io.grpc.netty.NettyServerTransport$1TerminationNotifier.operationComplete(NettyServerTransport.java:141)
  33. at io.grpc.netty.shaded.io.grpc.netty.NettyServerTransport$1TerminationNotifier.operationComplete(NettyServerTransport.java:134)
  34. at io.grpc.netty.shaded.io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:578)
  35. at io.grpc.netty.shaded.io.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:571)
  36. at io.grpc.netty.shaded.io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:550)
  37. at io.grpc.netty.shaded.io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:491)
  38. at io.grpc.netty.shaded.io.netty.util.concurrent.DefaultPromise.setValue0(DefaultPromise.java:616)
  39. at io.grpc.netty.shaded.io.netty.util.concurrent.DefaultPromise.setSuccess0(DefaultPromise.java:605)
  40. at io.grpc.netty.shaded.io.netty.util.concurrent.DefaultPromise.trySuccess(DefaultPromise.java:104)
  41. at io.grpc.netty.shaded.io.netty.channel.DefaultChannelPromise.trySuccess(DefaultChannelPromise.java:84)
  42. at io.grpc.netty.shaded.io.netty.channel.AbstractChannel$CloseFuture.setClosed(AbstractChannel.java:1164)
  43. at io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AbstractUnsafe.doClose0(AbstractChannel.java:755)
  44. at io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AbstractUnsafe.close(AbstractChannel.java:731)
  45. at io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AbstractUnsafe.close(AbstractChannel.java:620)
  46. at io.grpc.netty.shaded.io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.closeOnRead(AbstractNioByteChannel.java:105)
  47. at io.grpc.netty.shaded.io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:174)
  48. at io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:722)
  49. at io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:658)
  50. at io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:584)
  51. at io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:496)
  52. at io.grpc.netty.shaded.io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
  53. at io.grpc.netty.shaded.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
  54. at io.grpc.netty.shaded.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
  55. at java.lang.Thread.run(Thread.java:748)
  56. 2025-07-16 19:09:07,456 INFO [1752664067117_127.0.0.1_59236]client disconnected,clear config listen context
  57. 2025-07-16 19:09:08,001 INFO Connection transportTerminated,connectionId = 1752664059897_127.0.0.1_59225
  58. 2025-07-16 19:09:08,001 INFO [1752664059897_127.0.0.1_59225]client disconnected,clear config listen context