Jay
Jay
> It's unlikely the c toolchain got switched during building of a single cargo crate I don't mean header is switched. configure only checks `strerror_r` from string.h, it's possible when...
After further investigation by @th7nder, I think we can conclude the root cause here: 1. Nix has a long history to pollute the dev build environment that it sets `_FORTIFY_SOURCE`...
grpc_wrap.cc is maintained by the project, it's expected to be no warnings. Can you paste the actual warnings?
The warnings are generated by the builtin headers instead of any code from grpc-rs. It means your compiler might not match the headers. I can see there is a similar...
As said in the original issue, I vote against this proposal. This makes no sense to me. The project was developed and maintained by TiKV developers. It's owned by TiKV,...
fastrace already has its own org and repository, and they can raise their own meetups and decisions already. TiKV's governance only applies to TiKV community, not fastrace community. You can...
There is no one developing minitrace at the moment, but future is hard to say. And I don't agree with the logic that you don't utilize it (yet) so you...
Also check the release note in https://github.com/tikv/grpc-rs/releases/tag/v0.12.0.
Strong consistency is a relative concept to eventual consistency in distributed system. Here it means after a KV is written, then the KV must be read by any client at...
It's for reverse direction, forward from Windows to unix-like system. And only Windows -> Linux is tested.