[GitHub] [incubator-brpc] zyctree opened a new pull request #1073: add the missing include at bvar/status.h

2020-03-25 Thread GitBox
zyctree opened a new pull request #1073: add the missing include at 
bvar/status.h
URL: https://github.com/apache/incubator-brpc/pull/1073
 
 
   there is `detail::AddTo` at line 97, which declared in 'bvar/reducer.h'


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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



[GitHub] [incubator-brpc] machh commented on issue #1042: 使用centos7.7容器编译报错Fail to find protoc,宿主机编译没问题

2020-03-25 Thread GitBox
machh commented on issue #1042: 使用centos7.7容器编译报错Fail to find protoc,宿主机编译没问题
URL: https://github.com/apache/incubator-brpc/issues/1042#issuecomment-604203141
 
 
   export LD_LIBRARY_PATH=/home/protobuf-2.6/lib
   
   指定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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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



[GitHub] [incubator-brpc] guangpec1 commented on issue #1035: 在一个服务中使用两个Task Control 是否会有影响?

2020-03-25 Thread GitBox
guangpec1 commented on issue #1035: 在一个服务中使用两个Task Control 是否会有影响?
URL: https://github.com/apache/incubator-brpc/issues/1035#issuecomment-604169887
 
 
   @cdjingit 上面的方案,我们经过实践验证是可行,多谢.


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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



[GitHub] [incubator-brpc] guangpec1 commented on issue #1038: task control 中所有的 local queue is full 导致死锁&解决方案.

2020-03-25 Thread GitBox
guangpec1 commented on issue #1038: task control 中所有的 local queue is full 
导致死锁&解决方案.
URL: https://github.com/apache/incubator-brpc/issues/1038#issuecomment-604169021
 
 
   @jamesge @cdjingit  对于local queue队列满了,上面方案可行的,我们经过验证,并且已经应用到在线服务.  brpc 
官方可以考虑一下,或有更好的方案,多谢.


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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



[GitHub] [incubator-brpc] machh opened a new issue #1072: arm 编译brpc-0.9 出现如下错误:

2020-03-25 Thread GitBox
machh opened a new issue #1072: arm 编译brpc-0.9 出现如下错误:
URL: https://github.com/apache/incubator-brpc/issues/1072
 
 
   arm  平台,  
   centos7.6 
   gcc-4.85 
编译brpc-0.9 出现如下错误:
   
   
   
   Compiling src/butil/files/file_enumerator_posix.o
   In file included from ./src/butil/basictypes.h:18:0,
from ./src/butil/files/file.h:20,
from src/butil/files/file_posix.cc:5:
   src/butil/files/file_posix.cc: In member function ‘int64_t 
butil::File::Seek(butil::File::Whence, int64_t)’:
   ./src/butil/macros.h:173:34: **error:** static assertion failed: off_t_64_bit
#define BAIDU_CASSERT(expr, msg) static_assert(expr, #msg)
 ^
   ./src/butil/macros.h:218:36: note: in expansion of macro ‘BAIDU_CASSERT’
#define COMPILE_ASSERT(expr, msg)  BAIDU_CASSERT(expr, msg)
   ^
   src/butil/files/file_posix.cc:286:3: note: in expansion of macro 
‘COMPILE_ASSERT’
  COMPILE_ASSERT(sizeof(int64_t) == sizeof(off_t), off_t_64_bit);
  ^
   make: *** [src/butil/files/file_posix.o] Error 1
   make: *** Waiting for unfinished jobs
   
   
   
   


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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