[GitHub] [incubator-brpc] DieYoungWsn opened a new issue #1133: 怎么开启brpc框架的log?

2020-06-04 Thread GitBox
DieYoungWsn opened a new issue #1133: URL: https://github.com/apache/incubator-brpc/issues/1133 在文档中找不到 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [incubator-brpc] zyearn commented on issue #1133: 怎么开启brpc框架的log?

2020-06-04 Thread GitBox
zyearn commented on issue #1133: URL: https://github.com/apache/incubator-brpc/issues/1133#issuecomment-639232981 可以找一个example/下的任一例子看下 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-brpc] DieYoungWsn commented on issue #1133: 怎么开启brpc框架的log?

2020-06-04 Thread GitBox
DieYoungWsn commented on issue #1133: URL: https://github.com/apache/incubator-brpc/issues/1133#issuecomment-639233365 我的意思是开启brpc本身框架的log,不用用户自己打的那种 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-brpc] zyearn commented on issue #1133: 怎么开启brpc框架的log?

2020-06-04 Thread GitBox
zyearn commented on issue #1133: URL: https://github.com/apache/incubator-brpc/issues/1133#issuecomment-639260889 可以用./program --help看一下,搜一下'Flags from src/butil/logging.cc'。 另一个可能有用的log是-http_verbose,可以把http req/res打印出来。

[GitHub] [incubator-brpc] huachaohuang opened a new pull request #1132: Fix unit tests for aarch64

2020-06-04 Thread GitBox
huachaohuang opened a new pull request #1132: URL: https://github.com/apache/incubator-brpc/pull/1132 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [incubator-brpc] zyearn commented on a change in pull request #1128: fix redis args

2020-06-04 Thread GitBox
zyearn commented on a change in pull request #1128: URL: https://github.com/apache/incubator-brpc/pull/1128#discussion_r435045025 ## File path: src/brpc/policy/redis_protocol.cpp ## @@ -189,7 +189,9 @@ ParseResult ParseRedisMessage(butil::IOBuf* source, Socket* socket,

Re: How about we make our release more regularly? For example, one version for one quarter

2020-06-04 Thread Tan,Zhongyi
Cool. @JiashunZhu, please tell helei how to do it. Thanks 在 2020/6/3 下午6:21,“牟盖东” 写入: OK, we take the task 1. tan zhongyi 于2020年6月1日周一 上午11:14写道: > In the meeting with ShardingSphere PMC zhangliang, > He said that multiple release manager to handle release will be helpful

Re: How about we make our release more regularly? For example, one version for one quarter

2020-06-04 Thread JiashunZhu
Hi, Helei & Gaidong, I have put the document containing detail steps in the attachment. Just follow the instructions step by step. Feel free to reach out if you have any questions in the process. Tan,Zhongyi 于2020年6月4日周四 下午5:41写道: > Cool. > @JiashunZhu, please tell helei how to do it. > >

[GitHub] [incubator-brpc] zyearn commented on a change in pull request #1128: fix redis args

2020-06-04 Thread GitBox
zyearn commented on a change in pull request #1128: URL: https://github.com/apache/incubator-brpc/pull/1128#discussion_r435052914 ## File path: src/brpc/redis.cpp ## @@ -437,19 +437,21 @@ std::ostream& operator<<(std::ostream& os, const RedisResponse& response) { } bool

[GitHub] [incubator-brpc] liumh8 commented on a change in pull request #1128: fix redis args

2020-06-04 Thread GitBox
liumh8 commented on a change in pull request #1128: URL: https://github.com/apache/incubator-brpc/pull/1128#discussion_r435053827 ## File path: src/brpc/redis.cpp ## @@ -437,19 +437,21 @@ std::ostream& operator<<(std::ostream& os, const RedisResponse& response) { } bool

[GitHub] [incubator-brpc] zyearn commented on a change in pull request #1128: fix redis args

2020-06-04 Thread GitBox
zyearn commented on a change in pull request #1128: URL: https://github.com/apache/incubator-brpc/pull/1128#discussion_r435057587 ## File path: src/brpc/redis.cpp ## @@ -437,19 +437,21 @@ std::ostream& operator<<(std::ostream& os, const RedisResponse& response) { } bool

[GitHub] [incubator-brpc] liumh8 commented on a change in pull request #1128: fix redis args

2020-06-04 Thread GitBox
liumh8 commented on a change in pull request #1128: URL: https://github.com/apache/incubator-brpc/pull/1128#discussion_r435063188 ## File path: src/brpc/policy/redis_protocol.cpp ## @@ -189,7 +189,9 @@ ParseResult ParseRedisMessage(butil::IOBuf* source, Socket* socket,