[GitHub] ralf0131 opened a new issue #11: dubbo.apache.org does not reflect the latest code

2018-05-15 Thread GitBox
ralf0131 opened a new issue #11: dubbo.apache.org does not reflect the latest code URL: https://github.com/apache/incubator-dubbo-website/issues/11 When push the latest code to asf-site branch, dubbo.apache.org does not reflect the latest code. For example: We have changed

[GitHub] codecov-io commented on issue #1801: support generic invoke for http protocol #1768

2018-05-15 Thread GitBox
codecov-io commented on issue #1801: support generic invoke for http protocol #1768 URL: https://github.com/apache/incubator-dubbo/pull/1801#issuecomment-389065493 # [Codecov](https://codecov.io/gh/apache/incubator-dubbo/pull/1801?src=pr=h1) Report > Merging

[GitHub] diecui1202 commented on issue #1799: 泛化调用返回结果解析不正

2018-05-15 Thread GitBox
diecui1202 commented on issue #1799: 泛化调用返回结果解析不正 URL: https://github.com/apache/incubator-dubbo/issues/1799#issuecomment-389065577 Please use `gson.toJson()` for the result of generic invocation. This is an automated

[GitHub] mahaixue opened a new issue #1800: 泛化调用-zookeeper实例化失败之后 没有重新实例化

2018-05-15 Thread GitBox
mahaixue opened a new issue #1800: 泛化调用-zookeeper实例化失败之后 没有重新实例化 URL: https://github.com/apache/incubator-dubbo/issues/1800 泛化调用通过zookeeper调用。第一次调用的ZK不存在(实例失败),再换一个存在的ZK调用,没有重新实例导致调用不成功 This is an automated message from the

[GitHub] nzomkxia opened a new pull request #29: add DubboX doc #27

2018-05-15 Thread GitBox
nzomkxia opened a new pull request #29: add DubboX doc #27 URL: https://github.com/apache/incubator-dubbo-docs/pull/29 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] ralf0131 commented on issue #11: dubbo.apache.org does not reflect the latest code

2018-05-15 Thread GitBox
ralf0131 commented on issue #11: dubbo.apache.org does not reflect the latest code URL: https://github.com/apache/incubator-dubbo-website/issues/11#issuecomment-389056422 Filed an Infra ticket to track it: https://issues.apache.org/jira/browse/INFRA-16529

[GitHub] mahaixue opened a new issue #1799: 泛化调用返回结果解析不正

2018-05-15 Thread GitBox
mahaixue opened a new issue #1799: 泛化调用返回结果解析不正 URL: https://github.com/apache/incubator-dubbo/issues/1799 参照图1调用接口,返回格式正确,参照返回结果格式说明 通过泛化调用返回结果:[{class=org.json.JSONObject}, {class=org.json.JSONObject}, {class=org.json.JSONObject}] 由于dubbo测试现在做了个平台通过泛化调用来获取,这个BUG导致结果无法展示,求优先处理

[GitHub] beiwei30 closed pull request #29: add DubboX doc #27

2018-05-15 Thread GitBox
beiwei30 closed pull request #29: add DubboX doc #27 URL: https://github.com/apache/incubator-dubbo-docs/pull/29 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request

[GitHub] lovepoem opened a new issue #1682: Enhance the test coverage part-4 : dubbo-common/src/main/java/com/alibaba/dubbo/common/status(store|threadpoolutils) modules

2018-05-15 Thread GitBox
lovepoem opened a new issue #1682: Enhance the test coverage part-4 : dubbo-common/src/main/java/com/alibaba/dubbo/common/status(store|threadpoolutils) modules URL: https://github.com/apache/incubator-dubbo/issues/1682 Add unit test,modules:

[GitHub] beiwei30 opened a new pull request #1802: Thread pool unit test

2018-05-15 Thread GitBox
beiwei30 opened a new pull request #1802: Thread pool unit test URL: https://github.com/apache/incubator-dubbo/pull/1802 ## What is the purpose of the change unit test for package com.alibaba.dubbo.common.threadpool ## Brief changelog ## Verifying this change

[GitHub] codecov-io commented on issue #1802: Thread pool unit test

2018-05-15 Thread GitBox
codecov-io commented on issue #1802: Thread pool unit test URL: https://github.com/apache/incubator-dubbo/pull/1802#issuecomment-389067591 # [Codecov](https://codecov.io/gh/apache/incubator-dubbo/pull/1802?src=pr=h1) Report > Merging

[GitHub] ralf0131 commented on issue #27: Enable rest and serialization documentation

2018-05-15 Thread GitBox
ralf0131 commented on issue #27: Enable rest and serialization documentation URL: https://github.com/apache/incubator-dubbo-docs/issues/27#issuecomment-389105705 Hi, I have added a `trunk/content/ip-clearance/dubbo-dubbox.xml` and update `trunk/content/ip-clearance/index.xml`

[GitHub] beiwei30 opened a new pull request #1804: issue#1682: Enhance the test coverage part-4 : dubbo-common/src/main/java/com/alibaba/dubbo/common/status(store|threadpoolutils) modules

2018-05-15 Thread GitBox
beiwei30 opened a new pull request #1804: issue#1682: Enhance the test coverage part-4 : dubbo-common/src/main/java/com/alibaba/dubbo/common/status(store|threadpoolutils) modules URL: https://github.com/apache/incubator-dubbo/pull/1804 ## What is the purpose of the change

[GitHub] ralf0131 commented on issue #1735: 采用zookeeper集群配置,把所有zookeeper都停掉以后为什么还能调用服务

2018-05-15 Thread GitBox
ralf0131 commented on issue #1735: 采用zookeeper集群配置,把所有zookeeper都停掉以后为什么还能调用服务 URL: https://github.com/apache/incubator-dubbo/issues/1735#issuecomment-389110978 Thanks @feelwing1314 for the explanation. This is an automated

[GitHub] ralf0131 closed issue #118: 消费者端能支持node吗?

2018-05-15 Thread GitBox
ralf0131 closed issue #118: 消费者端能支持node吗? URL: https://github.com/apache/incubator-dubbo/issues/118 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL

[GitHub] ralf0131 commented on issue #118: 消费者端能支持node吗?

2018-05-15 Thread GitBox
ralf0131 commented on issue #118: 消费者端能支持node吗? URL: https://github.com/apache/incubator-dubbo/issues/118#issuecomment-389124408 Please check this awesome project: https://github.com/dubbo/dubbo2.js This is an automated

[GitHub] EdwardLee03 commented on issue #1742: Dubbo2..6.1报线程池已满错误

2018-05-15 Thread GitBox
EdwardLee03 commented on issue #1742: Dubbo2..6.1报线程池已满错误 URL: https://github.com/apache/incubator-dubbo/issues/1742#issuecomment-386869156 @qq282485068 服务器地址就别贴出来了(Server side(xxx.xxx.xxx.xxx,20888) ),建议改一下 This is an

[GitHub] EdwardLee03 commented on issue #1742: Dubbo2..6.1报线程池已满错误

2018-05-15 Thread GitBox
EdwardLee03 commented on issue #1742: Dubbo2..6.1报线程池已满错误 URL: https://github.com/apache/incubator-dubbo/issues/1742#issuecomment-386869156 @qq282485068 服务器地址就别贴出来了(Server side(xxx.xxx.xxx.xxx,20888) ),建议改一下 This is an

[GitHub] ralf0131 closed issue #32: dubbo不支持json序列化

2018-05-15 Thread GitBox
ralf0131 closed issue #32: dubbo不支持json序列化 URL: https://github.com/apache/incubator-dubbo/issues/32 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL

[GitHub] ralf0131 commented on issue #32: dubbo不支持json序列化

2018-05-15 Thread GitBox
ralf0131 commented on issue #32: dubbo不支持json序列化 URL: https://github.com/apache/incubator-dubbo/issues/32#issuecomment-389122450 Dubbo now supports fastjson, please give it a try. This is an automated message from the Apache

[GitHub] zhaojigang commented on issue #1798: 自己改了源码,dubbo的代码里有对降级方式配置throw Exceptiond的支持。为何不对外开放呢

2018-05-15 Thread GitBox
zhaojigang commented on issue #1798: 自己改了源码,dubbo的代码里有对降级方式配置throw Exceptiond的支持。为何不对外开放呢 URL: https://github.com/apache/incubator-dubbo/issues/1798#issuecomment-389162513 开放的呀,只是文档没写而已。我自己总结了一下:http://www.cnblogs.com/java-zhao/p/8320519.html,你可以看一下,没必要改源码

[GitHub] codecov-io commented on issue #1803: Fix bug in InternalThreadLocal and provides unit test

2018-05-15 Thread GitBox
codecov-io commented on issue #1803: Fix bug in InternalThreadLocal and provides unit test URL: https://github.com/apache/incubator-dubbo/pull/1803#issuecomment-389107807 # [Codecov](https://codecov.io/gh/apache/incubator-dubbo/pull/1803?src=pr=h1) Report > Merging

[GitHub] ralf0131 commented on issue #1734: why dependency 'commons-lang3' is provided scope?

2018-05-15 Thread GitBox
ralf0131 commented on issue #1734: why dependency 'commons-lang3' is provided scope? URL: https://github.com/apache/incubator-dubbo/issues/1734#issuecomment-389111804 Where did you get the provided scope? In dependencies-bom/pom.xml: ```xml

[GitHub] ralf0131 closed issue #1594: Does Dubbo currently support PHP?

2018-05-15 Thread GitBox
ralf0131 closed issue #1594: Does Dubbo currently support PHP? URL: https://github.com/apache/incubator-dubbo/issues/1594 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] ralf0131 closed issue #1609: incomplete: Fix hessian2 serialized short, byte is converted to int bug (#1232)

2018-05-15 Thread GitBox
ralf0131 closed issue #1609: incomplete: Fix hessian2 serialized short, byte is converted to int bug (#1232) URL: https://github.com/apache/incubator-dubbo/issues/1609 This is an automated message from the Apache Git

[GitHub] ralf0131 closed issue #1656: [Release] Sync 2.6.2-SNAPSHOT to master branch

2018-05-15 Thread GitBox
ralf0131 closed issue #1656: [Release] Sync 2.6.2-SNAPSHOT to master branch URL: https://github.com/apache/incubator-dubbo/issues/1656 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] ralf0131 commented on issue #1656: [Release] Sync 2.6.2-SNAPSHOT to master branch

2018-05-15 Thread GitBox
ralf0131 commented on issue #1656: [Release] Sync 2.6.2-SNAPSHOT to master branch URL: https://github.com/apache/incubator-dubbo/issues/1656#issuecomment-389113364 Done. This is an automated message from the Apache Git

[GitHub] ralf0131 commented on issue #1660: dubbo2.5.11 in your incubator-dubbo-spring-boot-project-0.2.0 miss

2018-05-15 Thread GitBox
ralf0131 commented on issue #1660: dubbo2.5.11 in your incubator-dubbo-spring-boot-project-0.2.0 miss URL: https://github.com/apache/incubator-dubbo/issues/1660#issuecomment-389113198 Please try the latest version 2.6.1, if you still have the problem, please re-open this issue.

[GitHub] ralf0131 closed issue #1660: dubbo2.5.11 in your incubator-dubbo-spring-boot-project-0.2.0 miss

2018-05-15 Thread GitBox
ralf0131 closed issue #1660: dubbo2.5.11 in your incubator-dubbo-spring-boot-project-0.2.0 miss URL: https://github.com/apache/incubator-dubbo/issues/1660 This is an automated message from the Apache Git Service. To

[GitHub] ralf0131 commented on issue #60: 有几个pom少依赖

2018-05-15 Thread GitBox
ralf0131 commented on issue #60: 有几个pom少依赖 URL: https://github.com/apache/incubator-dubbo/issues/60#issuecomment-389123400 This is a legacy issue, which should be fixed. This is an automated message from the Apache Git

[GitHub] ralf0131 closed issue #60: 有几个pom少依赖

2018-05-15 Thread GitBox
ralf0131 closed issue #60: 有几个pom少依赖 URL: https://github.com/apache/incubator-dubbo/issues/60 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to

[GitHub] ralf0131 closed issue #72: dubbo-rpc-thrift 少了 commons-lang 的pom依赖

2018-05-15 Thread GitBox
ralf0131 closed issue #72: dubbo-rpc-thrift 少了 commons-lang 的pom依赖 URL: https://github.com/apache/incubator-dubbo/issues/72 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] ralf0131 commented on issue #11: dubbo.apache.org does not reflect the latest code

2018-05-15 Thread GitBox
ralf0131 commented on issue #11: dubbo.apache.org does not reflect the latest code URL: https://github.com/apache/incubator-dubbo-website/issues/11#issuecomment-389103983 It has been fixed by manual sync via selfserve. This

[GitHub] ralf0131 commented on issue #1752: Why is the implementation-version in Dubbo 2.5.10 is 2.0.1?

2018-05-15 Thread GitBox
ralf0131 commented on issue #1752: Why is the implementation-version in Dubbo 2.5.10 is 2.0.1? URL: https://github.com/apache/incubator-dubbo/issues/1752#issuecomment-389109898 duplicated to #1524 #1466 This is an

[GitHub] ralf0131 closed issue #1723: dubbo demo start failure

2018-05-15 Thread GitBox
ralf0131 closed issue #1723: dubbo demo start failure URL: https://github.com/apache/incubator-dubbo/issues/1723 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and

[GitHub] ralf0131 commented on issue #1625: typo in architecture graph

2018-05-15 Thread GitBox
ralf0131 commented on issue #1625: typo in architecture graph URL: https://github.com/apache/incubator-dubbo/issues/1625#issuecomment-389117360 This issue has been tracked in https://github.com/apache/incubator-dubbo-docs/issues/24

[GitHub] ralf0131 commented on issue #72: dubbo-rpc-thrift 少了 commons-lang 的pom依赖

2018-05-15 Thread GitBox
ralf0131 commented on issue #72: dubbo-rpc-thrift 少了 commons-lang 的pom依赖 URL: https://github.com/apache/incubator-dubbo/issues/72#issuecomment-389123724 It should be fixed. This is an automated message from the Apache Git

[GitHub] ralf0131 commented on issue #1753: 升级到2.6.1版本后,是默认使用curator连接吗?

2018-05-15 Thread GitBox
ralf0131 commented on issue #1753: 升级到2.6.1版本后,是默认使用curator连接吗? URL: https://github.com/apache/incubator-dubbo/issues/1753#issuecomment-389110563 Are you still getting this error? This is an automated message from the Apache

[GitHub] ralf0131 commented on issue #1638: [Codecov configuration] PR failing if test coverage went down

2018-05-15 Thread GitBox
ralf0131 commented on issue #1638: [Codecov configuration] PR failing if test coverage went down URL: https://github.com/apache/incubator-dubbo/issues/1638#issuecomment-389113588 Done. This is an automated message from the

[GitHub] ralf0131 commented on issue #1447: NettyHelper in netty extension populated Logger "InternalLogger" in netty.

2018-05-15 Thread GitBox
ralf0131 commented on issue #1447: NettyHelper in netty extension populated Logger "InternalLogger" in netty. URL: https://github.com/apache/incubator-dubbo/issues/1447#issuecomment-389121798 @beiwei30 Can this issue be closed?

[GitHub] wuwen5 commented on issue #118: 消费者端能支持node吗?

2018-05-15 Thread GitBox
wuwen5 commented on issue #118: 消费者端能支持node吗? URL: https://github.com/apache/incubator-dubbo/issues/118#issuecomment-94113064 jsonrpc https://github.com/apache/incubator-dubbo-rpc-jsonrpc node-client https://github.com/QianmiOpen/dubbo-node-client python-client

[GitHub] EdwardLee03 commented on issue #1742: Dubbo2..6.1报线程池已满错误

2018-05-15 Thread GitBox
EdwardLee03 commented on issue #1742: Dubbo2..6.1报线程池已满错误 URL: https://github.com/apache/incubator-dubbo/issues/1742#issuecomment-389154679 @liangyuanpeng @lingfengsan 好尴尬,已删除评论,thx This is an automated message from the

[GitHub] ralf0131 closed issue #1752: Why is the implementation-version in Dubbo 2.5.10 is 2.0.1?

2018-05-15 Thread GitBox
ralf0131 closed issue #1752: Why is the implementation-version in Dubbo 2.5.10 is 2.0.1? URL: https://github.com/apache/incubator-dubbo/issues/1752 This is an automated message from the Apache Git Service. To respond to the

[GitHub] ralf0131 commented on issue #1492: 2.5.7 之后,dubbo增加了qos-server,然后打印日志出来的版本号是 2.0.1

2018-05-15 Thread GitBox
ralf0131 commented on issue #1492: 2.5.7 之后,dubbo增加了qos-server,然后打印日志出来的版本号是 2.0.1 URL: https://github.com/apache/incubator-dubbo/issues/1492#issuecomment-389121211 Can you check whether it is duplicate of #1524 ? This is

[GitHub] beiwei30 opened a new pull request #1805: make unit test stable

2018-05-15 Thread GitBox
beiwei30 opened a new pull request #1805: make unit test stable URL: https://github.com/apache/incubator-dubbo/pull/1805 ## What is the purpose of the change make thread-pool unit test stable ## Brief changelog ## Verifying this change Follow this checklist to

[GitHub] beiwei30 closed pull request #1805: make unit test stable

2018-05-15 Thread GitBox
beiwei30 closed pull request #1805: make unit test stable URL: https://github.com/apache/incubator-dubbo/pull/1805 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request

[GitHub] ralf0131 commented on issue #1624: [Design bug] unreasonable design for register dubbo service

2018-05-15 Thread GitBox
ralf0131 commented on issue #1624: [Design bug] unreasonable design for register dubbo service URL: https://github.com/apache/incubator-dubbo/issues/1624#issuecomment-389118087 Hello, it looks like you have already fix this issue, would you mind send a pull request?

[GitHub] ralf0131 closed issue #123: linux 运行dubbo-provider-assembly 脚本启动出错

2018-05-15 Thread GitBox
ralf0131 closed issue #123: linux 运行dubbo-provider-assembly 脚本启动出错 URL: https://github.com/apache/incubator-dubbo/issues/123 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] ralf0131 commented on issue #123: linux 运行dubbo-provider-assembly 脚本启动出错

2018-05-15 Thread GitBox
ralf0131 commented on issue #123: linux 运行dubbo-provider-assembly 脚本启动出错 URL: https://github.com/apache/incubator-dubbo/issues/123#issuecomment-389124696 Please check your machine's physical memory. This is an automated

[GitHub] beiwei30 closed pull request #1804: issue#1682: Enhance the test coverage part-4 : dubbo-common/src/main/java/com/alibaba/dubbo/common/status(store|threadpoolutils) modules

2018-05-15 Thread GitBox
beiwei30 closed pull request #1804: issue#1682: Enhance the test coverage part-4 : dubbo-common/src/main/java/com/alibaba/dubbo/common/status(store|threadpoolutils) modules URL: https://github.com/apache/incubator-dubbo/pull/1804 This is a PR merged from a forked repository. As GitHub

[GitHub] EdwardLee03 commented on issue #1742: Dubbo2..6.1报线程池已满错误

2018-05-15 Thread GitBox
EdwardLee03 commented on issue #1742: Dubbo2..6.1报线程池已满错误 URL: https://github.com/apache/incubator-dubbo/issues/1742#issuecomment-386869200 @qq282485068 线程池满了,正常行为哦。看看服务提供方是否需要扩容,还是提供者处理慢引起 This is an automated message from

[GitHub] carryxyh opened a new pull request #1803: Fix bug in InternalThreadLocal and provides unit test

2018-05-15 Thread GitBox
carryxyh opened a new pull request #1803: Fix bug in InternalThreadLocal and provides unit test URL: https://github.com/apache/incubator-dubbo/pull/1803 - Fix bug in InternalThreadLocal which cause a execption in method removeAll - Provide unit test for InternalThreadLocal

[GitHub] codecov-io commented on issue #1801: support generic invoke for http protocol #1768

2018-05-15 Thread GitBox
codecov-io commented on issue #1801: support generic invoke for http protocol #1768 URL: https://github.com/apache/incubator-dubbo/pull/1801#issuecomment-389065493 # [Codecov](https://codecov.io/gh/apache/incubator-dubbo/pull/1801?src=pr=h1) Report > Merging

[GitHub] ralf0131 commented on issue #119: 请问提供方与消费方与注册中的问题

2018-05-15 Thread GitBox
ralf0131 commented on issue #119: 请问提供方与消费方与注册中的问题 URL: https://github.com/apache/incubator-dubbo/issues/119#issuecomment-389394658 Yes, you can choose single registry, or you can choose multiple registries. It is up to you to decide.

[GitHub] ralf0131 commented on issue #135: dubbo-admin 如何配置zk集群呢?

2018-05-15 Thread GitBox
ralf0131 commented on issue #135: dubbo-admin 如何配置zk集群呢? URL: https://github.com/apache/incubator-dubbo/issues/135#issuecomment-389395280 It looks like it is a user configuration error. This is an automated message from the

[GitHub] ralf0131 commented on issue #132: dubbo admin 用resin启动的问题

2018-05-15 Thread GitBox
ralf0131 commented on issue #132: dubbo admin 用resin启动的问题 URL: https://github.com/apache/incubator-dubbo/issues/132#issuecomment-389395161 Please attach the full stack trace. This is an automated message from the Apache Git

[GitHub] ralf0131 closed issue #135: dubbo-admin 如何配置zk集群呢?

2018-05-15 Thread GitBox
ralf0131 closed issue #135: dubbo-admin 如何配置zk集群呢? URL: https://github.com/apache/incubator-dubbo/issues/135 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use

[GitHub] ralf0131 commented on issue #134: 支持memcached的示例能否提供一个?

2018-05-15 Thread GitBox
ralf0131 commented on issue #134: 支持memcached的示例能否提供一个? URL: https://github.com/apache/incubator-dubbo/issues/134#issuecomment-389395422 Please check the documentation: http://dubbo.apache.org/books/dubbo-user-book/references/protocol/memcached.html

[GitHub] ralf0131 closed issue #176: Provider 服务异常.

2018-05-15 Thread GitBox
ralf0131 closed issue #176: Provider 服务异常. URL: https://github.com/apache/incubator-dubbo/issues/176 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL

[GitHub] ralf0131 closed issue #222: dubbo-admin java8

2018-05-15 Thread GitBox
ralf0131 closed issue #222: dubbo-admin java8 URL: https://github.com/apache/incubator-dubbo/issues/222 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the

[GitHub] ralf0131 commented on issue #222: dubbo-admin java8

2018-05-15 Thread GitBox
ralf0131 commented on issue #222: dubbo-admin java8 URL: https://github.com/apache/incubator-dubbo/issues/222#issuecomment-389396465 The latest dubbo-admin supports Java 8, but does not support Java 9, because webx does not support Java 9.

[GitHub] ralf0131 closed issue #220: 在使用dubbo-RMI提供服务给外部访问,同时应用依赖了common-collections,需要注意!

2018-05-15 Thread GitBox
ralf0131 closed issue #220: 在使用dubbo-RMI提供服务给外部访问,同时应用依赖了common-collections,需要注意! URL: https://github.com/apache/incubator-dubbo/issues/220 This is an automated message from the Apache Git Service. To respond to the