This is an automated email from the ASF dual-hosted git repository. xiaofeng pushed a change to branch release-1.10 in repository https://gitbox.apache.org/repos/asf/brpc.git
from 81ae605d Merge pull request #2610 from yanglimingcn/bugfix/remove_old_rpcz_directory add 9c387c0e fix bug: switch between stream_rpc and baidu_std add fdc60bab Merge pull request #2678 from howarle/fix_stream_rpc add 931ef3eb Add debug log for Socket health check add 7557004e Merge pull request #2673 from chenBright/debug_hc add edfc0079 Fix uninitialized local side of Socket add 8b9138ac Merge pull request #2672 from chenBright/fix_local_side add b339a7b5 update add c707aa3a update by comments add ddb253fb update add 0fb0655c fix add d2793247 update test for using_pool add c2bc88b1 fix format add 98edccf8 format add efcaba72 Change KeyTableList from class to struct add 5f991fe6 Merge pull request #2645 from MJY-HUST/keytable_optimize add 8b5571fd Fix multi FlatMap scale and size (#2669) No new revisions were added by this update. Summary of changes: src/brpc/details/health_check.cpp | 4 ++ src/brpc/input_messenger.cpp | 6 +- src/brpc/socket.cpp | 5 +- src/bthread/key.cpp | 96 ++++++++++++++++++++------- src/bthread/types.h | 3 +- src/butil/bit_array.h | 26 ++++---- src/butil/containers/flat_map.h | 32 ++++++++- src/butil/containers/flat_map_inl.h | 129 ++++++++++++++++++++++++------------ test/brpc_socket_unittest.cpp | 11 +++ test/bthread_key_unittest.cpp | 23 ++++--- test/flat_map_unittest.cpp | 29 +++++++- 11 files changed, 267 insertions(+), 97 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org For additional commands, e-mail: dev-h...@brpc.apache.org