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 2022/04/16 03:10:02 UTC

[GitHub] [dubbo] rottenmu opened a new issue, #9930: 关于dubbo3.0.6应用级注册发现问题,若消费者配置 dubbo.application.service-discovery.migration=APPLICATION_FORCE ,且服务端配置 dubbo.application.register-mode=instance 会出现 No provider

rottenmu opened a new issue, #9930:
URL: https://github.com/apache/dubbo/issues/9930

   <!-- If you need to report a security issue please visit https://github.com/apache/dubbo/security/policy -->
   server.port=17722
   spring.application.name=dubbo3-service-provider
   dubbo.application.name=dubbo3-service-provider
   dubbo.registry.parameters.namespace=ns-38n9xvnd
   dubbo.registry.address=nacos://ip:8848
   dubbo.protocol.name=dubbo
   dubbo.protocol.port=-1
   dubbo.metadata-report.sync.report=true
   dubbo.application.register-mode=all
   dubbo.application.logger=slf4j
   
   
   server.port=17723
   spring.application.name=dubbo3-service-pconsumer
   dubbo.application.name=dubbo3-service-consumer
   dubbo.registry.parameters.namespace=ns-38n9xvnd
   dubbo.registry.address=nacos://ip:8848
   dubbo.protocol.name=dubbo
   dubbo.protocol.port=-1
   dubbo.application.register-mode=instance
   dubbo.application.service-discovery.migration=APPLICATION_FIRST
   dubbo.application.logger=slf4j
   dubbo.application.enable-file-cache=false
   - [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
   
   ## Ask your question here
   


-- 
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.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] AlbumenJ commented on issue #9930: 关于dubbo3.0.6应用级注册发现问题,若消费者配置 dubbo.application.service-discovery.migration=APPLICATION_FORCE ,且服务端配置 dubbo.application.register-mode=instance 会出现 No provider

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

   检查下是不是元数据中心有问题,强制走应用级找不到地址的需要考虑是否为应用级地址注册/获取失败或者元数据注册/获取失败。


-- 
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] rottenmu closed issue #9930: 关于dubbo3.0.6应用级注册发现问题,若消费者配置 dubbo.application.service-discovery.migration=APPLICATION_FORCE ,且服务端配置 dubbo.application.register-mode=instance 会出现 No provider

Posted by GitBox <gi...@apache.org>.
rottenmu closed issue #9930: 关于dubbo3.0.6应用级注册发现问题,若消费者配置 dubbo.application.service-discovery.migration=APPLICATION_FORCE ,且服务端配置  dubbo.application.register-mode=instance   会出现  No provider
URL: https://github.com/apache/dubbo/issues/9930


-- 
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] rottenmu commented on issue #9930: 关于dubbo3.0.6应用级注册发现问题,若消费者配置 dubbo.application.service-discovery.migration=APPLICATION_FORCE ,且服务端配置 dubbo.application.register-mode=instance 会出现 No provider

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

   是要加上这些配置吗  
   dubbo.config-center.address=nacos://ip:8848
   dubbo.metadata-report.address=nacos://ip:8848


-- 
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


Re: [I] 关于dubbo3.0.6应用级注册发现问题,若消费者配置 dubbo.application.service-discovery.migration=APPLICATION_FORCE ,且服务端配置 dubbo.application.register-mode=instance 会出现 No provider [dubbo]

Posted by "iwangjie (via GitHub)" <gi...@apache.org>.
iwangjie commented on issue #9930:
URL: https://github.com/apache/dubbo/issues/9930#issuecomment-2003017730

   
   > 是要加上这些配置吗 dubbo.config-center.address=nacos://ip:8848 dubbo.metadata-report.address=nacos://ip:8848
   
   请问是吗?


-- 
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