1875 Commits

Author SHA1 Message Date
LorinLee b91029d985 Merge pull request #1670 from opheliaKyouko/rdma_fix
Fix a null deref in Controller::EndRPC
2022-01-21 11:40:08 +08:00
xuechuanyu ef54548847 Fix a null deref in Controller::EndRPC 2022-01-13 19:19:51 +08:00
jamesge 62240fea92 Merge pull request #1002 from Tuvie/master
fix two bugs about rdma
2020-12-03 20:25:55 +08:00
Li Zhaogeng 05c4f708dc fix the bug of creating CQs on incorrect comp vector 2020-11-29 20:23:19 +08:00
Li Zhaogeng 6581dabfe9 fix two bugs: 1) fd leak when destroy rdma cq channel; 2) listen on incorrect internal port when using rdma 2019-12-24 21:55:42 +08:00
Ge Jun 9028c39a0c Merge pull request #916 from Tuvie/master
Merge master changes to rdma branch
2019-09-09 13:44:31 +08:00
Ge Jun d0dd7fe7e4 Merge pull request #910 from liuzhiwei/rdma
Initialize use_rdma to false
2019-09-04 16:26:08 +08:00
Li Zhaogeng 73e3f38cf3 fix an irq binding problem of rdma 2019-09-02 22:07:50 +08:00
Li Zhaogeng e03dfdf3ab Merge remote-tracking branch 'upstream/master' 2019-09-02 22:02:11 +08:00
Ge Jun aa30451428 Merge pull request #912 from JayTange/master
modify code: src/brpc/ssl_options.h annotation ciper to cipher
2019-08-30 19:19:00 +08:00
tangjie e2372747ad modify code: src/brpc/ssl_options.h annotation ciper to cipher 2019-08-30 14:40:03 +08:00
liuzhiweihome 89c72c8eb3 Initialize use_rdma to false 2019-08-30 12:56:08 +08:00
jamesge 7b95debc36 Add instructions to remove CMakeCache.txt before re-running cmakes 2019-08-26 00:12:41 -07:00
Ge Jun 54025e4aec Merge pull request #904 from zyearn/refine_cmake_example
unify dynamic link option in make and cmake
2019-08-26 15:07:48 +08:00
zhujiashun 1b90ea18d9 unify dynamic link option in make and cmake 2019-08-26 14:32:29 +08:00
Ge Jun c90c58b744 Merge pull request #888 from zyearn/reduce_ci_purpose
add separate PURPOSE for all options in ci
2019-08-19 18:40:33 +08:00
zhujiashun cead3fc318 remove unnecessary libthriftnb 2019-08-15 15:52:00 +08:00
zhujiashun 333f0a7780 fix bazel command line options 2019-08-15 14:52:48 +08:00
zhujiashun d101f3cb25 add separate PURPOSE for all options in ci 2019-08-15 12:33:02 +08:00
Ge Jun 024c9698b5 Merge pull request #878 from mesalock-linux/mesalink_1.0
Use prebuilt MesaLink package in travis CI
2019-08-15 11:22:17 +08:00
Ge Jun 16ef588664 Merge pull request #881 from zyearn/add_missing_license
add missing license
0.9.6-rc02
2019-08-12 13:53:01 +08:00
Yiming Jing 91e0afee3e Link libmesalink/libssl selectively in CMake 2019-08-09 10:33:49 -07:00
jamesge 122770d377 Remove desc. on default values of connection_timeout_ms from docs 2019-08-09 05:44:11 -07:00
zhujiashun 847c1df6a6 add missing license 2019-08-09 17:06:56 +08:00
Yiming Jing 2f1023bd46 Download prebuilt MesaLink deb package if USE_MESALINK is true 2019-08-06 17:25:37 -07:00
Yiming Jing 862be4e112 Link MesaLink in bazel if enabled 2019-08-06 17:14:46 -07:00
Yiming Jing 4adb68944d Link MesaLink in CMake if enabled 2019-08-06 15:34:40 -07:00
Yiming Jing cec08d43d3 Enable MesaLink build in travis CI 2019-08-05 13:18:46 -07:00
Ge Jun df41f3889a Adjust position of cmake 2019-08-05 19:51:41 +08:00
Ge Jun bd7cbbd15a Merge pull request #876 from zyearn/fix_line_continuation_in_cmake
remove line continuation in cmake to adapt to cmake 2.x
2019-08-05 19:47:43 +08:00
zhujiashun baec5e4044 remove line continuation in cmake to adapt to cmake 2.x 2019-08-05 19:45:27 +08:00
jamesge e779acff9f Fix count checkbox in the contention profiler & make dot the default display type 2019-08-04 22:50:24 -07:00
Ge Jun a6689a2d36 Merge pull request #864 from skilxnTL/master
Add flamegraph view for profiling builtin service
2019-08-05 12:56:58 +08:00
skilxnTL 613bcc7bed Add flamegraph view for profiling builtin service 2019-08-05 10:55:48 +08:00
Ge Jun 907ac3d8fc Merge pull request #868 from zyearn/fix_thrift
Suppress unused-variable warnings (treated as errors) in thrift compi…
2019-08-02 13:24:51 +08:00
zhujiashun 73d2fb8ab4 change '--port' to '-p' in memcache test adapting to older version 2019-08-02 11:42:22 +08:00
Ge Jun 9f9f857381 Add -y to apt-get commands 0.9.6-rc01 2019-08-01 14:43:49 +08:00
zhujiashun 25a70b8d9d put CXXFLAGS behind configure of thrift 2019-08-01 14:31:09 +08:00
zhujiashun c54cf03d3e Suppress unused-variable warnings (treated as errors) in thrift compilation 2019-08-01 14:00:36 +08:00
Ge Jun 9ce4f9c6f2 Suppress unused-variable warnings (treated as errors) in thrift compilation 2019-08-01 12:59:04 +08:00
Ge Jun a066d667c8 Merge pull request #849 from zyearn/ignore_flowcontrol_in_first_req
ignore flow control in h2 when sending first request
2019-07-22 11:40:35 +08:00
zhujiashun cc3c99fe5b ignore_flowcontrol_in_first_req: move comments inside if 2019-07-19 17:50:15 +08:00
zhujiashun fec8f10c79 ignore_flowcontrol_in_first_req: refine code 2019-07-19 17:38:44 +08:00
zhujiashun 418bb77500 ignore_flowcontrol_in_first_req: make parseh2setting unchanged 2019-07-19 17:18:40 +08:00
zhujiashun c64fbea71e ignore_flowcontrol_in_first_req: init stream flow size to max 2019-07-19 16:18:58 +08:00
zhujiashun cc83f728e2 revert some log format in H2Context::Describe 2019-07-19 11:16:44 +08:00
zhujiashun b307a42c4f ignore flow control in h2 when sending first request 2019-07-19 11:10:17 +08:00
Ge Jun ad00fe940b Merge pull request #369 from Tuvie/master
Add support of RDMA
2019-07-14 23:13:19 +08:00
Li Zhaogeng fe183d7bd5 improve rdma performance for small message 2019-07-14 15:55:46 +08:00
Ge Jun f43bdcec3a Merge pull request #824 from zyearn/fix_lalb_base_weight_to_zero
fix lalb be disabled wrongly
0.9.6
2019-07-14 00:01:21 +08:00