[
https://issues.apache.org/jira/browse/RATIS-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16243272#comment-16243272
]
Tsz Wo Nicholas Sze commented on RATIS-136:
-------------------------------------------
{code}
---
a/ratis-server/src/test/java/org/apache/ratis/server/storage/TestRaftLogSegment.java
+++
b/ratis-server/src/test/java/org/apache/ratis/server/storage/TestRaftLogSegment.java
@@ -39,7 +39,6 @@ import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Arrays;
-import java.util.List;
{code}
It seems that the above change was by accident since the new patch does not
compile without the import.
I adds the import back locally and everything works well. All tests have
passed.
+1 on the patch
(Since this is a very minor nite, I will revert the import change and commit
the patch.)
> Reduce log level for segment rollover
> -------------------------------------
>
> Key: RATIS-136
> URL: https://issues.apache.org/jira/browse/RATIS-136
> Project: Ratis
> Issue Type: Bug
> Reporter: Mukul Kumar Singh
> Assignee: Mukul Kumar Singh
> Attachments: RATIS-136.001.patch, RATIS-136.002.patch
>
>
> ratis logs every segment rollover, this does generate lots of log entries in
> the log file for Ozone. This patch will reduce the log entries for some of
> the log entries.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)