This is an automated email from the ASF dual-hosted git repository. wwbmmm pushed a change to branch release-1.14 in repository https://gitbox.apache.org/repos/asf/brpc.git
from 1280ac79 Release 1.14.0 new d96e26ad Bugfix: SignalTrace mode has memory access problem (#3032) new 0dabee5b add inline redis protocol support (#3024) new 575ae270 Enhance doc for server.md (#3040) new 3c406460 add flags for set worker thread name (#3037) new 7b788eb5 replace google::protobuf::int64 by int64_t (#3045) new 632e46ed Revert "Add redis allocation size limit (#3035)" new a52c2b80 Limit redis alloc size (#3050) new c5e95593 fix error checking against IB verbs API (#2265) (#3034) new f88a524f Release 1.14.1 The 9 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: CMakeLists.txt | 2 +- MODULE.bazel | 2 +- RELEASE_VERSION | 2 +- docs/cn/server.md | 4 +-- package/rpm/brpc.spec | 2 +- src/brpc/rdma/rdma_endpoint.cpp | 67 +++++++++++++++++++++++++---------------- src/brpc/rdma/rdma_helper.cpp | 11 ++++--- src/brpc/redis_command.cpp | 57 +++++++++++++++++++++++++++++++++-- src/brpc/redis_reply.cpp | 8 ++--- src/bthread/task_control.cpp | 14 +++++---- src/bthread/task_tracer.cpp | 27 +++++++---------- src/bthread/task_tracer.h | 3 +- src/butil/iobuf.h | 10 +++--- test/brpc_redis_unittest.cpp | 35 ++++++++++++++++++++- 14 files changed, 171 insertions(+), 73 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org For additional commands, e-mail: dev-h...@brpc.apache.org