代君

Results 8 comments of 代君

> 关于sismember命令,可以参考[src/tendisplus/commands/set.cpp](https://github.com/Tencent/Tendis/blob/63aaaa4e71394d9aaafdf27fa4790200c4ba407f/src/tendisplus/commands/set.cpp#L271),sismember的实现是一个O(1)的过程,并没有使用到迭代器,所以应该不存在你描述的问题。 > > 能否能具体的描述一下问题呢。比如使用到的tendis版本,和复现步骤。 sorry,描述错了,是smembers,这个会依赖rocksdb的iterator去遍历set的所有元素。

yes,not fist call,it allways return timeout, until i comment this line(if (timeout_iszero(tm)) return IO_TIMEOUT; / optimize timeout == 0 case */).

thanks, I got it. So the priority is relay on the resource that the limiter specified. One more question: let's assume we have to instance IA and IB, both arrived....

how does it going? I need to get parent span id too.

> As explained in #1007 there is no need to provide access to the entire span data payload for correlation purposes. This is what SpanContext is for. The other problem...

I understand, thanks for your reply.

here is the trace log [server.log](https://github.com/user-attachments/files/20770873/server.log) [client.log](https://github.com/user-attachments/files/20770874/client.log)

The reason is that the server used the IP address of the flannel interface when connecting to a port that was listening on eth0. This occurred because, the iface flannel.1...