Skip to content

Commit dacbee6

Browse files
committed
fix compile 11 error
1 parent b6594e6 commit dacbee6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/ratis_snapshot/OmRatisCheckpointInstaller.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,8 @@ void exitSystem(int code, String msg, Exception e, Logger log)
161161

162162
/**
163163
* Installs checkpoint from leader OM.
164-
* Re-initializes OM state if checkpoint index > current applied index.
164+
* Re-initializes OM state if checkpoint index is greater than current
165+
* applied index.
165166
*
166167
* @param ctx OzoneManager context
167168
* @param leaderId leader OM node ID

0 commit comments

Comments
 (0)