You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "tb8367085 (via GitHub)" <gi...@apache.org> on 2023/04/26 09:57:49 UTC

[GitHub] [dubbo] tb8367085 opened a new issue, #12198: Dubbo version: 3.2.0 使用分组聚合,group配置* , 注册nacos报错,NacosException:dataId invalid

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

   <!-- If you need to report a security issue please visit https://github.com/apache/dubbo/security/policy -->
   
   - [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
   
   ### Environment
   
   * Dubbo version: 3.2.0
   * Operating System version: windows11
   * Java version: 17/19 都报错
   
   ### Steps to reproduce this issue
   
   1. 只要使用group配置*必报错,必现的,因为*是nacos的节点关键字*和,等服务都会报错。
   
   
   Pls. provide [GitHub address] to reproduce this issue.
   
   ### Expected Behavior
   
   <!-- What do you expect from the above steps?-->
   
   ### Actual Behavior
   
   <!-- What actually happens? -->
   
   If there is an exception, please attach the exception trace:
   ![Uploading image.png…]()
   
   ```
   Just put your stack trace 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


Re: [I] Dubbo version: 3.2.0 使用分组聚合,group配置* , 注册nacos报错,NacosException:dataId invalid [dubbo]

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

   > > > 这个问题解决了吗
   > > 
   > > 
   > > Dubbo support wildcard group now.
   > 
   > 但是现在我使用 dubbo 最新稳定版本 以及 nacos的最新稳定版本 还是会报这个问题 使用 group 配置* 分组聚合 一直报这个错
   
   Which version


-- 
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] AlbumenJ commented on issue #12198: Dubbo version: 3.2.0 使用分组聚合,group配置* , 注册nacos报错,NacosException:dataId invalid

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

   > > 是不是跟你的Nacos版本有关?我之前遇到过,nacos1.x不支持*,升级到nacos 2.x就可以了
   > 
   > 我也是nacos2.2.2,都是最新版本的。你是用的分组聚合调用吗?@DubboReference(group = "*", merger = "true")
   
   试了下,应该是订阅规则的时候报错的,影响的是治理的规则,对于服务调用本身没有影响的


-- 
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] Dubbo version: 3.2.0 使用分组聚合,group配置* , 注册nacos报错,NacosException:dataId invalid [dubbo]

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

   这个问题解决了吗


-- 
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] goto456 commented on issue #12198: Dubbo version: 3.2.0 使用分组聚合,group配置* , 注册nacos报错,NacosException:dataId invalid

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

   是不是跟你的Nacos版本有关?我之前遇到过,nacos1.x不支持*,升级到nacos 2.x就可以了


-- 
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] Dubbo version: 3.2.0 使用分组聚合,group配置* , 注册nacos报错,NacosException:dataId invalid [dubbo]

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

   > > > > 这个问题解决了吗
   > > > 
   > > > 
   > > > Dubbo support wildcard group now.
   > > 
   > > 
   > > 但是现在我使用 dubbo 最新稳定版本 以及 nacos的最新稳定版本 还是会报这个问题 使用 group 配置* 分组聚合 一直报这个错
   > 
   > Which version
   
   dubbo 3.2.10     nacos  2.3.0    
   
   另外  我还想问一下    分组聚合时  如果自己即使消费方也是提供方   也是无法使用分组聚合的  这个怎么解决


-- 
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] AlbumenJ commented on issue #12198: Dubbo version: 3.2.0 使用分组聚合,group配置* , 注册nacos报错,NacosException:dataId invalid

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

   注册中心地址配的 group * 还是 ServiceConfig 还是 ReferenceConfig


-- 
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] Dubbo version: 3.2.0 使用分组聚合,group配置* , 注册nacos报错,NacosException:dataId invalid [dubbo]

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

   > > > > > > 这个问题解决了吗
   > > > > > 
   > > > > > 
   > > > > > Dubbo support wildcard group now.
   > > > > 
   > > > > 
   > > > > 但是现在我使用 dubbo 最新稳定版本 以及 nacos的最新稳定版本 还是会报这个问题 使用 group 配置* 分组聚合 一直报这个错
   > > > 
   > > > 
   > > > Which version
   > > 
   > > 
   > > dubbo 3.2.10 nacos 2.3.0
   > > 另外 我还想问一下 分组聚合时 如果自己即使消费方也是提供方 也是无法使用分组聚合的 这个怎么解决
   > 
   > Can you please submit a demo?
   
   https://github.com/alibaba/nacos/issues/5466


-- 
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] tb8367085 commented on issue #12198: Dubbo version: 3.2.0 使用分组聚合,group配置* , 注册nacos报错,NacosException:dataId invalid

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

   
   ReferenceConfig配置成* 或者,   @AlbumenJ 
   @DubboReference(group = "*", merger = "true")
   这样配置的,我用了xml或者泛化,都报错。


-- 
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] tb8367085 commented on issue #12198: Dubbo version: 3.2.0 使用分组聚合,group配置* , 注册nacos报错,NacosException:dataId invalid

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

   > 是不是跟你的Nacos版本有关?我之前遇到过,nacos1.x不支持*,升级到nacos 2.x就可以了
   
   我也是nacos2.2.2,都是最新版本的。你是用的分组聚合调用吗?@DubboReference(group = "*", merger = "true")


-- 
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] Dubbo version: 3.2.0 使用分组聚合,group配置* , 注册nacos报错,NacosException:dataId invalid [dubbo]

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

   > > > > > 这个问题解决了吗
   > > > > 
   > > > > 
   > > > > Dubbo support wildcard group now.
   > > > 
   > > > 
   > > > 但是现在我使用 dubbo 最新稳定版本 以及 nacos的最新稳定版本 还是会报这个问题 使用 group 配置* 分组聚合 一直报这个错
   > > 
   > > 
   > > Which version
   > 
   > dubbo 3.2.10 nacos 2.3.0
   > 
   > 另外 我还想问一下 分组聚合时 如果自己即使消费方也是提供方 也是无法使用分组聚合的 这个怎么解决
   
   Can you please submit a demo?


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