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 2021/08/02 06:23:52 UTC

[GitHub] [dubbo] startjava opened a new issue #8393: dubbo3.0.1中的check有bug?

startjava opened a new issue #8393:
URL: https://github.com/apache/dubbo/issues/8393


   dubbo:
     reference:
       check: true
       com.ghy.www.api.IService1.check: false
   
   根据文档中的描述:dubbo.reference.check是强制改值,,但实际测出的结果并不是这样,启动tomcat后并没有报错,,,,控制台中日志中显示的是check=false,,,也就是值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


[GitHub] [dubbo] startjava removed a comment on issue #8393: dubbo3.0.1中的check有bug?

Posted by GitBox <gi...@apache.org>.
startjava removed a comment on issue #8393:
URL: https://github.com/apache/dubbo/issues/8393#issuecomment-890766432


   百度找了网址:
   https://blog.csdn.net/gudejundd/article/details/113886547
   说没有dubbo.reference.check这种写法,里面必须要有接口全路径,
   那么官网:
   https://dubbo.apache.org/zh/docs/advanced/preflight-check/
   中的:
   通过 dubbo.properties
   dubbo.reference.com.foo.BarService.check=false
   dubbo.reference.check=false
   dubbo.consumer.check=false
   dubbo.registry.check=false
   
   为什么还要dubbo.reference.check=false这么写呢?
   到底有没有dubbo.reference.check=false这种写法呢?
   
   


-- 
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] startjava commented on issue #8393: dubbo3.0.1中的check有bug?

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


   百度找了网址:
   https://blog.csdn.net/gudejundd/article/details/113886547
   说没有dubbo.reference.check这种写法,里面必须要有接口全路径,
   那么官网:
   https://dubbo.apache.org/zh/docs/advanced/preflight-check/
   中的:
   通过 dubbo.properties
   dubbo.reference.com.foo.BarService.check=false
   dubbo.reference.check=false
   dubbo.consumer.check=false
   dubbo.registry.check=false
   
   为什么还要dubbo.reference.check=false这么写呢?
   到底有没有dubbo.reference.check=false这种写法呢?
   
   


-- 
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] startjava closed issue #8393: dubbo3.0.1中的check有bug?

Posted by GitBox <gi...@apache.org>.
startjava closed issue #8393:
URL: https://github.com/apache/dubbo/issues/8393


   


-- 
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] startjava commented on issue #8393: dubbo3.0.1中的check有bug?

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


   百度找了网址:
   https://blog.csdn.net/gudejundd/article/details/113886547
   说没有dubbo.reference.check这种写法,里面必须要有接口全路径,
   那么官网:
   https://dubbo.apache.org/zh/docs/advanced/preflight-check/
   中的:
   通过 dubbo.properties
   dubbo.reference.com.foo.BarService.check=false
   dubbo.reference.check=false
   dubbo.consumer.check=false
   dubbo.registry.check=false
   
   为什么还要dubbo.reference.check=false这么写呢?
   到底有没有dubbo.reference.check=false这种写法呢?
   
   


-- 
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] caohenghui commented on issue #8393: dubbo3.0.1中的check有bug?

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


   不是有BUG.是BUG有点多.官方文档还说能直接从2.7.8直接升级到3.0呢.结果各种水土不服.自定义Filter失效..check失效等等..各种报错.无奈;弃之,遂换old 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] caohenghui removed a comment on issue #8393: dubbo3.0.1中的check有bug?

Posted by GitBox <gi...@apache.org>.
caohenghui removed a comment on issue #8393:
URL: https://github.com/apache/dubbo/issues/8393#issuecomment-890823096


   不是有BUG.是BUG有点多.官方文档还说能直接从2.7.8直接升级到3.0呢.结果各种水土不服.自定义Filter失效..check失效等等..各种报错.无奈;弃之,遂换old 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] caohenghui commented on issue #8393: dubbo3.0.1中的check有bug?

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


   不是有BUG.是BUG有点多.官方文档还说能直接从2.7.8直接升级到3.0呢.结果各种水土不服.自定义Filter失效..check失效等等..各种报错.无奈;弃之,遂换old 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] kylixs edited a comment on issue #8393: dubbo3.0.1中的check有bug?

Posted by GitBox <gi...@apache.org>.
kylixs edited a comment on issue #8393:
URL: https://github.com/apache/dubbo/issues/8393#issuecomment-890882548


   > 为什么还要dubbo.reference.check=false这么写呢?
   > 到底有没有dubbo.reference.check=false这种写法呢?
   
   感谢报告错误,https://dubbo.apache.org/zh/docs/advanced/preflight-check/ 此文档已经修正。
   Dubbo 3中目前不支持`dubbo.reference.check`,类似的`dubbo.reference.xxx` 和`dubbo.service.xxx` 这种写法都不支持,需要指定接口名称。
   请参考配置文档: https://dubbo.apache.org/zh/docs/references/configuration/overview/
   
   貌似Dubbo 2.7 中也是不支持`dubbo.reference.check`,因为历史原因,这种配置具体实现逻辑很难考究,如果可以请提交一个支持这种配置的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


[GitHub] [dubbo] kylixs commented on issue #8393: dubbo3.0.1中的check有bug?

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


   > 为什么还要dubbo.reference.check=false这么写呢?
   > 到底有没有dubbo.reference.check=false这种写法呢?
   
   Dubbo 3中目前不支持`dubbo.reference.check`,类似的`dubbo.reference.xxx` 和`dubbo.service.xxx` 这种写法都不支持,需要指定接口名称。
   请参考配置文档: https://dubbo.apache.org/zh/docs/references/configuration/overview/
   
   貌似Dubbo 2.7 中也是不支持`dubbo.reference.check`,因为历史原因,这种配置具体实现逻辑很难考究,如果可以请提交一个支持这种配置的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


[GitHub] [dubbo] kylixs edited a comment on issue #8393: dubbo3.0.1中的check有bug?

Posted by GitBox <gi...@apache.org>.
kylixs edited a comment on issue #8393:
URL: https://github.com/apache/dubbo/issues/8393#issuecomment-890884778


   > 不是有BUG.是BUG有点多.官方文档还说能直接从2.7.8直接升级到3.0呢.结果各种水土不服.自定义Filter失效..check失效等等..各种报错.无奈;弃之,遂换old version
   
   Dubbo的发展离不开社区共同的努力,Dubbo 3目前刚发版不久,下一阶段重心是提升稳定性,同时也会整理一系列升级兼容性问题的文档。如果发现什么问题,欢迎及时提交issue,同时请附带详细的信息,最好包含可以重现问题的demo,减少我们分析重现issue的时间,加快处理速度。


-- 
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] kylixs edited a comment on issue #8393: dubbo3.0.1中的check有bug?

Posted by GitBox <gi...@apache.org>.
kylixs edited a comment on issue #8393:
URL: https://github.com/apache/dubbo/issues/8393#issuecomment-890884778


   > 不是有BUG.是BUG有点多.官方文档还说能直接从2.7.8直接升级到3.0呢.结果各种水土不服.自定义Filter失效..check失效等等..各种报错.无奈;弃之,遂换old version
   
   Dubbo的发展离不开社区共同的努力,Dubbo 3目前刚发版不久,下一阶段重心是提升稳定性。如果发现什么问题,欢迎及时提交issue,同时请附带详细的信息,最好包含可以重现问题的demo,减少我们分析重现issue的时间,加快处理速度。


-- 
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] kylixs commented on issue #8393: dubbo3.0.1中的check有bug?

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


   > 不是有BUG.是BUG有点多.官方文档还说能直接从2.7.8直接升级到3.0呢.结果各种水土不服.自定义Filter失效..check失效等等..各种报错.无奈;弃之,遂换old version
   
   Dubbo的发展离不开社区共同的努力,Dubbo 3目前刚发版不久,下一阶段重心是提升稳定性。如果发现什么问题,欢迎及时提交issue,同时请附带详细的信息,最好包含可以提供重现的demo,减少我们分析重现issue的时间,加快处理速度。


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