You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2020/06/28 02:39:41 UTC

[incubator-doris] branch master updated: [Compile] modify compile error (#3959)

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

morningman 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 55c058e  [Compile] modify compile error (#3959)
55c058e is described below

commit 55c058e4b1a0226d0ca7ef35d399e12c6a2a4400
Author: Yunfeng,Wu <wu...@baidu.com>
AuthorDate: Sun Jun 28 10:39:31 2020 +0800

    [Compile] modify compile error (#3959)
---
 fe/src/main/java/org/apache/doris/common/Config.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fe/src/main/java/org/apache/doris/common/Config.java b/fe/src/main/java/org/apache/doris/common/Config.java
index 7164a9f..c0b1f76 100644
--- a/fe/src/main/java/org/apache/doris/common/Config.java
+++ b/fe/src/main/java/org/apache/doris/common/Config.java
@@ -171,7 +171,7 @@ public class Config extends ConfigBase {
      * Master FE will save image every *edit_log_roll_num* meta journals.
      */
     @ConfField(mutable = true, masterOnly = true)
-    public static int edit_log_roll_num = 50000
+    public static int edit_log_roll_num = 50000;
       
     /**
      * Non-master FE will stop offering service


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org