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 2021/12/06 03:29:40 UTC

[incubator-doris] branch revert-7273-fix_too_many_bdbje_log created (now d8da22a)

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

morningman pushed a change to branch revert-7273-fix_too_many_bdbje_log
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.


      at d8da22a  Revert "[improvement](bdbje) clean too many bdbje log (#7273)"

This branch includes the following new commits:

     new d8da22a  Revert "[improvement](bdbje) clean too many bdbje log (#7273)"

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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


[incubator-doris] 01/01: Revert "[improvement](bdbje) clean too many bdbje log (#7273)"

Posted by mo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch revert-7273-fix_too_many_bdbje_log
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git

commit d8da22affa95dfebfffb83e8e5d687d8cea379c3
Author: Mingyu Chen <mo...@gmail.com>
AuthorDate: Mon Dec 6 11:29:27 2021 +0800

    Revert "[improvement](bdbje) clean too many bdbje log (#7273)"
    
    This reverts commit 974ab9b90cdc1bbd635727204162e7c96f5194ea.
---
 .../src/main/java/org/apache/doris/journal/bdbje/BDBEnvironment.java     | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fe/fe-core/src/main/java/org/apache/doris/journal/bdbje/BDBEnvironment.java b/fe/fe-core/src/main/java/org/apache/doris/journal/bdbje/BDBEnvironment.java
index 5f2c1bf..6e454b8 100644
--- a/fe/fe-core/src/main/java/org/apache/doris/journal/bdbje/BDBEnvironment.java
+++ b/fe/fe-core/src/main/java/org/apache/doris/journal/bdbje/BDBEnvironment.java
@@ -127,7 +127,6 @@ public class BDBEnvironment {
         environmentConfig.setAllowCreate(true);
         environmentConfig.setCachePercent(MEMORY_CACHE_PERCENT);
         environmentConfig.setLockTimeout(Config.bdbje_lock_timeout_second, TimeUnit.SECONDS);
-        environmentConfig.setConfigParam(EnvironmentConfig.RESERVED_DISK, "1073741824");
         if (isElectable) {
             Durability durability = new Durability(getSyncPolicy(Config.master_sync_policy), 
                     getSyncPolicy(Config.replica_sync_policy), getAckPolicy(Config.replica_ack_policy));

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