zhangcunli

Results 7 issues of zhangcunli

➜ echo_server--20210918-1516-test git:(master) ✗ pwd ................./getty/examples/echo/tcp-echo/server/target/darwin/echo_server--20210918-1516-test ➜ echo_server--20210918-1516-test git:(master) ✗ sh bin/load_echo_server.sh start fatal error: unexpected signal during runtime execution [signal SIGSEGV: segmentation violation code=0x1 addr=0xb01dfacedebac1e pc=0x7fff65d50476] runtime stack: runtime:...

I want to get the TTL of a key, but there's no available method?

If http header contain “Expect": 100-contiue, and the server not response 100 OK. Then the lua-resty-http will block here: ``` local function _handle_continue(sock, body) local status, version, reason, err =...

bug

1. add method Resize newSize >= oldSize, keep all entry newSie < oldSize, discard all entry; 2. bug, case: ```go package main import ( "fmt" _ "strconv" _ "time" "github.com/coocood/freecache"...

Support resize cache size at runtime. Do you have schedule of this feature? Thanks.

$ sudo ./stapxx/samples/lj-lua-stacks.sxx --arg time=30 DMAXSKIPPED=409600 DMAXMAPENTRIES=4096000 DSTP_NO_OVERLOAD --skip-badvars -x 24248 > tmp1.bt Found exact match for libluajit: /opt/luajit/lib/libluajit-5.1.so.2.1.0 WARNING: Start tracing 24248 (/opt/yz7/nginx/sbin/nginx) WARNING: Please wait for 30 seconds......

问题:Dubbo-go 流式能使用"非 PB 序列化"吗? 1. 我看了 dubbo-go-samples,发现流式的例子只有 Triple/gRpc + PB. 2. 但是我看 dubbo 官方文档的时候,文档中是有“非 PB 序列化”示例的。[示例](https://cn.dubbo.apache.org/zh-cn/overview/mannual/java-sdk/advanced-features-and-usage/triple/streaming/) 3. 截图: ![WechatIMG453](https://github.com/user-attachments/assets/4d29ffc2-191e-46d7-833b-2c5a39e71540)