This is an automated email from the ASF dual-hosted git repository.

zhaoc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 0a0da82  Fix BE could not strat (#2104)
0a0da82 is described below

commit 0a0da8292fba8749a7f0ed61385b45432a12e8f7
Author: kangkaisen <[email protected]>
AuthorDate: Wed Oct 30 18:53:39 2019 +0800

    Fix BE could not strat (#2104)
---
 be/src/service/brpc_service.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/be/src/service/brpc_service.cpp b/be/src/service/brpc_service.cpp
index baa5768..873fd0c 100644
--- a/be/src/service/brpc_service.cpp
+++ b/be/src/service/brpc_service.cpp
@@ -27,7 +27,6 @@
 namespace brpc {
 
 DECLARE_uint64(max_body_size);
-BRPC_VALIDATE_GFLAG(max_body_size, PassValidate);
 
 }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to