You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by yo...@apache.org on 2022/09/23 02:47:57 UTC

[bookkeeper] branch branch-4.15 updated: Fix the style issue in branch-4.15

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

yong pushed a commit to branch branch-4.15
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/branch-4.15 by this push:
     new 19f7403fb8 Fix the style issue in branch-4.15
19f7403fb8 is described below

commit 19f7403fb85d359bdc085d5cd180a4415250de1b
Author: zymap <zh...@gmail.com>
AuthorDate: Fri Sep 23 10:47:34 2022 +0800

    Fix the style issue in branch-4.15
---
 .../org/apache/bookkeeper/client/BookieRecoveryUseIOThreadTest.java    | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/bookkeeper-server/src/test/java/org/apache/bookkeeper/client/BookieRecoveryUseIOThreadTest.java b/bookkeeper-server/src/test/java/org/apache/bookkeeper/client/BookieRecoveryUseIOThreadTest.java
index fa1dba0cda..62ecca17ec 100644
--- a/bookkeeper-server/src/test/java/org/apache/bookkeeper/client/BookieRecoveryUseIOThreadTest.java
+++ b/bookkeeper-server/src/test/java/org/apache/bookkeeper/client/BookieRecoveryUseIOThreadTest.java
@@ -26,6 +26,9 @@ import org.apache.bookkeeper.test.BookKeeperClusterTestCase;
 import org.junit.Assert;
 import org.junit.Test;
 
+/**
+ * BookieRecoveryUseIOThreadTest to test when the worker thread setting as 0.
+ */
 public class BookieRecoveryUseIOThreadTest extends BookKeeperClusterTestCase {
 
     public BookieRecoveryUseIOThreadTest() {