[GitHub] yjx1045072812 opened a new issue #1769: 我自己实现了一个Container,如何在使用com.alibaba.dubbo.container.Main启动应用的时候传递参数进来?

2018-05-09 Thread GitBox
yjx1045072812 opened a new issue #1769: 我自己实现了一个Container,如何在使用com.alibaba.dubbo.container.Main启动应用的时候传递参数进来? URL: https://github.com/apache/incubator-dubbo/issues/1769 我自己实现了一个Container,在里面引导启动了我的程序。现在我想借助在java -jar 启动时传递额外参数到MyContainer以覆盖内部参数的效果

[GitHub] ningyu1 opened a new issue #1768: When the RPC protocol is HTTP, use GenericService.$invoke call error.

2018-05-09 Thread GitBox
ningyu1 opened a new issue #1768: When the RPC protocol is HTTP, use GenericService.$invoke call error. URL: https://github.com/apache/incubator-dubbo/issues/1768 ## dubbo version dubbo-2.6.1 ## provider service ``` public interface MyClassService {

[GitHub] jimwarewj commented on issue #1767: 启动 dubbo-admin时报错

2018-05-09 Thread GitBox
jimwarewj commented on issue #1767: 启动 dubbo-admin时报错 URL: https://github.com/apache/incubator-dubbo/issues/1767#issuecomment-387946139 解决 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] jimwarewj closed issue #1767: 启动 dubbo-admin时报错

2018-05-09 Thread GitBox
jimwarewj closed issue #1767: 启动 dubbo-admin时报错 URL: https://github.com/apache/incubator-dubbo/issues/1767 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the

[GitHub] jimwarewj opened a new issue #1767: 启动 dubbo-admin时报错

2018-05-09 Thread GitBox
jimwarewj opened a new issue #1767: 启动 dubbo-admin时报错 URL: https://github.com/apache/incubator-dubbo/issues/1767 什么原因呢? ERROR dubbo.DubboRegistry - [DUBBO] Failed to subscribe

[GitHub] piglingcn opened a new issue #130: 用了springboot+dubbo之后,事务怎么处理,官方没一个例子吗

2018-05-09 Thread GitBox
piglingcn opened a new issue #130: 用了springboot+dubbo之后,事务怎么处理,官方没一个例子吗 URL: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/130 用了springboot+dubbo之后,事务怎么处理,官方没一个例子吗 This is an automated message from the

[GitHub] jimwarewj commented on issue #1765: 使用@Reference注解,如果对应服务没有实例,报错之后这个对象一直为空

2018-05-09 Thread GitBox
jimwarewj commented on issue #1765: 使用@Reference注解,如果对应服务没有实例,报错之后这个对象一直为空 URL: https://github.com/apache/incubator-dubbo/issues/1765#issuecomment-387944108 我猜应该是没有配置 This is an automated message from the Apache Git Service.

[GitHub] mascothaojun opened a new issue #1766: 请问有2.6.1配置kryo+curator的例子吗?

2018-05-09 Thread GitBox
mascothaojun opened a new issue #1766: 请问有2.6.1配置kryo+curator的例子吗? URL: https://github.com/apache/incubator-dubbo/issues/1766 升级到2.6.1后,使用kryo+curator的组合,原来的项目就不能正常使用了,如果用2.5.10+hessian是没问题的,但是hessian不支持文件上传的,对于文件流之间的传输就出现了问题

[GitHub] ma-xiao-guang-64 commented on issue #1426: fix isShutdown always return true

2018-05-09 Thread GitBox
ma-xiao-guang-64 commented on issue #1426: fix isShutdown always return true URL: https://github.com/apache/incubator-dubbo/pull/1426#issuecomment-387940785 @ralf0131Thank, if a thread does not respond to the interrupt signal, newThreadToCloseExecutor will work to wait thread finished.

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

2018-05-09 Thread GitBox
ralf0131 commented on issue #27: Enable rest and serialization documentation URL: https://github.com/apache/incubator-dubbo-docs/issues/27#issuecomment-387936918 Ok, I will follow that process. This is an automated message

[GitHub] willlau0524 commented on issue #1765: 使用@Reference注解,如果对应服务没有实例,报错之后这个对象一直为空

2018-05-09 Thread GitBox
willlau0524 commented on issue #1765: 使用@Reference注解,如果对应服务没有实例,报错之后这个对象一直为空 URL: https://github.com/apache/incubator-dubbo/issues/1765#issuecomment-38792 异常栈: java.lang.reflect.InvocationTargetException: null at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

[GitHub] willlau0524 opened a new issue #1765: 使用@Reference注解,如果对应服务没有实例,报错之后这个对象一直为空

2018-05-09 Thread GitBox
willlau0524 opened a new issue #1765: 使用@Reference注解,如果对应服务没有实例,报错之后这个对象一直为空 URL: https://github.com/apache/incubator-dubbo/issues/1765 最近服务上线的时候发现,使用@Reference 注解去引用某个服务,如果这个服务没有实例在zk,那么会抛出一个 IllegalStateException, 信息是 No provider available for the service 。

[GitHub] tumao2 opened a new issue #129: @Reference注解中url可以配置到application.properties中么

2018-05-09 Thread GitBox
tumao2 opened a new issue #129: @Reference注解中url可以配置到application.properties中么 URL: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/129 @Reference(version = "1.0.0", application = "${dubbo.application.id}", url = "dubbo://localhost:20880") 可以写成这样么

[GitHub] JoeCao opened a new issue #16: The repository url in README has changed

2018-05-09 Thread GitBox
JoeCao opened a new issue #16: The repository url in README has changed URL: https://github.com/apache/incubator-dubbo-rpc-jsonrpc/issues/16 dubbo-client-py and dubbo nodejs repository has been moved in dubbo organization.

[GitHub] beiwei30 closed pull request #1746: [Dubbo-1744] Enable tcp no delay for netty 3 server implementation

2018-05-09 Thread GitBox
beiwei30 closed pull request #1746: [Dubbo-1744] Enable tcp no delay for netty 3 server implementation URL: https://github.com/apache/incubator-dubbo/pull/1746 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

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

2018-05-09 Thread GitBox
justinmclean commented on issue #27: Enable rest and serialization documentation URL: https://github.com/apache/incubator-dubbo-docs/issues/27#issuecomment-387696290 Hi, > Yes. A software grant has been filed. > Great! Just not obvious from the name and perhaps the process has

[GitHub] codecov-io commented on issue #1764: Remove unnecessary null check.

2018-05-09 Thread GitBox
codecov-io commented on issue #1764: Remove unnecessary null check. URL: https://github.com/apache/incubator-dubbo/pull/1764#issuecomment-387691253 # [Codecov](https://codecov.io/gh/apache/incubator-dubbo/pull/1764?src=pr=h1) Report > Merging

[GitHub] beiwei30 closed pull request #1758: Config api unit test

2018-05-09 Thread GitBox
beiwei30 closed pull request #1758: Config api unit test URL: https://github.com/apache/incubator-dubbo/pull/1758 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] codecov-io commented on issue #1762: Remove unnecessary null check.

2018-05-09 Thread GitBox
codecov-io commented on issue #1762: Remove unnecessary null check. URL: https://github.com/apache/incubator-dubbo/pull/1762#issuecomment-387686777 # [Codecov](https://codecov.io/gh/apache/incubator-dubbo/pull/1762?src=pr=h1) Report > Merging

[GitHub] codecov-io commented on issue #1758: Config api unit test

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

[GitHub] liaozan opened a new pull request #1764: Remove unnecessary null check.

2018-05-09 Thread GitBox
liaozan opened a new pull request #1764: Remove unnecessary null check. URL: https://github.com/apache/incubator-dubbo/pull/1764 Remove unnecessary null check. This is an automated message from the Apache Git Service. To

[GitHub] liaozan closed pull request #1762: Remove unnecessary null check.

2018-05-09 Thread GitBox
liaozan closed pull request #1762: Remove unnecessary null check. URL: https://github.com/apache/incubator-dubbo/pull/1762 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

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

2018-05-09 Thread GitBox
ralf0131 commented on issue #27: Enable rest and serialization documentation URL: https://github.com/apache/incubator-dubbo-docs/issues/27#issuecomment-387670128 Yes. A software grant has been filed. This is an automated

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

2018-05-09 Thread GitBox
justinmclean commented on issue #27: Enable rest and serialization documentation URL: https://github.com/apache/incubator-dubbo-docs/issues/27#issuecomment-387665233 Hi, > Dangdang has donated their documentation about rest and

[GitHub] ChoingHyun opened a new issue #29: 启动报错:Exception in thread "main" java.lang.NoClassDefFoundError: javax/servlet/FilterChain

2018-05-09 Thread GitBox
ChoingHyun opened a new issue #29: 启动报错:Exception in thread "main" java.lang.NoClassDefFoundError: javax/servlet/FilterChain URL: https://github.com/apache/incubator-dubbo-ops/issues/29 `Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=128m; support was removed in 8.0

[GitHub] ChoingHyun commented on issue #26: 启东时没有按照配置的zookeeper找注册中心

2018-05-09 Thread GitBox
ChoingHyun commented on issue #26: 启东时没有按照配置的zookeeper找注册中心 URL: https://github.com/apache/incubator-dubbo-ops/issues/26#issuecomment-387656491 遇到同样问题 This is an automated message from the Apache Git Service. To respond to

[GitHub] codecov-io commented on issue #1760: add Locale serialize support

2018-05-09 Thread GitBox
codecov-io commented on issue #1760: add Locale serialize support URL: https://github.com/apache/incubator-dubbo/pull/1760#issuecomment-387651639 # [Codecov](https://codecov.io/gh/apache/incubator-dubbo/pull/1760?src=pr=h1) Report > Merging

[GitHub] ralf0131 opened a new issue #27: Enable rest and serialization documentation

2018-05-09 Thread GitBox
ralf0131 opened a new issue #27: Enable rest and serialization documentation URL: https://github.com/apache/incubator-dubbo-docs/issues/27 Dangdang has [donated](https://github.com/apache/incubator-dubbo-docs/pull/14) their documentation about rest and serialization. Need to

[GitHub] nzomkxia opened a new pull request #1760: add Locale serialize support

2018-05-09 Thread GitBox
nzomkxia opened a new pull request #1760: add Locale serialize support URL: https://github.com/apache/incubator-dubbo/pull/1760 ## What is the purpose of the change fix #906 and add deserialize support ## Brief changelog X ## Verifying this change X

[GitHub] diecui1202 commented on issue #1759: fix #934 #1756 use loadBalance policy to choose invoke when providers less 2

2018-05-09 Thread GitBox
diecui1202 commented on issue #1759: fix #934 #1756 use loadBalance policy to choose invoke when providers less 2 URL: https://github.com/apache/incubator-dubbo/pull/1759#issuecomment-387640024 That's cool. Thanks a lot.

[GitHub] diecui1202 commented on a change in pull request #1144: [Dubbo-#1123] Fix several problems in ConsistentHashLoadBalance

2018-05-09 Thread GitBox
diecui1202 commented on a change in pull request #1144: [Dubbo-#1123] Fix several problems in ConsistentHashLoadBalance URL: https://github.com/apache/incubator-dubbo/pull/1144#discussion_r186946594 ## File path:

[GitHub] ralf0131 commented on issue #1759: fix #934 #1756 use loadBalance policy to choose invoke when providers less 2

2018-05-09 Thread GitBox
ralf0131 commented on issue #1759: fix #934 #1756 use loadBalance policy to choose invoke when providers less 2 URL: https://github.com/apache/incubator-dubbo/pull/1759#issuecomment-387638346 Sorry for mistakenly closing the pull request, it has been merged.

[GitHub] ralf0131 closed pull request #1759: fix #934 #1756 use loadBalance policy to choose invoke when providers less 2

2018-05-09 Thread GitBox
ralf0131 closed pull request #1759: fix #934 #1756 use loadBalance policy to choose invoke when providers less 2 URL: https://github.com/apache/incubator-dubbo/pull/1759 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for

[GitHub] ralf0131 closed issue #1756: AbstractClusterInvokerTest throws OutOfMemoryError

2018-05-09 Thread GitBox
ralf0131 closed issue #1756: AbstractClusterInvokerTest throws OutOfMemoryError URL: https://github.com/apache/incubator-dubbo/issues/1756 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] diecui1202 opened a new pull request #1759: fix #934 #1756 use loadBalance policy to choose invoke when providers less 2

2018-05-09 Thread GitBox
diecui1202 opened a new pull request #1759: fix #934 #1756 use loadBalance policy to choose invoke when providers less 2 URL: https://github.com/apache/incubator-dubbo/pull/1759 ## What is the purpose of the change 1. Use loadBalance policy when providers less 2 2. Fix

[GitHub] ralf0131 closed pull request #1759: fix #934 #1756 use loadBalance policy to choose invoke when providers less 2

2018-05-09 Thread GitBox
ralf0131 closed pull request #1759: fix #934 #1756 use loadBalance policy to choose invoke when providers less 2 URL: https://github.com/apache/incubator-dubbo/pull/1759 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for

[GitHub] diecui1202 commented on a change in pull request #1267: [dubbo-1267]add consistentHashLoadBalance test

2018-05-09 Thread GitBox
diecui1202 commented on a change in pull request #1267: [dubbo-1267]add consistentHashLoadBalance test URL: https://github.com/apache/incubator-dubbo/pull/1267#discussion_r186943993 ## File path:

[GitHub] diecui1202 commented on a change in pull request #1267: [dubbo-1267]add consistentHashLoadBalance test

2018-05-09 Thread GitBox
diecui1202 commented on a change in pull request #1267: [dubbo-1267]add consistentHashLoadBalance test URL: https://github.com/apache/incubator-dubbo/pull/1267#discussion_r186944119 ## File path:

[GitHub] diecui1202 commented on a change in pull request #1267: [dubbo-1267]add consistentHashLoadBalance test

2018-05-09 Thread GitBox
diecui1202 commented on a change in pull request #1267: [dubbo-1267]add consistentHashLoadBalance test URL: https://github.com/apache/incubator-dubbo/pull/1267#discussion_r186939176 ## File path: