bert82503 commented on issue #13714: URL: https://github.com/apache/dubbo/issues/13714#issuecomment-1928643582
> > > 1. Can you please the stuff registered to registry? > > > 2. You may need to java debug with `DubboInvoker` to check if `path` has been set or not. > > > > > > > > 1. I don't even know what the URL looks like. 😂 > > 2. This problem occurs in the production environment, If we could debug, we would have known the root cause of the problem long ago. > > 3. At the framework level, can we capture this exception? Of course, we also want to do it ourselves, and we can only do it this way. Use Arthas or BTrace tool to enhance the bytecode. > > 1. Please ignore the typo 😠. What I mean is to provide the stuff in registry. > 2. `tt -t org.apache.dubbo.rpc.protocol.dubbo.DubboInvoker doInvoke` and get the `target object` and `args[0]` 2. Good way, but in production environment, we can't use arthas. We're going to use the SkyWalking plugin to increment the bytecode and print out those URLs through conditional debugging or try catch exception. -- 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-unsubscr...@dubbo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org