issues Search Results · repo:xuxueli/xxl-rpc language:Java
Filter by
46 results
(59 ms)46 results
inxuxueli/xxl-rpc (press backspace or delete to remove)需求
client调用server的时候,应当有整体的超时控制能力。
比如client调用server某一个方法,最长不超过1s,那么不管是卡在connect、send还是read,整体耗时都不应该超过1s。
一般常见的实现是:
1. asyncSend - 这一步几乎不耗费什么时间
2. read-with-timeout - 这一步设置超时,如果超过时间,返回错误
一些历史
1. ...
robberphex
- 3
- Opened on May 20
- #59
1、例如在API里的DemoService类定义一个文件上传接口 String uploadFile(MultipartFile multipartFile);
2、在DemoServiceImpl里实现uploadFile方法。
3、在Rpc客户端的Controller里提供一个 @PostMapping(value = /uploadFile , consumes = MediaType.MULTIPART_FORM_DATA_VALUE) ...
ping703
- 2
- Opened on Nov 25, 2024
- #57
当monitor接口一直是超时响应时,内存中保留的DeferredResult数量会一直增加并不会释放内存 // monitor by client for (String key: registryRequest.getKeys()) {
String fileName = parseRegistryDataFileName(registryRequest.getEnv(), key);
...
xiaotaoqir
- 1
- Opened on Sep 3, 2024
- #56
com.xxl.rpc.util.XxlRpcException: java.lang.reflect.InvocationTargetException at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ...
xmlyf
- 1
- Opened on Jun 28, 2024
- #54
Hello,
The GitHub Security Lab team has found a potential vulnerability in your project. Please create a Security Advisory and
invite me in to further disclose and discuss the vulnerability details and ...
jorgectf
- 1
- Opened on Jun 14, 2023
- #52
18:05:55.885 WARN 6 --- [nioEventLoopGroup-8-1] c.x.r.r.n.i.n.c.NettyHttpClientHandler : xxl-rpc netty_http client
received close
gezhiwei8899
- 1
- Opened on Mar 31, 2023
- #50
选用XxlRpcAdminRegister注册中心时 服务列表的数据 客户端本地缓存存一份 db存一份 磁盘文件存一份 本地缓存和db我理解,但为什么还要在磁盘存一份 而且需要线程维护一致性 如果:
直接存一份在db里(redis),不但减少维护一致性的代码,而且服务禁用时,请求者也不会有延迟
sunkun1210
- 3
- Opened on Jun 30, 2021
- #48
https://github.com/xuxueli/xxl-rpc/blob/1.6.0/xxl-rpc-core/src/main/java/com/xxl/rpc/core/remoting/net/impl/netty_http/server/NettyHttpServerHandler.java#L47
这里通过 ThreadPoolUtil 启动了一个默认(core=60, max-300, ...
liyuntao
- Opened on Apr 30, 2021
- #47
很频繁的一直在打印这个日志,相隔时间差不多10分钟左右一次; 2021-02-01 16:44:09.010 [nioEventLoopGroup-12944-1] [TID: N/A] ERROR
c.x.r.r.n.i.n.client.NettyHttpClientHandler - xxl-rpc netty_http client caught exception
com.xxl.rpc.util.XxlRpcException: ...
lhcxj576
- 2
- Opened on Feb 1, 2021
- #46

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.