[GitHub] [incubator-brpc] serverglen commented on issue #1469: WSL2-Ubuntu20.04 下编译 bRPC 不成功

2021-07-08 Thread GitBox
serverglen commented on issue #1469: URL: https://github.com/apache/incubator-brpc/issues/1469#issuecomment-876204515 可能是openssl版本不对,用1.1版本的openssl试试。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

[GitHub] [incubator-brpc] TousakaRin commented on issue #1469: WSL2-Ubuntu20.04 下编译 bRPC 不成功

2021-07-08 Thread GitBox
TousakaRin commented on issue #1469: URL: https://github.com/apache/incubator-brpc/issues/1469#issuecomment-876222858 确认下目录 /usr/local/lib 中是否包含libssl.so 以及 libcrypto.so,如果没有,确认下/usr/lib 是否包含这些so文件, 如果/usr/lib 下包含这些文件,可以通过软链接的方式将他们链接到 /usr/local/lib 下。 -- This is an automated message fro

[GitHub] [incubator-brpc] jvfan commented on issue #1469: WSL2-Ubuntu20.04 下编译 bRPC 不成功

2021-07-08 Thread GitBox
jvfan commented on issue #1469: URL: https://github.com/apache/incubator-brpc/issues/1469#issuecomment-876317404 > 确认下目录 /usr/local/lib 中是否包含libssl.so 以及 libcrypto.so,如果没有,确认下/usr/lib 是否包含这些so文件, 如果/usr/lib 下包含这些文件,可以通过软链接的方式将他们链接到 /usr/local/lib 下。 谢谢,把所有的依赖项都换成动态库后,编译正常了。 -- Thi

[GitHub] [incubator-brpc] jvfan closed issue #1469: WSL2-Ubuntu20.04 下编译 bRPC 不成功

2021-07-08 Thread GitBox
jvfan closed issue #1469: URL: https://github.com/apache/incubator-brpc/issues/1469 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr..

Apache brpc(Incubating) github issue weekly oncall report ( 28/06/2021 - 04/07/2021)

2021-07-08 Thread caidaojin
Hi everyone, Here is the Apache brpc(Incubating) github issue weekly oncall report from 28/06/2021 to 04/07/2021. This week we resolved 4 issues as below 1. https://github.com/apache/incubator-brpc/issues/1447 2. https://github.com/apache/incubator-brpc/issues/1458 3. https://github.com/apache

[GitHub] [incubator-brpc] serverglen commented on issue #1322: bvar支持多维度统计

2021-07-08 Thread GitBox
serverglen commented on issue #1322: URL: https://github.com/apache/incubator-brpc/issues/1322#issuecomment-876450414 > 进度如何呢? 有点推迟,我尽量早点吧 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [incubator-brpc] jvfan opened a new issue #1470: WSL2-Ubuntu20.04 下运行示例 echo_c++ 结果段错误

2021-07-08 Thread GitBox
jvfan opened a new issue #1470: URL: https://github.com/apache/incubator-brpc/issues/1470 **Describe the bug (描述bug)** WSL2-Ubuntu20.04 下编译 bRPC 的示例 echo_c++ 成功,运行时报异常 src/tcmalloc.cc:332] Attempt to free invalid pointer; ![image](https://user-images.githubusercontent.com/3141019

[GitHub] [incubator-brpc] serverglen commented on issue #986: 0.96 release WRR负载均衡分配的QPS不均匀

2021-07-08 Thread GitBox
serverglen commented on issue #986: URL: https://github.com/apache/incubator-brpc/issues/986#issuecomment-876926623 可以使用wr(weighted random) load balancer试试 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [incubator-brpc] serverglen commented on issue #1470: WSL2-Ubuntu20.04 下运行示例 echo_c++ 结果段错误

2021-07-08 Thread GitBox
serverglen commented on issue #1470: URL: https://github.com/apache/incubator-brpc/issues/1470#issuecomment-876944756 1. perftools 版本是多少? 2. 具体的堆栈? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g