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

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new 2bc9f37dde HDDS-10024. Fix typo in ContainerStateMachine log message 
(#5884)
2bc9f37dde is described below

commit 2bc9f37dde0517bd22d919c7b712baaaa67b8bb8
Author: jianghuazhu <[email protected]>
AuthorDate: Fri Dec 29 22:10:38 2023 +0800

    HDDS-10024. Fix typo in ContainerStateMachine log message (#5884)
---
 .../container/common/transport/server/ratis/ContainerStateMachine.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/transport/server/ratis/ContainerStateMachine.java
 
b/hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/transport/server/ratis/ContainerStateMachine.java
index 31e0c603ae..e3c2913ec5 100644
--- 
a/hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/transport/server/ratis/ContainerStateMachine.java
+++ 
b/hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/transport/server/ratis/ContainerStateMachine.java
@@ -284,7 +284,7 @@ public class ContainerStateMachine extends BaseStateMachine 
{
       throws IOException {
     if (snapshot == null) {
       TermIndex empty = TermIndex.valueOf(0, RaftLog.INVALID_LOG_INDEX);
-      LOG.info("{}: The snapshot info is null. Setting the last applied index" 
+
+      LOG.info("{}: The snapshot info is null. Setting the last applied index 
" +
               "to:{}", gid, empty);
       setLastAppliedTermIndex(empty);
       return empty.getIndex();


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

Reply via email to