sofa-rpc icon indicating copy to clipboard operation
sofa-rpc copied to clipboard

SOFARPC is a high-performance, high-extensibility, production-level Java RPC framework.

Results 75 sofa-rpc issues
Sort by recently updated
recently updated
newest added

Now, SOFARPC has three proxy implements. Each proxy has different performance. I write a benchmark #1231 to build a report. Performance about build a proxy: ``` Benchmark Mode Cnt Score...

Bumps [dubbo](https://github.com/apache/incubator-dubbo) from 2.6.9 to 2.6.12. Release notes Sourced from dubbo's releases. dubbo-2.6.12 What's Changed [2.6] update hessian lite version: 3.2.11 -> 3.2.12 (#9455) dubbo-2.6.11 Change Lists Add serialize id...

wontfix
dependencies

add appendFilePath method

cla:yes
size/S

### Motivation: Can completely solve the OOM problem caused by {@link java.util.concurrent.LinkedBlockingQueue} ### Modification and Result: CN 参考dubbo的思想([dubbo-pr](https://github.com/apache/dubbo/pull/10021)),引入MemorySafeLinkedBlockingQueue,解决无界队列可能会导致OOM的问题 EN Referring to the idea of dubbo([dubbo-pr](https://github.com/apache/dubbo/pull/10021)), introduce MemorySafeLinkedBlockingQueue to solve the...

cla:yes
First-time contributor
size/L
remind

### Describe the bug When using lo4j, will offer a ClassNotFoundException: com.alibaba.com mon. Logging. The spi. Log4j. DailyRollingFileAppender A clear and concise description of what the bug is. ``` log4j:ERROR...

question
wontfix

### Describe the bug 当扩展点设置@AutoActive(providerSide = true)会自动激活,然后又通过setFilterRef配置了相同的扩展点,在FilterChain中就会有两个相同的过滤器。 ### Environment - SOFARPC version:5.8.2 - JVM version (e.g. `java -version`):1.8 - OS version (e.g. `uname -a`):Darwin 192.168.0.101 19.6.0 Darwin Kernel Version 19.6.0:...

wontfix

客户端调用服务端时,当服务端有业务报错时,日志中不体现,只有在middle_error.log中可以看到,有解决方案吗?

Bumps [fastjson](https://github.com/alibaba/fastjson) from 1.2.58 to 1.2.83. Release notes Sourced from fastjson's releases. FASTJSON 1.2.83版本发布(安全修复) 这是一个安全修复版本,修复最近收到在特定场景下可以绕过autoType关闭限制的漏洞,建议fastjson用户尽快采取安全措施保障系统安全。 安全修复方案 :https://github.com/alibaba/fastjson/wiki/security_update_20220523 Issues 安全加固 修复JDK17下setAccessible报错的问题 #4077 下载 https://repo1.maven.org/maven2/com/alibaba/fastjson/1.2.83/ 文档 https://github.com/alibaba/fastjson/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98 源码 https://github.com/alibaba/fastjson/tree/1.2.83 fastjson 1.2.79版本发布,BUG修复 这又是一个bug...

wontfix
dependencies