You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "code4wt (GitHub)" <gi...@apache.org> on 2018/11/08 03:33:30 UTC

[GitHub] [incubator-dubbo] code4wt commented on issue #2754: [DUBBO-2757]: Fix the bug that ReferenceBean refers service more than once when debugging.

Hi @zonghaishang. 我觉得你的方法可以解决二次引用服务的问题。但是这个只能规避问题,但是无法完全解决问题。原因如下:
1. 大部分开发者会使用 IDEA 的默认配置,这个问题仍然会出现(这个问题再 Eclipse 下也可以复现)
2. 这个本身是个小问题,但是却会引起让人诧异的问题,问题的根源是 Dubbo 打印的不该打印的信息。我们不能告诉框架使用者说,请设置xxx规避这个问题。
3.就如 @carryxyh  所说的,object=xxx 是无意义信息,不应该打印出来

所以,综上所述,我觉得应该修复一下这个问题,而不是规避。

[ Full content available at: https://github.com/apache/incubator-dubbo/pull/2754 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org