You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by sa...@apache.org on 2020/03/05 03:31:40 UTC

[hadoop-ozone] branch revert-632-time-interval created (now 255c2fe)

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

sammichen pushed a change to branch revert-632-time-interval
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git.


      at 255c2fe  Revert "HDDS-3124. Fix time interval calculate error (#632)"

This branch includes the following new commits:

     new 255c2fe  Revert "HDDS-3124. Fix time interval calculate error (#632)"

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: ozone-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-commits-help@hadoop.apache.org


[hadoop-ozone] 01/01: Revert "HDDS-3124. Fix time interval calculate error (#632)"

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

sammichen pushed a commit to branch revert-632-time-interval
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git

commit 255c2fe3bfc6e42dd1e7c7a53fa0991404f8c265
Author: Sammi Chen <sa...@apache.org>
AuthorDate: Thu Mar 5 11:31:34 2020 +0800

    Revert "HDDS-3124. Fix time interval calculate error (#632)"
    
    This reverts commit c31f3e945d75e6cbffa23d722aeee61cfe460db9.
---
 .../ozone/container/common/statemachine/EndpointStateMachine.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/statemachine/EndpointStateMachine.java b/hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/statemachine/EndpointStateMachine.java
index a500d4a..c869291 100644
--- a/hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/statemachine/EndpointStateMachine.java
+++ b/hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/statemachine/EndpointStateMachine.java
@@ -218,7 +218,7 @@ public class EndpointStateMachine
           "Unable to communicate to {} server at {} for past {} seconds.",
           serverName,
           getAddress().getHostString() + ":" + getAddress().getPort(),
-          TimeUnit.MILLISECONDS.toSeconds(this.getMissedCount() *
+          TimeUnit.MILLISECONDS.toSeconds(this.getMissedCount() * 10 *
                   getScmHeartbeatInterval(this.conf)), ex);
     }
 


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