You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shenyu.apache.org by GitBox <gi...@apache.org> on 2022/05/01 12:51:26 UTC

[GitHub] [incubator-shenyu] skyever opened a new issue, #3369: [BUG] shenyu admin did not update upstream host to gateway when upstream restarted using nacos

skyever opened a new issue, #3369:
URL: https://github.com/apache/incubator-shenyu/issues/3369

   ### Is there an existing issue for this?
   
   - [X] I have searched the existing issues
   
   ### Current Behavior
   
   I use nacos as the shenyu register center, and the shenyu admin config like this:
   `
   shenyu:
     database:
       dialect: mysql
     register:
       registerType: nacos 
       serverLists: xxx.mse.aliyuncs.com:8848
       props:
         nacosNameSpace: xxx
             
     sync:
       websocket:
         enabled: false
       nacos:
         url: xxx.mse.aliyuncs.com:8848
         namespace: xxx
   `
   I runing the shenyu-examples-http and everything is ok. After I restart the example pod, I cannot access the example through shenyu gateway, the error is:
   `
   2022-05-01 12:11:12 [reactor-http-epoll-1] ERROR org.apache.shenyu.plugin.httpclient.AbstractHttpClientPlugin - finishConnect(..) failed: Connection refused: /172.16.1.74:8080
   io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection refused: /172.16.1.74:8080
   	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException:
   Error has been observed at the following site(s):
   	|_ checkpoint ⇢ Request to GET http://172.16.1.74:8080/hi [DefaultWebClient]
   `
   the 172.16.1.74 is the old upstream and has been shutdown. the 172.16.1.76 is the new upstream and can be seen at admin web console:
   ![image](https://user-images.githubusercontent.com/8111714/166145670-b157f025-1326-4ec1-80f8-d06cae7874ec.png)
   
   But the shenyu.selector.json data in nacos is still the old upstream:
   ![image](https://user-images.githubusercontent.com/8111714/166145756-816159ea-aa9c-44d7-872e-e1d2dd3d077c.png)
   
   the the request to the gateway failed.
   
   After I restart the shenyu admin, everything is ok again.
   
   
   
   
   ### Expected Behavior
   
   the request should not be failed after restart upstream when using nacos
   
   ### Steps To Reproduce
   
   _No response_
   
   ### Environment
   
   ```markdown
   ShenYu version(s): 2.4.3
   ```
   
   
   ### Debug logs
   
   some shenyu admin logs, no ERROR log:
   
   2022-05-01 12:10:37 INFO com.alibaba.nacos.common.remote.client "trace_id":" - [766e1558-8a9d-4e82-83c3-7df170928643]receive server push request,request=NotifySubscriberRequest,requestId=1858
   2022-05-01 12:10:37 INFO com.alibaba.nacos.client.naming "trace_id":" - removed ips(1) service: DEFAULT_GROUP@@shenyu.register.service.http -> [{"instanceId":"172.16.1.74#8080#null#DEFAULT_GROUP@@shenyu.register.service.http","ip":"172.16.1.74","port":8080,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@shenyu.register.service.http","metadata":{"contextPath":"http","uriMetadata":"{\"protocol\":\"http://\",\"appName\":\"http\",\"contextPath\"
   2022-05-01 12:10:37 INFO com.alibaba.nacos.client.naming "trace_id":" - current ips:(2) service: DEFAULT_GROUP@@shenyu.register.service.http -> [{"instanceId":"172.16.1.45#8080#null#DEFAULT_GROUP@@shenyu.register.service.http","ip":"172.16.1.45","port":8080,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@shenyu.register.service.http","metadata":{"contextPath":"user","uriMetadata":"{\"protocol\":\"http://\",\"appName\":\"usercenter\",\"contex
   2022-05-01 12:10:37 INFO com.alibaba.nacos.common.remote.client "trace_id":" - [766e1558-8a9d-4e82-83c3-7df170928643]ack server push request,request=NotifySubscriberRequest,requestId=1858
   2022-05-01 12:10:37 [nacos.publisher-com.alibaba.nacos.client.naming.event.InstancesChangeEvent] INFO  org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository - publish uri: [URIRegisterDTO{protocol='null', appName='null', contextPath='/http', rpcType='http', host='null', port=null, eventType=null}]
   2022-05-01 12:10:37 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish uri: [URIRegisterDTO{protocol='null', appName='null', contextPath='/http', rpcType='http', host='null', port=null, eventType=null}]
   2022-05-01 12:10:37 [nacos.publisher-com.alibaba.nacos.client.naming.event.InstancesChangeEvent] INFO  org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository - publish uri: [URIRegisterDTO{protocol='http://', appName='resources', contextPath='/resources', rpcType='http', host='172.16.1.69', port=8080, eventType=null}]
   2022-05-01 12:10:37 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish uri: [URIRegisterDTO{protocol='http://', appName='resources', contextPath='/resources', rpcType='http', host='172.16.1.69', port=8080, eventType=null}]
   2022-05-01 12:10:37 [nacos.publisher-com.alibaba.nacos.client.naming.event.InstancesChangeEvent] INFO  org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository - publish uri: [URIRegisterDTO{protocol='http://', appName='usercenter', contextPath='/user', rpcType='http', host='172.16.1.45', port=8080, eventType=null}]
   2022-05-01 12:10:37 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish uri: [URIRegisterDTO{protocol='http://', appName='usercenter', contextPath='/user', rpcType='http', host='172.16.1.45', port=8080, eventType=null}]
   2022-05-01 12:10:37 [shenyu-disruptor-shenyu_disruptor_consumer_-4] INFO  org.apache.shenyu.admin.service.register.FallbackShenyuClientRegisterService - Register success: /resources,[URIRegisterDTO{protocol='http://', appName='resources', contextPath='/resources', rpcType='http', host='172.16.1.69', port=8080, eventType=null}]
   2022-05-01 12:10:37 INFO org.apache.shenyu.admin.service.register.FallbackShenyuClientRegisterService "trace_id":" - Register success: /resources,[URIRegisterDTO{protocol='http://', appName='resources', contextPath='/resources', rpcType='http', host='172.16.1.69', port=8080, eventType=null}]
   2022-05-01 12:10:37 [shenyu-disruptor-shenyu_disruptor_consumer_-3] INFO  org.apache.shenyu.admin.service.register.FallbackShenyuClientRegisterService - Register success: /http,[URIRegisterDTO{protocol='null', appName='null', contextPath='/http', rpcType='http', host='null', port=null, eventType=null}]
   2022-05-01 12:10:37 INFO org.apache.shenyu.admin.service.register.FallbackShenyuClientRegisterService "trace_id":" - Register success: /http,[URIRegisterDTO{protocol='null', appName='null', contextPath='/http', rpcType='http', host='null', port=null, eventType=null}]
   2022-05-01 12:10:37 [shenyu-disruptor-shenyu_disruptor_consumer_-4] INFO  org.apache.shenyu.admin.service.register.FallbackShenyuClientRegisterService - Register success: /user,[URIRegisterDTO{protocol='http://', appName='usercenter', contextPath='/user', rpcType='http', host='172.16.1.45', port=8080, eventType=null}]
   2022-05-01 12:10:37 INFO org.apache.shenyu.admin.service.register.FallbackShenyuClientRegisterService "trace_id":" - Register success: /user,[URIRegisterDTO{protocol='http://', appName='usercenter', contextPath='/user', rpcType='http', host='172.16.1.45', port=8080, eventType=null}]
   
   2022-05-01 12:11:03 INFO com.alibaba.nacos.common.remote.client "trace_id":" - [config-0-42f34e03-c4e9-480c-bc4b-c8090e3886fd]receive server push request,request=ConfigChangeNotifyRequest,requestId=1863
   2022-05-01 12:11:03 INFO com.alibaba.nacos.client.config.impl.ClientWorker "trace_id":" - [config-0-42f34e03-c4e9-480c-bc4b-c8090e3886fd] [server-push] config changed. dataId=shenyu.register.service.http.http, group=DEFAULT_GROUP,tenant=da6c0d34-6a02-4ef0-b5b2-1ca88735a3f7
   2022-05-01 12:11:03 INFO com.alibaba.nacos.common.remote.client "trace_id":" - [config-0-42f34e03-c4e9-480c-bc4b-c8090e3886fd]ack server push request,request=ConfigChangeNotifyRequest,requestId=1863
   2022-05-01 12:11:03 INFO com.alibaba.nacos.client.config.impl.CacheData "trace_id":" - [config_rpc_client] [notify-listener] time cost=0ms in ClientWorker, dataId=shenyu.register.service.http.http, group=DEFAULT_GROUP, md5=d21c932c64e7d3aed71ebb26b1e90af4, listener=org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository$1@54f389a3
   2022-05-01 12:11:03 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order/findById","pathDesc":"Find by id","rpcType":"http","ruleName":"/http/order/findById","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063122}
   2022-05-01 12:11:03 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063121}
   2022-05-01 12:11:03 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order/path/**","rpcType":"http","ruleName":"/http/order/path/**","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063123}
   2022-05-01 12:11:03 [nacos.client.cachedata.internal.notifier] INFO  org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order/findById","pathDesc":"Find by id","rpcType":"http","ruleName":"/http/order/findById","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063122}
   2022-05-01 12:11:03 [nacos.client.cachedata.internal.notifier] INFO  org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063121}
   2022-05-01 12:11:03 [nacos.client.cachedata.internal.notifier] INFO  org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order/path/**","rpcType":"http","ruleName":"/http/order/path/**","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063123}
   2022-05-01 12:11:03 INFO com.alibaba.nacos.client.config.impl.CacheData "trace_id":" - [config_rpc_client] [notify-ok] dataId=shenyu.register.service.http.http, group=DEFAULT_GROUP, md5=d21c932c64e7d3aed71ebb26b1e90af4, listener=org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository$1@54f389a3 ,cost=2 millis.
   2022-05-01 12:11:03 INFO com.alibaba.nacos.common.remote.client "trace_id":" - [config-0-42f34e03-c4e9-480c-bc4b-c8090e3886fd]receive server push request,request=ConfigChangeNotifyRequest,requestId=1864
   2022-05-01 12:11:03 INFO com.alibaba.nacos.client.config.impl.ClientWorker "trace_id":" - [config-0-42f34e03-c4e9-480c-bc4b-c8090e3886fd] [server-push] config changed. dataId=shenyu.register.service.http.http, group=DEFAULT_GROUP,tenant=da6c0d34-6a02-4ef0-b5b2-1ca88735a3f7
   2022-05-01 12:11:03 INFO com.alibaba.nacos.common.remote.client "trace_id":" - [config-0-42f34e03-c4e9-480c-bc4b-c8090e3886fd]ack server push request,request=ConfigChangeNotifyRequest,requestId=1864
   2022-05-01 12:11:03 INFO com.alibaba.nacos.common.remote.client "trace_id":" - [config-0-42f34e03-c4e9-480c-bc4b-c8090e3886fd]receive server push request,request=ConfigChangeNotifyRequest,requestId=1865
   2022-05-01 12:11:03 INFO com.alibaba.nacos.client.config.impl.ClientWorker "trace_id":" - [config-0-42f34e03-c4e9-480c-bc4b-c8090e3886fd] [server-push] config changed. dataId=shenyu.register.service.http.http, group=DEFAULT_GROUP,tenant=da6c0d34-6a02-4ef0-b5b2-1ca88735a3f7
   2022-05-01 12:11:03 INFO com.alibaba.nacos.common.remote.client "trace_id":" - [config-0-42f34e03-c4e9-480c-bc4b-c8090e3886fd]ack server push request,request=ConfigChangeNotifyRequest,requestId=1865
   2022-05-01 12:11:03 INFO com.alibaba.nacos.client.config.impl.ClientWorker "trace_id":" - [config_rpc_client] [data-received] dataId=shenyu.register.service.http.http, group=DEFAULT_GROUP, tenant=da6c0d34-6a02-4ef0-b5b2-1ca88735a3f7, md5=babd3c23e55619be7f69d24d0e356ed0, content=["{\"appName\":\"http\",\"contextPath\":\"/http\",\"path\":\"/http/order/findById\",\"pathDesc\":\"F..., type=text
   2022-05-01 12:11:03 INFO com.alibaba.nacos.client.config.impl.CacheData "trace_id":" - [config_rpc_client] [notify-listener] time cost=0ms in ClientWorker, dataId=shenyu.register.service.http.http, group=DEFAULT_GROUP, md5=babd3c23e55619be7f69d24d0e356ed0, listener=org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository$1@54f389a3
   2022-05-01 12:11:03 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order/findById","pathDesc":"Find by id","rpcType":"http","ruleName":"/http/order/findById","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063122}
   2022-05-01 12:11:03 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063121}
   2022-05-01 12:11:03 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order/path/**","rpcType":"http","ruleName":"/http/order/path/**","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063123}
   2022-05-01 12:11:03 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order/oauth2/test","rpcType":"http","ruleName":"/http/order/oauth2/test","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063123}
   2022-05-01 12:11:03 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order/path/**/name","rpcType":"http","ruleName":"/http/order/path/**/name","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063123}
   2022-05-01 12:11:03 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063124}
   2022-05-01 12:11:03 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order/save","pathDesc":"Save order","rpcType":"http","ruleName":"/http/order/save","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063124}
   2022-05-01 12:11:03 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063124}
   2022-05-01 12:11:03 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063124}
   2022-05-01 12:11:03 INFO com.alibaba.nacos.client.config.impl.CacheData "trace_id":" - [config_rpc_client] [notify-ok] dataId=shenyu.register.service.http.http, group=DEFAULT_GROUP, md5=babd3c23e55619be7f69d24d0e356ed0, listener=org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository$1@54f389a3 ,cost=1 millis.
   2022-05-01 12:11:03 [nacos.client.cachedata.internal.notifier] INFO  org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order/findById","pathDesc":"Find by id","rpcType":"http","ruleName":"/http/order/findById","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063122}
   2022-05-01 12:11:03 [nacos.client.cachedata.internal.notifier] INFO  org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063121}
   2022-05-01 12:11:03 [nacos.client.cachedata.internal.notifier] INFO  org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order/path/**","rpcType":"http","ruleName":"/http/order/path/**","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063123}
   2022-05-01 12:11:03 [nacos.client.cachedata.internal.notifier] INFO  org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order/oauth2/test","rpcType":"http","ruleName":"/http/order/oauth2/test","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063123}
   2022-05-01 12:11:03 [nacos.client.cachedata.internal.notifier] INFO  org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order/path/**/name","rpcType":"http","ruleName":"/http/order/path/**/name","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063123}
   2022-05-01 12:11:03 [nacos.client.cachedata.internal.notifier] INFO  org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063124}
   2022-05-01 12:11:03 [nacos.client.cachedata.internal.notifier] INFO  org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order/save","pathDesc":"Save order","rpcType":"http","ruleName":"/http/order/save","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063124}
   2022-05-01 12:11:03 [nacos.client.cachedata.internal.notifier] INFO  org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063124}
   2022-05-01 12:11:03 [nacos.client.cachedata.internal.notifier] INFO  org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063124}
   2022-05-01 12:11:03 INFO com.alibaba.nacos.common.remote.client "trace_id":" - [config-0-42f34e03-c4e9-480c-bc4b-c8090e3886fd]receive server push request,request=ConfigChangeNotifyRequest,requestId=1866
   2022-05-01 12:11:03 INFO com.alibaba.nacos.client.config.impl.ClientWorker "trace_id":" - [config-0-42f34e03-c4e9-480c-bc4b-c8090e3886fd] [server-push] config changed. dataId=shenyu.register.service.http.http, group=DEFAULT_GROUP,tenant=da6c0d34-6a02-4ef0-b5b2-1ca88735a3f7
   2022-05-01 12:11:03 INFO com.alibaba.nacos.common.remote.client "trace_id":" - [config-0-42f34e03-c4e9-480c-bc4b-c8090e3886fd]ack server push request,request=ConfigChangeNotifyRequest,requestId=1866
   2022-05-01 12:11:03 INFO com.alibaba.nacos.common.remote.client "trace_id":" - [config-0-42f34e03-c4e9-480c-bc4b-c8090e3886fd]receive server push request,request=ConfigChangeNotifyRequest,requestId=1867
   2022-05-01 12:11:03 INFO com.alibaba.nacos.client.config.impl.ClientWorker "trace_id":" - [config-0-42f34e03-c4e9-480c-bc4b-c8090e3886fd] [server-push] config changed. dataId=shenyu.register.service.http.http, group=DEFAULT_GROUP,tenant=da6c0d34-6a02-4ef0-b5b2-1ca88735a3f7
   2022-05-01 12:11:03 INFO com.alibaba.nacos.common.remote.client "trace_id":" - [config-0-42f34e03-c4e9-480c-bc4b-c8090e3886fd]ack server push request,request=ConfigChangeNotifyRequest,requestId=1867
   2022-05-01 12:11:03 INFO com.alibaba.nacos.client.config.impl.ClientWorker "trace_id":" - [config_rpc_client] [data-received] dataId=shenyu.register.service.http.http, group=DEFAULT_GROUP, tenant=da6c0d34-6a02-4ef0-b5b2-1ca88735a3f7, md5=6942707a153cbda6cced4ddcb6d7ff06, content=["{\"appName\":\"http\",\"contextPath\":\"/http\",\"path\":\"/http/order/findById\",\"pathDesc\":\"F..., type=text
   2022-05-01 12:11:03 INFO com.alibaba.nacos.client.config.impl.CacheData "trace_id":" - [config_rpc_client] [notify-listener] time cost=0ms in ClientWorker, dataId=shenyu.register.service.http.http, group=DEFAULT_GROUP, md5=6942707a153cbda6cced4ddcb6d7ff06, listener=org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository$1@54f389a3
   2022-05-01 12:11:03 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order/findById","pathDesc":"Find by id","rpcType":"http","ruleName":"/http/order/findById","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063122}
   2022-05-01 12:11:03 [nacos.client.cachedata.internal.notifier] INFO  org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order/findById","pathDesc":"Find by id","rpcType":"http","ruleName":"/http/order/findById","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063122}
   2022-05-01 12:11:03 [nacos.client.cachedata.internal.notifier] INFO  org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063121}
   2022-05-01 12:11:03 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063121}
   2022-05-01 12:11:03 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order/path/**","rpcType":"http","ruleName":"/http/order/path/**","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063123}
   2022-05-01 12:11:03 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order/oauth2/test","rpcType":"http","ruleName":"/http/order/oauth2/test","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063123}
   2022-05-01 12:11:03 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order/path/**/name","rpcType":"http","ruleName":"/http/order/path/**/name","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063123}
   2022-05-01 12:11:03 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063124}
   2022-05-01 12:11:03 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order/save","pathDesc":"Save order","rpcType":"http","ruleName":"/http/order/save","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063124}
   2022-05-01 12:11:03 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063124}
   2022-05-01 12:11:03 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063124}
   ......
   2022-05-01 12:11:03 [nacos.client.cachedata.internal.notifier] INFO  org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063126}
   2022-05-01 12:11:03 INFO com.alibaba.nacos.common.remote.client "trace_id":" - [config-0-42f34e03-c4e9-480c-bc4b-c8090e3886fd]receive server push request,request=ConfigChangeNotifyRequest,requestId=1868
   2022-05-01 12:11:03 INFO com.alibaba.nacos.client.config.impl.ClientWorker "trace_id":" - [config-0-42f34e03-c4e9-480c-bc4b-c8090e3886fd] [server-push] config changed. dataId=shenyu.register.service.http.http, group=DEFAULT_GROUP,tenant=da6c0d34-6a02-4ef0-b5b2-1ca88735a3f7
   2022-05-01 12:11:03 INFO com.alibaba.nacos.common.remote.client "trace_id":" - [config-0-42f34e03-c4e9-480c-bc4b-c8090e3886fd]ack server push request,request=ConfigChangeNotifyRequest,requestId=1868
   2022-05-01 12:11:04 INFO com.alibaba.nacos.common.remote.client "trace_id":" - [config-0-42f34e03-c4e9-480c-bc4b-c8090e3886fd]receive server push request,request=ConfigChangeNotifyRequest,requestId=1869
   2022-05-01 12:11:04 INFO com.alibaba.nacos.client.config.impl.ClientWorker "trace_id":" - [config-0-42f34e03-c4e9-480c-bc4b-c8090e3886fd] [server-push] config changed. dataId=shenyu.register.service.http.http, group=DEFAULT_GROUP,tenant=da6c0d34-6a02-4ef0-b5b2-1ca88735a3f7
   2022-05-01 12:11:04 INFO com.alibaba.nacos.common.remote.client "trace_id":" - [config-0-42f34e03-c4e9-480c-bc4b-c8090e3886fd]ack server push request,request=ConfigChangeNotifyRequest,requestId=1869
   2022-05-01 12:11:04 INFO com.alibaba.nacos.client.config.impl.ClientWorker "trace_id":" - [config_rpc_client] [data-received] dataId=shenyu.register.service.http.http, group=DEFAULT_GROUP, tenant=da6c0d34-6a02-4ef0-b5b2-1ca88735a3f7, md5=0a760705a9f618a8d4404c12f9baee74, content=["{\"appName\":\"http\",\"contextPath\":\"/http\",\"path\":\"/http/order/findById\",\"pathDesc\":\"F..., type=text
   2022-05-01 12:11:04 INFO com.alibaba.nacos.client.config.impl.CacheData "trace_id":" - [config_rpc_client] [notify-listener] time cost=0ms in ClientWorker, dataId=shenyu.register.service.http.http, group=DEFAULT_GROUP, md5=0a760705a9f618a8d4404c12f9baee74, listener=org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository$1@54f389a3
   2022-05-01 12:11:04 [nacos.client.cachedata.internal.notifier] INFO  org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order/findById","pathDesc":"Find by id","rpcType":"http","ruleName":"/http/order/findById","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063122}
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order/findById","pathDesc":"Find by id","rpcType":"http","ruleName":"/http/order/findById","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063122}
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063121}
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order/path/**","rpcType":"http","ruleName":"/http/order/path/**","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063123}
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order/oauth2/test","rpcType":"http","ruleName":"/http/order/oauth2/test","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063123}
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order/path/**/name","rpcType":"http","ruleName":"/http/order/path/**/name","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063123}
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063124}
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order/save","pathDesc":"Save order","rpcType":"http","ruleName":"/http/order/save","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063124}
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063124}
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063124}
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063124}
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063124}
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063124}
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063124}
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063124}
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063126}
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063126}
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063126}
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063124}
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/hello","pathDesc":"spring annotation register","rpcType":"http","ruleName":"/http/hello","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063132}
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/hi","pathDesc":"spring annotation register","rpcType":"http","ruleName":"/http/hi","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063132}
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/","pathDesc":"spring annotation register","rpcType":"http","ruleName":"/http/","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063133}
   2022-05-01 12:11:04 INFO com.alibaba.nacos.client.config.impl.CacheData "trace_id":" - [config_rpc_client] [notify-ok] dataId=shenyu.register.service.http.http, group=DEFAULT_GROUP, md5=0a760705a9f618a8d4404c12f9baee74, listener=org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository$1@54f389a3 ,cost=3 millis.
   2022-05-01 12:11:04 [nacos.client.cachedata.internal.notifier] INFO  org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063121}
   2022-05-01 12:11:04 [nacos.client.cachedata.internal.notifier] INFO  org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order/path/**","rpcType":"http","ruleName":"/http/order/path/**","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063123}
   2022-05-01 12:11:04 [nacos.client.cachedata.internal.notifier] INFO  org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order/oauth2/test","rpcType":"http","ruleName":"/http/order/oauth2/test","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063123}
   2022-05-01 12:11:04 [nacos.client.cachedata.internal.notifier] INFO  org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order/path/**/name","rpcType":"http","ruleName":"/http/order/path/**/name","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063123}
   2022-05-01 12:11:04 [nacos.client.cachedata.internal.notifier] INFO  org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063124}
   2022-05-01 12:11:04 [nacos.client.cachedata.internal.notifier] INFO  org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order/save","pathDesc":"Save order","rpcType":"http","ruleName":"/http/order/save","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063124}
   2022-05-01 12:11:04 [nacos.client.cachedata.internal.notifier] INFO  org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063124}
   2022-05-01 12:11:04 [nacos.client.cachedata.internal.notifier] INFO  org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063124}
   2022-05-01 12:11:04 [nacos.client.cachedata.internal.notifier] INFO  org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063124}
   2022-05-01 12:11:04 [nacos.client.cachedata.internal.notifier] INFO  org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063124}
   2022-05-01 12:11:04 [nacos.client.cachedata.internal.notifier] INFO  org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063124}
   2022-05-01 12:11:04 [nacos.client.cachedata.internal.notifier] INFO  org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063124}
   2022-05-01 12:11:04 [nacos.client.cachedata.internal.notifier] INFO  org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063124}
   2022-05-01 12:11:04 [nacos.client.cachedata.internal.notifier] INFO  org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063126}
   2022-05-01 12:11:04 [nacos.client.cachedata.internal.notifier] INFO  org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063126}
   2022-05-01 12:11:04 [nacos.client.cachedata.internal.notifier] INFO  org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063126}
   2022-05-01 12:11:04 [nacos.client.cachedata.internal.notifier] INFO  org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063124}
   2022-05-01 12:11:04 [nacos.client.cachedata.internal.notifier] INFO  org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/hello","pathDesc":"spring annotation register","rpcType":"http","ruleName":"/http/hello","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063132}
   2022-05-01 12:11:04 [nacos.client.cachedata.internal.notifier] INFO  org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/hi","pathDesc":"spring annotation register","rpcType":"http","ruleName":"/http/hi","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063132}
   2022-05-01 12:11:04 [nacos.client.cachedata.internal.notifier] INFO  org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/","pathDesc":"spring annotation register","rpcType":"http","ruleName":"/http/","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063133}
   2022-05-01 12:11:04 INFO com.alibaba.nacos.common.remote.client "trace_id":" - [config-0-42f34e03-c4e9-480c-bc4b-c8090e3886fd]receive server push request,request=ConfigChangeNotifyRequest,requestId=1870
   2022-05-01 12:11:04 INFO com.alibaba.nacos.client.config.impl.ClientWorker "trace_id":" - [config-0-42f34e03-c4e9-480c-bc4b-c8090e3886fd] [server-push] config changed. dataId=shenyu.register.service.http.http, group=DEFAULT_GROUP,tenant=da6c0d34-6a02-4ef0-b5b2-1ca88735a3f7
   2022-05-01 12:11:04 INFO com.alibaba.nacos.common.remote.client "trace_id":" - [config-0-42f34e03-c4e9-480c-bc4b-c8090e3886fd]ack server push request,request=ConfigChangeNotifyRequest,requestId=1870
   2022-05-01 12:11:04 INFO com.alibaba.nacos.common.remote.client "trace_id":" - [config-0-42f34e03-c4e9-480c-bc4b-c8090e3886fd]receive server push request,request=ConfigChangeNotifyRequest,requestId=1871
   2022-05-01 12:11:04 INFO com.alibaba.nacos.client.config.impl.ClientWorker "trace_id":" - [config-0-42f34e03-c4e9-480c-bc4b-c8090e3886fd] [server-push] config changed. dataId=shenyu.register.service.http.http, group=DEFAULT_GROUP,tenant=da6c0d34-6a02-4ef0-b5b2-1ca88735a3f7
   2022-05-01 12:11:04 INFO com.alibaba.nacos.common.remote.client "trace_id":" - [config-0-42f34e03-c4e9-480c-bc4b-c8090e3886fd]ack server push request,request=ConfigChangeNotifyRequest,requestId=1871
   2022-05-01 12:11:04 INFO com.alibaba.nacos.client.config.impl.ClientWorker "trace_id":" - [config_rpc_client] [data-received] dataId=shenyu.register.service.http.http, group=DEFAULT_GROUP, tenant=da6c0d34-6a02-4ef0-b5b2-1ca88735a3f7, md5=411c8405a3e97576921945fc3bde86c3, content=["{\"appName\":\"http\",\"contextPath\":\"/http\",\"path\":\"/http/order/findById\",\"pathDesc\":\"F..., type=text
   2022-05-01 12:11:04 INFO com.alibaba.nacos.client.config.impl.CacheData "trace_id":" - [config_rpc_client] [notify-listener] time cost=0ms in ClientWorker, dataId=shenyu.register.service.http.http, group=DEFAULT_GROUP, md5=411c8405a3e97576921945fc3bde86c3, listener=org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository$1@54f389a3
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order/findById","pathDesc":"Find by id","rpcType":"http","ruleName":"/http/order/findById","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063122}
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063121}
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order/path/**","rpcType":"http","ruleName":"/http/order/path/**","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063123}
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order/oauth2/test","rpcType":"http","ruleName":"/http/order/oauth2/test","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063123}
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order/path/**/name","rpcType":"http","ruleName":"/http/order/path/**/name","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063123}
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063124}
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order/save","pathDesc":"Save order","rpcType":"http","ruleName":"/http/order/save","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063124}
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063124}
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063124}
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063124}
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063124}
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063124}
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063124}
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063124}
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063126}
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063126}
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063126}
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063124}
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/hello","pathDesc":"spring annotation register","rpcType":"http","ruleName":"/http/hello","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063132}
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/hi","pathDesc":"spring annotation register","rpcType":"http","ruleName":"/http/hi","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063132}
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/","pathDesc":"spring annotation register","rpcType":"http","ruleName":"/http/","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063133}
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/","pathDesc":"spring annotation register","rpcType":"http","ruleName":"/http/","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063133}
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/","pathDesc":"spring annotation register","rpcType":"http","ruleName":"/http/","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063133}
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/","pathDesc":"spring annotation register","rpcType":"http","ruleName":"/http/","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063133}
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/post/hi","pathDesc":"spring annotation register","rpcType":"http","ruleName":"/http/post/hi","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063133}
   2022-05-01 12:11:04 INFO org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository "trace_id":" - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/","pathDesc":"spring annotation register","rpcType":"http","ruleName":"/http/","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063133}
   2022-05-01 12:11:04 INFO com.alibaba.nacos.client.config.impl.CacheData "trace_id":" - [config_rpc_client] [notify-ok] dataId=shenyu.register.service.http.http, group=DEFAULT_GROUP, md5=411c8405a3e97576921945fc3bde86c3, listener=org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository$1@54f389a3 ,cost=4 millis.
   2022-05-01 12:11:04 [nacos.client.cachedata.internal.notifier] INFO  org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order/findById","pathDesc":"Find by id","rpcType":"http","ruleName":"/http/order/findById","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063122}
   2022-05-01 12:11:04 [nacos.client.cachedata.internal.notifier] INFO  org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063121}
   2022-05-01 12:11:04 [nacos.client.cachedata.internal.notifier] INFO  org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order/path/**","rpcType":"http","ruleName":"/http/order/path/**","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063123}
   2022-05-01 12:11:04 [nacos.client.cachedata.internal.notifier] INFO  org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order/oauth2/test","rpcType":"http","ruleName":"/http/order/oauth2/test","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063123}
   2022-05-01 12:11:04 [nacos.client.cachedata.internal.notifier] INFO  org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order/path/**/name","rpcType":"http","ruleName":"/http/order/path/**/name","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063123}
   2022-05-01 12:11:04 [nacos.client.cachedata.internal.notifier] INFO  org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order","rpcType":"http","ruleName":"/http/order","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063124}
   2022-05-01 12:11:04 [nacos.client.cachedata.internal.notifier] INFO  org.apache.shenyu.register.server.nacos.NacosServerRegisterRepository - publish metadata: {"appName":"http","contextPath":"/http","path":"/http/order/save","pathDesc":"Save order","rpcType":"http","ruleName":"/http/order/save","enabled":true,"pluginNames":[],"registerMetaData":false,"timeMillis":1651407063124}
   ......
   
   ### Anything else?
   
   _No response_


-- 
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@shenyu.apache.org.apache.org

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


[GitHub] [incubator-shenyu] skyever commented on issue #3369: [BUG] shenyu admin did not update upstream host to gateway when upstream restarted using nacos

Posted by GitBox <gi...@apache.org>.
skyever commented on issue #3369:
URL: https://github.com/apache/incubator-shenyu/issues/3369#issuecomment-1138066175

     Is the upstreamCheckService only supported with "http" register type? I use nacos as the shenyu register center.
   
   > It can be automatically eliminated after a period of time. Please check `org.apache.shenyu.admin.service.impl.UpstreamCheckService#scheduled`
   
   


-- 
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@shenyu.apache.org

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


[GitHub] [incubator-shenyu] dragon-zhang commented on issue #3369: [BUG] shenyu admin did not update upstream host to gateway when upstream restarted using nacos

Posted by GitBox <gi...@apache.org>.
dragon-zhang commented on issue #3369:
URL: https://github.com/apache/incubator-shenyu/issues/3369#issuecomment-1121105181

   It can be automatically eliminated after a period of time. Please check `org.apache.shenyu.admin.service.impl.UpstreamCheckService#scheduled`


-- 
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@shenyu.apache.org

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


[GitHub] [shenyu] yu199195 closed issue #3369: [BUG] shenyu admin did not update upstream host to gateway when upstream restarted using nacos

Posted by "yu199195 (via GitHub)" <gi...@apache.org>.
yu199195 closed issue #3369: [BUG] shenyu admin did not update upstream host to gateway when upstream restarted using nacos
URL: https://github.com/apache/shenyu/issues/3369


-- 
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@shenyu.apache.org

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


[GitHub] [incubator-shenyu] eightroad commented on issue #3369: [BUG] shenyu admin did not update upstream host to gateway when upstream restarted using nacos

Posted by GitBox <gi...@apache.org>.
eightroad commented on issue #3369:
URL: https://github.com/apache/incubator-shenyu/issues/3369#issuecomment-1177328400

   > Is the upstreamCheckService only supported with "http" register type? I use nacos as the shenyu register center.
   > 
   > > It can be automatically eliminated after a period of time. Please check `org.apache.shenyu.admin.service.impl.UpstreamCheckService#scheduled`
   
   from the code ,it seems only support http . Mabey someone implement nacos heardbeat can solve this problem
   ![image](https://user-images.githubusercontent.com/11894570/177744301-b477f46d-ac24-4a28-bc48-c2b77149e40d.png)
   


-- 
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@shenyu.apache.org

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