szetszwo commented on code in PR #1227:
URL: https://github.com/apache/ratis/pull/1227#discussion_r2098353117
##########
ratis-server/src/test/java/org/apache/ratis/InstallSnapshotNotificationTests.java:
##########
@@ -220,7 +220,7 @@ private void testAddNewFollowers(CLUSTER cluster, int
numRequests) throws Except
// delete the log segments from the leader
LOG.info("Delete logs {}", logs);
for (LogSegmentPath path : logs) {
- FileUtils.deleteFully(path.getPath()); // the log may be already purged
+ FileUtils.deleteFully(path.getPath()); // the log may be already puged
Review Comment:
I guess you might have accidentally edited the comment.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]