[GitHub] [dubbo] tswstarplanet commented on issue #4842: [求助]spring boot 启动失败

2019-08-15 Thread GitHub
memory leak happens, can you provid the entire exception stacktrace, and a demo project to reproduce the problem ? [ Full content available at: https://github.com/apache/dubbo/issues/4842 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org

[GitHub] [dubbo] mercyblitz closed pull request #4846: [Feature] Enhance the Event-Publishing feature to original ServiceDiscovery

2019-08-15 Thread GitHub
[ pull request closed by mercyblitz ] [ Full content available at: https://github.com/apache/dubbo/pull/4846 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org - To unsubscribe, e-mail:

[GitHub] [dubbo] mercyblitz opened issue #4845: [Feature] Enhance the Event-Publish feature to original ServiceDiscovery

2019-08-15 Thread GitHub
[ Full content available at: https://github.com/apache/dubbo/issues/4845 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org - To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org

[GitHub] [dubbo] carryxyh commented on issue #4041: Revisit: Is it necessary for provider to continue to send response to consumer after timeout?

2019-08-15 Thread GitHub
In our rpc, we use another way to circumvent the problem of different server timestamps. The time is recorded when the runnable(in dubbo, means `ChannelEventRunnable`) is initialized: `time1`, and the time is recorded when the runable is executed: `time2`. `time2 - time1` indicates the amount

[GitHub] [dubbo] lixiaojiee closed pull request #4834: Simplify code with Lambda

2019-08-15 Thread GitHub
[ pull request closed by lixiaojiee ] [ Full content available at: https://github.com/apache/dubbo/pull/4834 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org - To unsubscribe, e-mail:

[GitHub] [dubbo] beiwei30 closed pull request #4841: Add unit tests for Apache-dubbo

2019-08-15 Thread GitHub
[ pull request closed by beiwei30 ] [ Full content available at: https://github.com/apache/dubbo/pull/4841 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org - To unsubscribe, e-mail:

[GitHub] [dubbo] lixiaojiee closed issue #4772: spirng context中存在匿名bean时,dubbo初始化抛npe

2019-08-15 Thread GitHub
[ issue closed by lixiaojiee ] [ Full content available at: https://github.com/apache/dubbo/issues/4772 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org - To unsubscribe, e-mail:

[GitHub] [dubbo] fengjianjun1 commented on issue #4835: Caused by: java.net.UnknownHostException: ${dubbo.registry.address.id} dubbo的xml占位符解析失败 dubbo从2.6.2升级到2.7.3出现

2019-08-15 Thread GitHub
> 可以考虑先在这里配个环境变量试试 > ![index](https://user-images.githubusercontent.com/20021404/63089479-96542600-bf8a-11e9-96e8-edd9ae371873.png) ![image](https://user-images.githubusercontent.com/16314792/63137835-59c80f00-c00a-11e9-801f-3b1074ee310c.png) 并没有生效 [ Full content available at:

[GitHub] [dubbo] xiaolei-fu opened issue #4842: [求助]spring boot 启动失败

2019-08-15 Thread GitHub
- [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. - [ ] I have checked the [FAQ](https://github.com/apache/dubbo/blob/master/FAQ.md) of this repository and believe that this is not a duplicate. ###

[GitHub] [dubbo-spring-boot-project] codecov-io commented on issue #579: fix placeholder resolve error when use both xml and annotation config

2019-08-15 Thread GitHub
# [Codecov](https://codecov.io/gh/apache/dubbo-spring-boot-project/pull/579?src=pr=h1) Report > :exclamation: No coverage uploaded for pull request base (`master@28e73a8`). > [Click here to learn what that > means](https://docs.codecov.io/docs/error-reference#section-missing-base-commit). >

[GitHub] [dubbo-spring-boot-project] codecov-io commented on issue #579: fix placeholder resolve error when use both xml and annotation config

2019-08-15 Thread GitHub
# [Codecov](https://codecov.io/gh/apache/dubbo-spring-boot-project/pull/579?src=pr=h1) Report > :exclamation: No coverage uploaded for pull request base (`master@28e73a8`). > [Click here to learn what that > means](https://docs.codecov.io/docs/error-reference#section-missing-base-commit). >

[GitHub] [dubbo] hengyoush opened pull request #4840: add zkCli timeout support

2019-08-15 Thread GitHub
CuratorZookeeperClient.java ZkclientZookeeperClient.java 增加zk timeout配置 [ Full content available at: https://github.com/apache/dubbo/pull/4840 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org

[GitHub] [dubbo] codecov-io commented on issue #4839: [fix 4838] 优化CuratorZookeeperClient中isConnected逻辑判断

2019-08-15 Thread GitHub
# [Codecov](https://codecov.io/gh/apache/dubbo/pull/4839?src=pr=h1) Report > Merging [#4839](https://codecov.io/gh/apache/dubbo/pull/4839?src=pr=desc) > into > [master](https://codecov.io/gh/apache/dubbo/commit/042327c2275e4be714c69c75be767a079a58968f?src=pr=desc) > will **increase** coverage

[GitHub] [dubbo] hengyoush opened pull request #4839: [fix 4838] 优化CuratorZookeeperClient中isConnected逻辑判断

2019-08-15 Thread GitHub
fix issue #4838 [ Full content available at: https://github.com/apache/dubbo/pull/4839 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org - To unsubscribe, e-mail:

[GitHub] [dubbo] tswstarplanet commented on issue #4835: Caused by: java.net.UnknownHostException: ${dubbo.registry.address.id} dubbo的xml占位符解析失败 dubbo从2.6.2升级到2.7.3出现

2019-08-15 Thread GitHub
> > 这个问题我在dubbo-spring-boot-project里提了个pr > > 我看到了这个pr 不过这个pr审核没通过么?说明2.7.3目前确实存在这个问题是么? ci passed [ Full content available at: https://github.com/apache/dubbo/issues/4835 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org

[GitHub] [dubbo] complone commented on issue #4206: Optimize the logic in org.apache.dubbo.common.URL#getEncodedServiceKey()

2019-08-15 Thread GitHub
> 目前的实施`org.apache.dubbo.common.URL#getEncodedServiceKey()` 并不优雅。 > > ```java > public String getEncodedServiceKey(){ > String serviceKey = this 。getServiceKey(); > serviceKey = serviceKey 。replaceFirst(“ / ”,“ * ”); > return serviceKey; > } > ``` > >

[GitHub] [dubbo] tswstarplanet commented on issue #4837: My 2.6.x

2019-08-15 Thread GitHub
I will close it. [ Full content available at: https://github.com/apache/dubbo/pull/4837 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org - To unsubscribe, e-mail:

[GitHub] [dubbo] tswstarplanet closed pull request #4837: My 2.6.x

2019-08-15 Thread GitHub
[ pull request closed by tswstarplanet ] [ Full content available at: https://github.com/apache/dubbo/pull/4837 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org - To unsubscribe, e-mail:

[GitHub] [dubbo] tswstarplanet commented on issue #4837: My 2.6.x

2019-08-15 Thread GitHub
What's the purpose of the pr ? I doubt you have made a mistaken operation ? Do you factly want to merge official 2.6.x to your own 2.6.x ? [ Full content available at: https://github.com/apache/dubbo/pull/4837 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org

[GitHub] [dubbo] complone commented on issue #4644: dubbo2.7.3 @Method 注解设置重试无效

2019-08-15 Thread GitHub
I saw that the default retry 2 times here, Should I remove the extra 1 time? ![problem](https://user-images.githubusercontent.com/20021404/63092155-60676f80-bf93-11e9-956c-04ec8711b8e1.png) [ Full content available at: https://github.com/apache/dubbo/issues/4644 ] This message was relayed via

[GitHub] [dubbo-website] lovepoem commented on issue #351: Add Dubbo ecosystem page

2019-08-15 Thread GitHub
Completed in https://github.com/apache/dubbo-website/pull/446 [ Full content available at: https://github.com/apache/dubbo-website/issues/351 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org

[GitHub] [dubbo] MtBoss commented on issue #258: dubbo服务端有返回对象,客户端接收到null的问题【紧急】

2019-08-15 Thread GitHub
您好,您说 “是上层客户端异步传染引起的,导致此问题迷惑的原因,是因为上层有多种方式调用” 多种方式 是指什么方式嘛,比如A 发MQ B 消费 B中调了dubbo接口 然后出现了null嘛 。 [ Full content available at: https://github.com/apache/dubbo/issues/258 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org

[GitHub] [dubbo] complone commented on issue #4835: Caused by: java.net.UnknownHostException: ${dubbo.registry.address.id} dubbo的xml占位符解析失败 dubbo从2.6.2升级到2.7.3出现

2019-08-15 Thread GitHub
可以考虑先在这里配个环境变量试试 ![index](https://user-images.githubusercontent.com/20021404/63089479-96542600-bf8a-11e9-96e8-edd9ae371873.png) [ Full content available at: https://github.com/apache/dubbo/issues/4835 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org

[GitHub] [dubbo] complone commented on issue #4835: Caused by: java.net.UnknownHostException: ${dubbo.registry.address.id} dubbo的xml占位符解析失败 dubbo从2.6.2升级到2.7.3出现

2019-08-15 Thread GitHub
可以考虑现在这里配个环境变量试试 ![index](https://user-images.githubusercontent.com/20021404/63089479-96542600-bf8a-11e9-96e8-edd9ae371873.png) [ Full content available at: https://github.com/apache/dubbo/issues/4835 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org

[GitHub] [dubbo] tswstarplanet commented on issue #4836: Waiting server-side response timeout.

2019-08-15 Thread GitHub
你可以试一下,在服务端打个断点,然后调用,不要管它,就会报这个异常 [ Full content available at: https://github.com/apache/dubbo/issues/4836 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org - To unsubscribe, e-mail:

[GitHub] [dubbo-spring-boot-project] JsonSong89 commented on issue #544: springboot整合dubbo 0.2.0,其中使用了占位符不生效问题 ${}

2019-08-15 Thread GitHub
发现还有其他问题 然后我回滚到2.6.7又有问题, 我老老实实滚回2.6.5 惹不起,我还是等2.8出来了再升2.7吧 [ Full content available at: https://github.com/apache/dubbo-spring-boot-project/issues/544 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org

[GitHub] [dubbo] fengjianjun1 commented on issue #4835: Caused by: java.net.UnknownHostException: ${dubbo.registry.address.id} dubbo的xml占位符解析失败 dubbo从2.6.2升级到2.7.3出现

2019-08-15 Thread GitHub
> 这个问题我在dubbo-spring-boot-project里提了个pr 我看到了这个pr 不过这个pr审核没通过么?说明2.7.3目前确实存在这个问题是么? [ Full content available at: https://github.com/apache/dubbo/issues/4835 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org

[GitHub] [dubbo] JsonSong89 commented on issue #4835: Caused by: java.net.UnknownHostException: ${dubbo.registry.address.id} dubbo的xml占位符解析失败 dubbo从2.6.2升级到2.7.3出现

2019-08-15 Thread GitHub
同样发现这个问题了 现在有解决方案吗? [ Full content available at: https://github.com/apache/dubbo/issues/4835 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org - To unsubscribe, e-mail:

[GitHub] [dubbo] sin-ning closed issue #4570: RegistryProtocol.DestroyableExporter 格式优化

2019-08-15 Thread GitHub
[ issue closed by sin-ning ] [ Full content available at: https://github.com/apache/dubbo/issues/4570 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org - To unsubscribe, e-mail:

[GitHub] [dubbo] ManderLS commented on issue #4836: Waiting server-side response timeout.

2019-08-15 Thread GitHub
> 你确定服务端及时返回了吗? 这个与返回无关呢 我provider 配置的那个方法的超时时间是35S consumer 没有读取到这个配置 故采用的是默认的1S 超时时间。 我如果在provider @Service(timeout = 3) 这么配置接口级别的 就不报错 [ Full content available at: https://github.com/apache/dubbo/issues/4836 ] This message was relayed via gitbox.apache.org for

[GitHub] [dubbo-js] wushanchao closed issue #128: 如果dubbo注册中心下掉全部服务,几分钟后又重新上架服务。请问如何重连上zk。

2019-08-15 Thread GitHub
[ issue closed by wushanchao ] [ Full content available at: https://github.com/apache/dubbo-js/issues/128 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org - To unsubscribe, e-mail:

[GitHub] [dubbo-js] wushanchao opened a new issue #131: 动态重置dubbo运行

2019-08-15 Thread GitBox
wushanchao opened a new issue #131: 动态重置dubbo运行 URL: https://github.com/apache/dubbo-js/issues/131 **Describe the bug** 项目运行过程中,会注册中心突然变地址,或者dubbo服务down掉,重连不上服务。 现在的做法是,通过重启项目来重新初始化dubbo-js配置,来解决问题。 希望dubbo-js能提供一个重置运行的接口,使得无需重启项目就能重置dubbo-js运行。

[GitHub] [dubbo-js] wushanchao closed issue #128: 如果dubbo注册中心下掉全部服务,几分钟后又重新上架服务。请问如何重连上zk。

2019-08-15 Thread GitBox
wushanchao closed issue #128: 如果dubbo注册中心下掉全部服务,几分钟后又重新上架服务。请问如何重连上zk。 URL: https://github.com/apache/dubbo-js/issues/128 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [dubbo] tswstarplanet commented on issue #4836: Waiting server-side response timeout.

2019-08-15 Thread GitHub
你确定服务端及时返回了吗? [ Full content available at: https://github.com/apache/dubbo/issues/4836 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org - To unsubscribe, e-mail:

[GitHub] [dubbo] codecov-io commented on issue #4834: Simplify code with Lambda

2019-08-15 Thread GitHub
# [Codecov](https://codecov.io/gh/apache/dubbo/pull/4834?src=pr=h1) Report > Merging [#4834](https://codecov.io/gh/apache/dubbo/pull/4834?src=pr=desc) > into > [master](https://codecov.io/gh/apache/dubbo/commit/042327c2275e4be714c69c75be767a079a58968f?src=pr=desc) > will **increase** coverage

[GitHub] [dubbo] freekry opened pull request #4834: Simplify code with Lambda

2019-08-15 Thread GitHub
Simplify code with Lambda [ Full content available at: https://github.com/apache/dubbo/pull/4834 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org - To unsubscribe, e-mail:

[GitHub] [dubbo] kathetina opened issue #4833: [Finalizer] WARN org.apache.dubbo.config.ReferenceConfig$1 (ReferenceConfig.java:182) - [DUBBO] ReferenceConfig(null) is not DESTROYED when FINALIZE,

2019-08-15 Thread GitHub
* Dubbo version: 2.7.2 * Java version: 1.8 Code: public static T getBeanByGroup(Class bean, String group) throws RuntimeException { T service = null; try { // 引用远程服务 ReferenceConfig reference = new ReferenceConfig();

[GitHub] [dubbo] codecov-io commented on issue #4832: [Dubbo-4765] fix demo dependencies

2019-08-15 Thread GitHub
# [Codecov](https://codecov.io/gh/apache/dubbo/pull/4832?src=pr=h1) Report > Merging [#4832](https://codecov.io/gh/apache/dubbo/pull/4832?src=pr=desc) > into > [master](https://codecov.io/gh/apache/dubbo/commit/042327c2275e4be714c69c75be767a079a58968f?src=pr=desc) > will **increase** coverage

[GitHub] [dubbo-admin] kbp1234 commented on issue #342: 如何配置dubbo.configcenter

2019-08-15 Thread GitHub
> 刚开始学习dubbo,有些不太明白。请问怎么配置dubbo.configcenter,才能看到元数据呢? > 我在[这里](https://github.com/apache/incubator-dubbo-admin/wiki/Dubbo-Admin%E9%85%8D%E7%BD%AE%E8%AF%B4%E6%98%8E)看到说明 > > `dubbo.configcenter > 推荐使用,配置中心地址,比如dubbo.configcenter="zookeeper://127.0.0.1:2181" > 需要在配置中心中,配置注册中心和元数据中心地址配置格式如下:

[GitHub] [dubbo] qixiaobo commented on issue #4828: dubbo zookeeper registry too slow

2019-08-15 Thread GitHub
tail -n 1 zookeeper.out |grep NodeExists|wc -l 9732 We can see almost 97% NodeExistsException [ Full content available at: https://github.com/apache/dubbo/issues/4828 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org

[GitHub] [dubbo] qixiaobo commented on issue #4828: dubbo zookeeper registry too slow

2019-08-15 Thread GitHub
2019-08-15 14:17:54,187 [myid:] - INFO [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@653] - Got user-level KeeperException when processing sessionid:0x1004228f12d5154 type:create cxid:0x495 zxid:0x7c8c87 txntype:-1 reqpath:n/a Error Path:/f6-test/XXX/providers Error:KeeperErrorCode =