[GitHub] [incubator-dubbo] satansk opened pull request #2790: Improvement on Parameters and CollectionUtils

2018-11-15 Thread GitHub
## What is the purpose of the change Use `CollectionUtils.toStringMap` to reduce duplicate code in `Parameters`, and use Java 8 type inference for collections. ## Brief changelog X ## Verifying this change X Follow this checklist to help us incorporate your contribution quickly and

[GitHub] [incubator-dubbo] codecov-io commented on issue #2790: Improvement on Parameters and CollectionUtils

2018-11-15 Thread GitHub
# [Codecov](https://codecov.io/gh/apache/incubator-dubbo/pull/2790?src=pr=h1) Report > Merging > [#2790](https://codecov.io/gh/apache/incubator-dubbo/pull/2790?src=pr=desc) > into >

[GitHub] [incubator-dubbo] satansk opened pull request #2791: Fix typo

2018-11-15 Thread GitHub
## What is the purpose of the change Small improvement in comment: * confilict -> conflict ## Brief changelog X ## Verifying this change X Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Make sure there is a

[GitHub] [incubator-dubbo] codecov-io commented on issue #2791: Fix typo

2018-11-15 Thread GitHub
# [Codecov](https://codecov.io/gh/apache/incubator-dubbo/pull/2791?src=pr=h1) Report > Merging > [#2791](https://codecov.io/gh/apache/incubator-dubbo/pull/2791?src=pr=desc) > into >

[GitHub] [incubator-dubbo] carryxyh commented on issue #2792: dubbo如何清缓存?

2018-11-15 Thread GitHub
没有配置文件应该是不能注册成功的。也不能启动成功。 不知道你想清理什么缓存,是zk的数据么 [ Full content available at: https://github.com/apache/incubator-dubbo/issues/2792 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org - To

[GitHub] [incubator-dubbo] carryxyh commented on issue #2792: dubbo如何清缓存?

2018-11-15 Thread GitHub
没有配置文件应该是不能注册成功的。 不知道你想清理什么缓存,是zk的数据么 [ Full content available at: https://github.com/apache/incubator-dubbo/issues/2792 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org - To unsubscribe,

[GitHub] [incubator-dubbo] carryxyh commented on issue #2792: dubbo如何清缓存?

2018-11-15 Thread GitHub
看一下打出来的包中是否还包含配置文件 [ Full content available at: https://github.com/apache/incubator-dubbo/issues/2792 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org - To unsubscribe, e-mail:

[GitHub] [incubator-dubbo] gxcsoccer opened issue #2793: [Proposal] dubbo 和 Node.js 框架 egg.js 的对接

2018-11-15 Thread GitHub
## Egg.js 是什么? Egg.js (下面简称 Egg)是阿里开源的企业级的 Node.js Web 框架,在 Github 上已经超过 1 万个 Star,是目前国内 Node.js 社区最主流的框架。 ## Egg.js 的设计哲学 - `约定优于配置:`Egg 约定了统一的加载机制、生命周期以及扩展方式,这样可以最大程度降低开发人员的学习成本 - `插件机制:`Egg 本身是非常轻量的,它的能力更多依赖于其插件生态(目前 Egg 官方 group 下已经有超过 100 个插件) - `框架的框架:`提供基于 Egg 定制上层框架的能力。每个公司可以根据其实际情况将

[GitHub] [incubator-dubbo] edwardlee03 commented on issue #2770: Dubbo线程池满JStack日志中出现很多ValidationFilter的ClassLoader.loadClass线程BLOCK

2018-11-15 Thread GitHub
> 感谢回复~ 验证参数在文档也看到了,有少数应用用了这个,目前已修改为程序中进行参数验证。 > Dubbo_JStack.log发dubbo钉钉群了的; > 线程池配置固定500,有1个文件里接近500个线程有这行日志 > com.alibaba.dubbo.validation.support.jvalidation.JValidator.validate(JValidator.java:241) > 其它日志文件,大概有5-200个左右,其它线程在在处理业务。 sorry,我没在Dubbo钉钉群里。 参数验证看看能否使用 Spring MVC 的 Validation 机制。

[GitHub] [incubator-dubbo] linuke commented on issue #2782: Dubbo2.6.4客户端调用dubbox2.8.4服务异常

2018-11-15 Thread GitHub
https://github.com/dangdangdotcom/dubbox/commit/85b9ab1e3e209e5ee82b75a7d38a7a1bcee8b58b 看下这个,这次提交把协议都改了,所以你遇到这个问题。 这个也坑了我好久 [ Full content available at: https://github.com/apache/incubator-dubbo/issues/2782 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org

[GitHub] [incubator-dubbo] carryxyh commented on issue #2792: dubbo如何清缓存?

2018-11-15 Thread GitHub
删除配置文件之后重启可以成功么 不会注册成功的,没有zk的配置,怎么知道注册到哪个zk上呢,怎么还会有注册成功这一说。 [ Full content available at: https://github.com/apache/incubator-dubbo/issues/2792 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org

[GitHub] [incubator-dubbo] BellaJiangxia commented on issue #2792: dubbo如何清缓存?

2018-11-15 Thread GitHub
![fae db ojk_p555b 7yo0pr](https://user-images.githubusercontent.com/31379334/48599506-e45bdf00-e9a2-11e8-8c31-b847aba26a6f.png) 这意思是wo我那个服务的进程没有关闭吗 [ Full content available at: https://github.com/apache/incubator-dubbo/issues/2792 ] This message was relayed via gitbox.apache.org for

[GitHub] [incubator-dubbo] carryxyh closed pull request #2790: Improvement on Parameters and CollectionUtils

2018-11-15 Thread GitHub
[ pull request closed by carryxyh ] [ Full content available at: https://github.com/apache/incubator-dubbo/pull/2790 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org - To unsubscribe,

[GitHub] [incubator-dubbo] edwardlee03 commented on issue #2770: Dubbo线程池满JStack日志中出现很多ValidationFilter的ClassLoader.loadClass线程BLOCK

2018-11-15 Thread GitHub
> 感谢回复~ 验证参数在文档也看到了,有少数应用用了这个,目前已修改为程序中进行参数验证。 > Dubbo_JStack.log发dubbo钉钉群了的; > 线程池配置固定500,有1个文件里接近500个线程有这行日志 > com.alibaba.dubbo.validation.support.jvalidation.JValidator.validate(JValidator.java:241) > 其它日志文件,大概有5-200个左右,其它线程在在处理业务。 sorry,我没在Dubbo钉钉群里。 参数验证看看能否使用 Spring MVC 的 Validation 机制。

[GitHub] [incubator-dubbo] BellaJiangxia commented on issue #2792: dubbo如何清缓存?

2018-11-15 Thread GitHub
![k0b 9nvna hx0 gf oehy](https://user-images.githubusercontent.com/31379334/48599417-84fdcf00-e9a2-11e8-8d66-7484af8a0021.png) 不存在了,会不会是我那个关闭服务的时候我是直接把命令窗口关了?还是要用命令关闭服务? [ Full content available at: https://github.com/apache/incubator-dubbo/issues/2792 ] This message was relayed via

[GitHub] [incubator-dubbo] BellaJiangxia commented on issue #2792: dubbo如何清缓存?

2018-11-15 Thread GitHub
![_ v7 krfr8s 2 j e om 8](https://user-images.githubusercontent.com/31379334/48599638-87acf400-e9a3-11e8-8e5e-093ee53a7707.png) 发错了,是这个 [ Full content available at: https://github.com/apache/incubator-dubbo/issues/2792 ] This message was relayed via gitbox.apache.org for

[GitHub] [incubator-dubbo] BellaJiangxia commented on issue #2792: dubbo如何清缓存?

2018-11-15 Thread GitHub
![fae db ojk_p555b 7yo0pr](https://user-images.githubusercontent.com/31379334/48599630-7c59c880-e9a3-11e8-8cdd-8f6b9d7dc685.png) [ Full content available at: https://github.com/apache/incubator-dubbo/issues/2792 ] This message was relayed via gitbox.apache.org for

[GitHub] [incubator-dubbo] BellaJiangxia commented on issue #2792: dubbo如何清缓存?

2018-11-15 Thread GitHub
我使用了注解,就是在测试注解的方式 [ Full content available at: https://github.com/apache/incubator-dubbo/issues/2792 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org - To unsubscribe, e-mail:

[GitHub] [incubator-dubbo] carryxyh closed issue #2792: dubbo如何清缓存?

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

[GitHub] [incubator-dubbo] carryxyh commented on issue #2792: dubbo如何清缓存?

2018-11-15 Thread GitHub
这不是dubbo的问题。 dubbo默认不会在zk上创建持久节点,也不会缓存配置文件。没有配置文件的情况下更不会启动成功(没有使用注解的情况下)。请你检查自己的服务器部署的jar包是不是最新版本或者其他操作是否有问题。 [ Full content available at: https://github.com/apache/incubator-dubbo/issues/2792 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org

[GitHub] [incubator-dubbo] BellaJiangxia commented on issue #2792: dubbo如何清缓存?

2018-11-15 Thread GitHub
这文件有啥用 [ Full content available at: https://github.com/apache/incubator-dubbo/issues/2792 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org - To unsubscribe, e-mail:

[GitHub] [incubator-dubbo] BellaJiangxia commented on issue #2792: dubbo如何清缓存?

2018-11-15 Thread GitHub
好像是这个日志文件,我把他删了重新运行就不行了,为啥呢 ![mm zn1 sm x h q _pm0 54](https://user-images.githubusercontent.com/31379334/48600155-bf1ca000-e9a5-11e8-80ae-5b69cdfb9d8a.png) ![62m5 0e bcu10gl_g roeb](https://user-images.githubusercontent.com/31379334/48600156-bfb53680-e9a5-11e8-9b5d-cf364bb20c20.png) [ Full

[GitHub] [incubator-dubbo] carryxyh closed pull request #2791: Fix typo

2018-11-15 Thread GitHub
[ pull request closed by carryxyh ] [ Full content available at: https://github.com/apache/incubator-dubbo/pull/2791 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org - To unsubscribe,

[GitHub] [incubator-dubbo] bee06 commented on issue #2789: 可以实现动态添加和删除filter吗

2018-11-15 Thread GitHub
> 应该是可以的。 > 通过修改zk上的url。 不可以吧 [ Full content available at: https://github.com/apache/incubator-dubbo/issues/2789 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org - To unsubscribe, e-mail:

[GitHub] [incubator-dubbo] BellaJiangxia commented on issue #2792: dubbo如何清缓存?

2018-11-15 Thread GitHub
应该是那个zookeeper的,我配置文件都删了,还能注册成功 [ Full content available at: https://github.com/apache/incubator-dubbo/issues/2792 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org - To unsubscribe, e-mail:

[GitHub] [incubator-dubbo] carryxyh commented on issue #2792: dubbo如何清缓存?

2018-11-15 Thread GitHub
这不是dubbo的问题。 dubbo默认不会在zk上创建持久节点。没有配置文件的情况下更不会启动成功(没有使用注解的情况下)。请你检查自己的服务器部署的jar包是不是最新版本或者其他操作是否有问题。 [ Full content available at: https://github.com/apache/incubator-dubbo/issues/2792 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org

[GitHub] [incubator-dubbo] carryxyh commented on issue #2790: Improvement on Parameters and CollectionUtils

2018-11-15 Thread GitHub
Seems like Parameters.java is deprecated and never init in dubbo now. But I think a little optimization is also good. LGTM. [ Full content available at: https://github.com/apache/incubator-dubbo/pull/2790 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org

[GitHub] [incubator-dubbo] edwardlee03 commented on issue #2770: Dubbo线程池满JStack日志中出现很多ValidationFilter的ClassLoader.loadClass线程BLOCK

2018-11-15 Thread GitHub
> 感谢回复~ 验证参数在文档也看到了,有少数应用用了这个,目前已修改为程序中进行参数验证。 > Dubbo_JStack.log发dubbo钉钉群了的; > 线程池配置固定500,有1个文件里接近500个线程有这行日志 > com.alibaba.dubbo.validation.support.jvalidation.JValidator.validate(JValidator.java:241) > 其它日志文件,大概有5-200个左右,其它线程在在处理业务。 sorry,我没在Dubbo钉钉群里。 参数验证看看能否使用 Spring MVC 的 Validation 机制。

[GitHub] [incubator-dubbo]

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

[GitHub] [incubator-dubbo] BellaJiangxia commented on issue #2792: dubbo如何清缓存?

2018-11-15 Thread GitHub
启动服务是通过他自带的main方法启动的 [ Full content available at: https://github.com/apache/incubator-dubbo/issues/2792 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org - To unsubscribe, e-mail:

[GitHub] [incubator-dubbo] BellaJiangxia opened issue #2792: dubbo如何清缓存?

2018-11-15 Thread GitHub
最开始在服务器上部署了一个dubbo提供者的服务,然后在项目种删除掉该服务对应的dubbo配置文件,重新打包,为啥仍然可以注册服务成功?如何清除缓存? [ Full content available at: https://github.com/apache/incubator-dubbo/issues/2792 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org

[GitHub] [incubator-dubbo] BellaJiangxia commented on issue #2792: dubbo如何清缓存?

2018-11-15 Thread GitHub
可以成功, ![77 20d4hm_31b 2vp mb3](https://user-images.githubusercontent.com/31379334/48599167-81b61380-e9a1-11e8-82c9-7448145016d5.png) 最开始在有这个provider的时候通过 ![s98_y5 30yj j0wkt

[GitHub] [incubator-dubbo] BellaJiangxia opened issue #2794: dubbo注解方式为啥存在缓存

2018-11-15 Thread GitHub
如题,,, [ Full content available at: https://github.com/apache/incubator-dubbo/issues/2794 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org - To unsubscribe, e-mail:

[GitHub] [incubator-dubbo] netyjq commented on issue #2782: Dubbo2.6.4客户端调用dubbox2.8.4服务异常

2018-11-15 Thread GitHub
这个问题我遇到了,找到了出错的地方,但是没太搞明白原因。 2.8.4 是当当改的dubbox 报错位置在 `com.alibaba.com.caucho.hessian.io.Hessian2Input` `readInt` 方法 ,switch 条件 tag 值为 116,最后执行了 default 模块,抛出了异常: `com.alibaba.com.caucho.hessian.io.HessianProtocolException: expected integer at 0x74 ` [ Full content available at:

[GitHub] [incubator-dubbo] carryxyh commented on issue #2794: dubbo注解方式为啥存在缓存

2018-11-15 Thread GitHub
请自行查看文档。 http://dubbo.apache.org/zh-cn/docs/user/configuration/annotation.html [ Full content available at: https://github.com/apache/incubator-dubbo/issues/2794 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org

[GitHub] [incubator-dubbo] carryxyh closed issue #2794: dubbo注解方式为啥存在缓存

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

[GitHub] [incubator-dubbo] ywww commented on issue #1220: Support disable `telnet` when using EnableDubbo or Annotation.

2018-11-15 Thread GitHub
@chickenlj how to config [ Full content available at: https://github.com/apache/incubator-dubbo/issues/1220 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org - To unsubscribe, e-mail:

[GitHub] [incubator-dubbo] BellaJiangxia commented on issue #2794: dubbo注解方式为啥存在缓存

2018-11-15 Thread GitHub
![image](https://user-images.githubusercontent.com/31379334/48601613-694af680-e9ab-11e8-84c3-8b9da5343e57.png) 使用这种注解方式后还需要有配置文件吗 [ Full content available at: https://github.com/apache/incubator-dubbo/issues/2794 ] This message was relayed via gitbox.apache.org for

[GitHub] [incubator-dubbo] TeddyTsui commented on issue #2753: 服务端已发送服务调用结果,客户端无响应直至服务调用超时

2018-11-15 Thread GitHub
@carryxyh 尝试了升级至2.6.0版本后,问题没能解决。暂时还提供不了复现问题的demo。 有进展我再打开,谢谢跟进。 [ Full content available at: https://github.com/apache/incubator-dubbo/issues/2753 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org

[GitHub] [incubator-dubbo] TeddyTsui closed issue #2753: 服务端已发送服务调用结果,客户端无响应直至服务调用超时

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

[GitHub] [incubator-dubbo] carryxyh commented on issue #2753: 服务端已发送服务调用结果,客户端无响应直至服务调用超时

2018-11-15 Thread GitHub
好的。谢谢你的issue。 [ Full content available at: https://github.com/apache/incubator-dubbo/issues/2753 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org - To unsubscribe, e-mail:

[GitHub] [incubator-dubbo] ywww opened issue #2795: 如何关闭 dubbo telnet调试功能

2018-11-15 Thread GitHub
由于安全问题, 需要关闭 dubbo telnet调试功能 [ Full content available at: https://github.com/apache/incubator-dubbo/issues/2795 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org - To unsubscribe, e-mail:

[GitHub] [incubator-dubbo] shuohao opened issue #2789: 可以实现动态添加和删除filter吗

2018-11-15 Thread GitHub
目前添加和去掉自定义Filter需要项目启动前代码上设置filter或者"-"去掉,问下能否实现动态的添加和删除 [ Full content available at: https://github.com/apache/incubator-dubbo/issues/2789 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org -

[GitHub] [incubator-dubbo] carryxyh commented on issue #2789: 可以实现动态添加和删除filter吗

2018-11-15 Thread GitHub
应该是可以的。 通过修改zk上的url。 [ Full content available at: https://github.com/apache/incubator-dubbo/issues/2789 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org - To unsubscribe, e-mail: