[GitHub] [incubator-brpc] guodongxiaren commented on issue #1537: protobuf 版本问题

2021-08-23 Thread GitBox


guodongxiaren commented on issue #1537:
URL: https://github.com/apache/incubator-brpc/issues/1537#issuecomment-904312309


   strings libprotobuf.so|grep Print
   
   看能不能搜到符号,然后把搜到的符号用c++fit命令解析一下。看看参数类型有没有cxx11的命名空间


-- 
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...@brpc.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org



[GitHub] [incubator-brpc] darionyaphet commented on issue #1537: protobuf 版本问题

2021-08-23 Thread GitBox


darionyaphet commented on issue #1537:
URL: https://github.com/apache/incubator-brpc/issues/1537#issuecomment-904300296


   > protobuf是怎么安装的
   
   下载源码编译安装的


-- 
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...@brpc.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org



[GitHub] [incubator-brpc] guodongxiaren commented on issue #1537: protobuf 版本问题

2021-08-23 Thread GitBox


guodongxiaren commented on issue #1537:
URL: https://github.com/apache/incubator-brpc/issues/1537#issuecomment-904295936


   protobuf是怎么安装的


-- 
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...@brpc.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org



[GitHub] [incubator-brpc] darionyaphet edited a comment on issue #1537: protobuf 版本问题

2021-08-23 Thread GitBox


darionyaphet edited a comment on issue #1537:
URL: https://github.com/apache/incubator-brpc/issues/1537#issuecomment-904276478


   > 2和3我都和brpc联编过。你这个不是protobuf的版本问题,是编译protobuf的g++版本问题
   
   您好 我这边G++ 版本是 `g++ (GCC) 9.4.0`
   
   
   我在 Makefile 的`CPPFLAGS`中增加了 `-D_GLIBCXX_USE_CXX11_ABI=0` 重新make 还是存在上面的问题  谢谢
   
   
   
   ```
   CPPFLAGS+=-DBTHREAD_USE_FAST_PTHREAD_MUTEX -D_GLIBCXX_USE_CXX11_ABI=0 
-D__const__= -D_GNU_SOURCE -DUSE_SYMBOLIZE -DNO_TCMALLOC -D__STDC_FORMAT_MACROS 
-D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -DNDEBUG 
-DBRPC_REVISION=\"$(shell ./tools/get_brpc_revision.sh .)\"
   ```


-- 
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...@brpc.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org



[GitHub] [incubator-brpc] darionyaphet edited a comment on issue #1537: protobuf 版本问题

2021-08-23 Thread GitBox


darionyaphet edited a comment on issue #1537:
URL: https://github.com/apache/incubator-brpc/issues/1537#issuecomment-904276478


   > 2和3我都和brpc联编过。你这个不是protobuf的版本问题,是编译protobuf的g++版本问题
   
   您好 我这边G++ 版本是 `g++ (GCC) 9.4.0`
   
   
   我在 Makefile 的`CPPFLAGS`中增加了 `-D_GLIBCXX_USE_CXX11_ABI=0` 重新make 还是存在上面的问题  谢谢


-- 
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...@brpc.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org



[GitHub] [incubator-brpc] darionyaphet commented on issue #1537: protobuf 版本问题

2021-08-23 Thread GitBox


darionyaphet commented on issue #1537:
URL: https://github.com/apache/incubator-brpc/issues/1537#issuecomment-904276478


   > 2和3我都和brpc联编过。你这个不是protobuf的版本问题,是编译protobuf的g++版本问题
   
   您好 我这边G++ 版本是 `g++ (GCC) 9.4.0`


-- 
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...@brpc.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org



Re: [VOTE] Release Apache brpc (Incubating) 1.0.0-rc02

2021-08-23 Thread JiashunZhu
+1

On Mon, 23 Aug 2021 at 15:24, caidaojin <642580...@qq.com.invalid> wrote:

> +1
>
>
> --原始邮件--
> 发件人:
>   "dev"
> <
> lorin...@apache.org;
> 发送时间:2021年8月23日(星期一) 凌晨0:10
> 收件人:"dev"
> 主题:[VOTE] Release Apache brpc (Incubating) 1.0.0-rc02
>
>
>
> Hello Apache brpc (Incubating) Community,
>
>
>
> This is a call for vote to release Apache brpc (Incubating) version
> 1.0.0-rc02
>
>
>
> [Release Note]
>
>  - Fix a latency issue caused by event_dispatcher
>  - Fix bug that time unit is not listed in grpc timeout options
>  - Fix heap overflow in simple_data_pool
>  - Support the length of redis args could be zero
>  - Fix bug that may throw out of index in rpc_replay
>  - Fix an access-after-return issue in TimerThread
>
>
>
> The release candidates:
>
> https://dist.apache.org/repos/dist/dev/incubator/brpc/1.0.0-rc02/
>
> Git tag for the release:
>
> https://github.com/apache/incubator-brpc/releases/tag/1.0.0-rc02
>
> Release Commit ID:
>
>
> https://github.com/apache/incubator-brpc/commit/7a49b3586972cf201a340f22b47c1810998c854e
>
> Keys to verify the Release Candidate:
>
> https://dist.apache.org/repos/dist/dev/incubator/brpc/KEYS
>
>
>
> The vote will be open for at least 72 hours or until necessary number of
> votes are reached.
>
>
> Please vote accordingly:
>
> [ ] +1 approve
>
> [ ] +0 no opinion
>
> [ ] -1 disapprove with the reason
>
>
>
> PMC vote is +1 binding, all others is +1 non-binding.
>
>
>
> Checklist for reference:
>
> [ ] Download links are valid.
>
> [ ] Checksums and PGP signatures are valid.
>
> [ ] Source code distributions have correct names matching the current
> release.
>
> [ ] LICENSE and NOTICE files are correct for each brpc repo.
>
> [ ] All files have license headers if necessary.
>
> [ ] No compiled archives bundled in source archive.
>
>
>
> Thanks


??????[VOTE] Release Apache brpc (Incubating) 1.0.0-rc02

2021-08-23 Thread caidaojin
+1


----
??: 
   "dev"

https://dist.apache.org/repos/dist/dev/incubator/brpc/1.0.0-rc02/

Git tag for the release:

https://github.com/apache/incubator-brpc/releases/tag/1.0.0-rc02

Release Commit ID:

https://github.com/apache/incubator-brpc/commit/7a49b3586972cf201a340f22b47c1810998c854e

Keys to verify the Release Candidate:

https://dist.apache.org/repos/dist/dev/incubator/brpc/KEYS



The vote will be open for at least 72 hours or until necessary number of
votes are reached.


Please vote accordingly:

[ ] +1 approve

[ ] +0 no opinion

[ ] -1 disapprove with the reason



PMC vote is +1 binding, all others is +1 non-binding.



Checklist for reference:

[ ] Download links are valid.

[ ] Checksums and PGP signatures are valid.

[ ] Source code distributions have correct names matching the current
release.

[ ] LICENSE and NOTICE files are correct for each brpc repo.

[ ] All files have license headers if necessary.

[ ] No compiled archives bundled in source archive.



Thanks

[GitHub] [incubator-brpc] guodongxiaren commented on pull request #1503: support dump and replay for HTTP protocol

2021-08-23 Thread GitBox


guodongxiaren commented on pull request #1503:
URL: https://github.com/apache/incubator-brpc/pull/1503#issuecomment-903647687


   @TousakaRin 


-- 
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...@brpc.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org



Re: [VOTE] Release Apache brpc (Incubating) 1.0.0-rc02

2021-08-23 Thread tan zhongyi
I checked download link, License, Notice, DISCLAIMER, file headers.

I gave my vote +1 here.


在 2021/8/23 上午12:10,“Lorin Lee” 写入:

Hello Apache brpc (Incubating) Community,



This is a call for vote to release Apache brpc (Incubating) version
1.0.0-rc02



[Release Note]

   - Fix a latency issue caused by event_dispatcher
   - Fix bug that time unit is not listed in grpc timeout options
   - Fix heap overflow in simple_data_pool
   - Support the length of redis args could be zero
   - Fix bug that may throw out of index in rpc_replay
   - Fix an access-after-return issue in TimerThread



The release candidates:

https://dist.apache.org/repos/dist/dev/incubator/brpc/1.0.0-rc02/

Git tag for the release:

https://github.com/apache/incubator-brpc/releases/tag/1.0.0-rc02

Release Commit ID:


https://github.com/apache/incubator-brpc/commit/7a49b3586972cf201a340f22b47c1810998c854e

Keys to verify the Release Candidate:

https://dist.apache.org/repos/dist/dev/incubator/brpc/KEYS



The vote will be open for at least 72 hours or until necessary number of
votes are reached.


Please vote accordingly:

[ ] +1 approve

[ ] +0 no opinion

[ ] -1 disapprove with the reason



PMC vote is +1 binding, all others is +1 non-binding.



Checklist for reference:

[ ] Download links are valid.

[ ] Checksums and PGP signatures are valid.

[ ] Source code distributions have correct names matching the current
release.

[ ] LICENSE and NOTICE files are correct for each brpc repo.

[ ] All files have license headers if necessary.

[ ] No compiled archives bundled in source archive.



Thanks