You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "beiwei30 (GitHub)" <gi...@apache.org> on 2018/11/28 07:48:36 UTC

[GitHub] [incubator-dubbo] beiwei30 opened issue #2842: SPI entires dup by 3 times.

Recently, a user commit a issue[1] about that the dubbo.internal's files
has repeated content like this:

```
netty=com.alibaba.dubbo.remoting.transport.netty.NettyTransporter
netty4=com.alibaba.dubbo.remoting.transport.netty4.NettyTransporter
mina=com.alibaba.dubbo.remoting.transport.mina.MinaTransporter
grizzly=com.alibaba.dubbo.remoting.transport.grizzly.GrizzlyTransporter

netty=com.alibaba.dubbo.remoting.transport.netty.NettyTransporter
netty4=com.alibaba.dubbo.remoting.transport.netty4.NettyTransporter
mina=com.alibaba.dubbo.remoting.transport.mina.MinaTransporter
grizzly=com.alibaba.dubbo.remoting.transport.grizzly.GrizzlyTransporter

netty=com.alibaba.dubbo.remoting.transport.netty.NettyTransporter
netty4=com.alibaba.dubbo.remoting.transport.netty4.NettyTransporter
mina=com.alibaba.dubbo.remoting.transport.mina.MinaTransporter
grizzly=com.alibaba.dubbo.remoting.transport.grizzly.GrizzlyTransporter
```

Looks like the entries are dup by 3 times, see details from #2828 

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


[GitHub] [incubator-dubbo] beiwei30 commented on issue #2842: SPI entires dup by 3 times.

Posted by "beiwei30 (GitHub)" <gi...@apache.org>.
I cannot reproduce it either on 2.6.5

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


[GitHub] [incubator-dubbo] mercyblitz commented on issue #2842: SPI entires dup by 3 times.

Posted by "mercyblitz (GitHub)" <gi...@apache.org>.
It's present in the binary and source jar files of 2.6.5.

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


[GitHub] [incubator-dubbo] chickenlj commented on issue #2842: SPI entires dup by 3 times.

Posted by "chickenlj (GitHub)" <gi...@apache.org>.
I also tried locally, but cannot reproduce.
1. clone `dubbo-2.6.4` tag
2. run `mvn clean install -DskipTests`

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


[GitHub] [incubator-dubbo] carryxyh closed issue #2842: SPI entires dup by 3 times.

Posted by "carryxyh (GitHub)" <gi...@apache.org>.
[ issue closed by carryxyh ]

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


[GitHub] [incubator-dubbo] carryxyh commented on issue #2842: SPI entires dup by 3 times.

Posted by "carryxyh (GitHub)" <gi...@apache.org>.
Hi, @beiwei30 
I can't reproduce this on my mac.
I use this command: mvn clean install -Prelease -Dmaven.test.skip=true (before this, I have remove the maven-gpg-plugin).

After doing install, the spi file in dubbo-all/target/ looks nice...                                                                                                                                                                                       


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